react-native-documents / document-picker

Document Picker for React Native
https://react-native-documents.github.io/
MIT License
1.35k stars 441 forks source link

Why can't use react-native-document-picker in Expo APP? #507

Closed Youngtao1999 closed 2 years ago

Youngtao1999 commented 2 years ago

I want use react-native-document-picker instead of expo-document-picker, but I can't do it.

you can try:

  1. yarn add expo-cli -g
  2. expo init my-project
  3. yarn add react-native-document-picker

I can't use it.

vonovak commented 2 years ago

hello, thanks for asking

this is a limitation of expo managed workflow, you can read about it here https://docs.expo.dev/introduction/managed-vs-bare/