Closed sigmaSd closed 1 year ago
package.json
{
"name": "app2",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~48.0.15",
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
"react-native": "0.71.7",
"react-native-document-picker": "^8.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}
npx expo --version 0.7.1
@MacKenzieHnC can you reproduce the issue with the above repo ?
Hello and thanks for reporting, the behavior you're describing is expected. Please read the docs here: https://github.com/rnmods/react-native-document-picker#expo
Thank you 🙂
I see thanks, this only made sense after reading from the start https://docs.expo.dev/develop/development-builds/introduction/ (the url linked in this repo https://docs.expo.dev/develop/development-builds/create-a-build/?redirected kind of needs someone that already familiar with the ecosystem)
Problem: using any pick returns null, for example
cannot read property 'pick' of undefined
same problem https://github.com/rnmods/react-native-document-picker/issues/221 https://github.com/rnmods/react-native-document-picker/issues/251 those issues are closed, but in the thread there are still user who still have this issueSteps to reproduce:
App.js
Error happens