Please help me solving this error. I have been trying for a week.
Possible Unhandled Promise Rejection (id: 1): TypeError: null is not an object (evaluating 'RNDocumentPicker.pick')
This happens in IOS simulator only
If that's all you have after a week I don't believe you 馃榿
Well this is what is actually happening. I even deleted my project and used the backup to install again, but still the same issue in IOS.
@aasalshehhi did you upgrade to > RN.60? The new binding system could mess with you.
@aasalshehhi
had the same warning, forgot to run cd ios && pod install && cd ...
Close the app and the packager and restart.
Hello ! Please help me solving this error
[Unhandled promise rejection: TypeError: undefined is not an object (evaluating '_expoDocumentPicker.DocumentPicker.getDocumentAsync')]
@themanpur, this is not the right repo, you are using Expo's documentPicker https://docs.expo.io/versions/latest/sdk/document-picker/
maybe you can find some help here https://github.com/expo/expo/tree/master/packages/expo-document-picker
Same is still happening in case of running the app in android in debugging. whereas the app in release mode is working fine.
in "react-native-document-picker": "^3.2.4"
"react-native": "0.61.5"
I am facing the same issue even though it has been installed properly and I have updated podfile as well and then also did the pod install but still the same issue, anyone ???
having the same issue... anyone solved it yet?
This seems to happen only on the device emulators. When running on a real device it works fine.
This only happen in develop mode, not in production
i got the same error...i am really starting to dislike RN : (
Same issue with expo v38 and package v3.5.3. Can OP reopen this issue?
Same issue using android. I'm not using expo.
I am facing this issue on Android device and emulator . Anyone solved it ??
Facing the same problem. Any help?
Did anyone find solution to this? I am facing this issue as well.
In my case the issue was:
pod 'react-native-document-picker', path: '../node_modules/react-native-document-picker'
line that was not automatically added to Podfile (although React Native version we use is 0.61.2) so Pod didn't get installed.
After I have added the line manually and rerun cd ios && pod install && cd .. it worked perfectly.
i was having the same issue on android device and i resolved it by running cd android && ./gradlew clean
Most helpful comment
i got the same error...i am really starting to dislike RN : (