When you're using expo-document-picker , you do not need to request for permission in most of the cases,
The reason is that expo-document-picker uses the systems's native file picker UI, which operates outside your app's permission scop.
In other words, the users explicitly selecting file through a systems dialog, and the OS handles access the file.