Pavel Ustenko
Pavel Ustenko
I completely agree. I'm using react-native-mmkv which doesn't support Chrome debugger and suggests using Flipper as debug tool for my project. One of the next steps should be integrating with...
@ramon541 unfortunately no.
Have the same issue with both RNFS and RNFB. Samsung A31 Android 12. RNFS.exists(dest) returns false, but RNFS.copyFile(src, dest) throws an error that dest is already exists.
> If I implement both there are issues on android 10 as the notification is being handled twice. Hi! You can use Platform.Version to avoid double handling https://reactnative.dev/docs/platform For downvoters:...