BlueWallet/blue_modules/react-native-bw-file-access
2023-11-12 14:41:51 +00:00
..
ios Fix open files (#5770) 2023-11-12 14:41:51 +00: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.