Ketan Patel
Ketan Patel
`const fileBuffer = await RNFS.readFile(res.path, 'base64');` `Exception in native call java.lang.RuntimeException: Could not invoke RNFSManager.readFile`
some time flicker in android
This is my code ```es PermissionsAndroid.request( PermissionsAndroid.PERMISSIONS.READ_CONTACTS, { title: 'Contacts', message: 'This app would like to view your contacts.', buttonPositive: 'Please accept bare mortal', }, ) .then(res => { console.log('Permission:...
@react-native-community/blur: ^4.4.1 react-native: 0.77.2 Platform: Android The component does not render any blur effect on Android devices. The same code works as expected on iOS, but on Android, the view...