We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android R / Expo 41 / the latest version of Expo Go all expect the user to use Android SAF on devices that are using Android R.
Currently the library doesn't support this (and in fact will not work at all on Android with the current Expo Go on an Android R phone).
I need to add the ability to use SAF functions (https://docs.expo.io/versions/latest/sdk/filesystem/?redirected#storage-access-framework--android-only-) if the device is detected as having Android 11.
This does not affect iOS.
The text was updated successfully, but these errors were encountered:
Other issues are dependent on this, namely #9
Sorry, something went wrong.
@kathawala did you find a solution or alternative to this?
Still just waiting for a free weekend to get on it, hopefully this one!
kathawala
No branches or pull requests
Android R / Expo 41 / the latest version of Expo Go all expect the user to use Android SAF on devices that are using Android R.
Currently the library doesn't support this (and in fact will not work at all on Android with the current Expo Go on an Android R phone).
I need to add the ability to use SAF functions (https://docs.expo.io/versions/latest/sdk/filesystem/?redirected#storage-access-framework--android-only-) if the device is detected as having Android 11.
This does not affect iOS.
The text was updated successfully, but these errors were encountered: