mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
.. | ||
ios | ||
.gitignore | ||
index.ts | ||
package.json | ||
react-native-bw-file-access.podspec | ||
README.md |
react-native-bw-file-access
A custom package written to allow BlueWallet to open files directly from the Files app in iOS. We make use of startAccessingSecurityScopedResource()
and stopAccessingSecurityScopedResource()
.
Read Apple's documentation to understand more about the Open-in-Place mechanics for accessing files which are not in an apps sandbox environment. Link here.