react-native-documents / document-picker

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

docs: add instructions for usage in an Expo project #556

Closed fobos531 closed 2 years ago

fobos531 commented 2 years ago

Summary

Adding on to this issue, I wondered why it was claimed that this package is not supported in an Expo project. Mainly due to the fact that the package doesn't require modification of any specific native project files so config plugins are not required. I went ahead to verify this by initializing an Expo project, adding this package and creating a development build of the app, and lo and behold, the package worked flawlessly. So, I would say, the only way this package is unsupported in Expo is by the fact that it doesn't have Expo installation instructions yet. This is what this PR does :)

Test Plan

N/A

What's required for testing (prerequisites)?

What are the steps to reproduce (after prerequisites)?

Compatibility

OS Implemented
iOS
Android

Checklist