TypeError: Cannot read property 'pick' of undefined in iOS only, working in android #426
Unanswered
akharshita
asked this question in
Q&A
Replies: 1 comment
-
Try: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have followed all the steps as mentioned in this doc
https://www.npmjs.com/package/react-native-document-picker
Getting this error in iOS
TypeError: Cannot read property 'pick' of undefined
at _pick (index.js:79)
at Function.pick (index.js:173)
at docPicker$ (AddVideoCombined.js:695)
at tryCatch (runtime.js:63)
at Generator.invoke [as _invoke] (runtime.js:293)
at Generator.next (runtime.js:118)
at tryCatch (runtime.js:63)
at invoke (runtime.js:154)
at runtime.js:189
at tryCallTwo (core.js:45)
While this working in android. Please help me to solve this issue...
Beta Was this translation helpful? Give feedback.
All reactions