Ravis Farooq
Ravis Farooq
I have used react-native-image-picker in my project. It is working fine in android phones that are less than Android 11 but App crashes in android 11 without showing logcat. launchImageLibrary...
Flickering occurs when we scroll in both ios and android.
I want to use only input type number only, I set keyboardType="phone-pad" but it is taking string from clipboard when copied.
I am trying to convert pdf file to Base64 but it is showing me [Error: ENOENT: : open failed: ENOENT (No such file or directory), open 'undefined']. I have attached...
Trying to upload Image from android is crashing the in app browser without giving any errors in metro server.
``` type AuthHeaderProps = { Logo?: React.FunctionComponent; Icon?: React.FunctionComponent; withLogo?: boolean; }; const AuthHeader: React.FC = ({Logo, Icon, withLogo}) => { return ( {withLogo ? : null} ); };``` The...
### Description I am encountering a problem when using animations with FlatList. Specifically, when I use Animated or useAnimatedStyle from Reanimated for tab animations, the following issues occur: The TextInput...