BlueWallet/blue_modules/react-native-bw-file-access
Marcos Rodriguez Velez 1cf69b767c
wip
2024-01-14 13:26:57 -04:00
..
ios wip 2024-01-14 13:26:57 -04:00
.gitignore Fix open files (#5770) 2023-11-12 14:41:51 +00:00
index.js Fix open files (#5770) 2023-11-12 14:41:51 +00:00
package.json Fix open files (#5770) 2023-11-12 14:41:51 +00:00
react-native-bw-file-access.podspec Fix open files (#5770) 2023-11-12 14:41:51 +00:00
README.md Fix open files (#5770) 2023-11-12 14:41:51 +00:00

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.