-
-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible Unhandled Promise Rejection (id: 1): TypeError: null is not an object (evaluating 'RNDocumentPicker.pick') #251
Comments
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 |
Hello ! Please help me solving this error |
@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" |
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: After I have added the line manually and rerun |
i was having the same issue on android device and i resolved it by running |
worked for me. thanks. |
Opening on an actual device works. Simulator always gives the above error |
Got still same error even on simulator/real device.. TypeError: null is not an object (evaluating 'RNDocumentPicker.pick') |
Which device are you using OziTFA? The error occurs on all emulators in my testing, but I have also tested on two devices and it does not occur on either. (A Motorola and a Huawei.) |
Actually it is okay now. It was because of other lib conflict etc 👍🏻 |
Could you tell us what you did to solve it? Having the same issue here |
I know I'm late to the party, but I had the same issue and managed to fix it. |
|
Running |
worked for me too thanks |
Does not work with Pixel 2 emulator, including resetting Metro's cache. |
Works on emulator (android) but not on real device (ios). |
some time it works Properly. some time not. |
i comment type option and its work well :/
|
I'm also having the same issue. Any solution? |
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
The text was updated successfully, but these errors were encountered: