Stand Alone Document Picker

The document picker is opening on development and the expo client but when I run the experience in a stand alone app nothing opens when I try to open the document picker. The button acts as if it was assigned an empty function. Any idea whats going on here and how to fix it?

Yeah, I was also wondering about this

Could it be that you need to enable the permissions in your Info.plist or AndroidManifest.xml? Here are the ones in the Expo client itself:
https://github.com/expo/expo/blob/master/ios/Exponent/Supporting/Info.plist
https://github.com/expo/expo/blob/master/android/expoview/src/main/AndroidManifest.xml

I have not detached to Expo Kit. I’m trying to stay away from detaching as long as possible since I’m not a native developer. Any way to get this working without detaching?