BlueWallet/blue_modules/react-native-bw-file-access
Marcos Rodriguez Velez 0c43cc7b24 OPS; Upgrade to RN 76
2024-10-23 18:58:52 -04:00
..
ios OPS; Upgrade to RN 76 2024-10-23 18:58:52 -04:00
.gitignore Fix open files (#5770) 2023-11-12 14:41:51 +00:00
index.ts feat: deeplink-schema-match typescript 2024-02-18 10:21:43 +00:00
package.json feat: deeplink-schema-match typescript 2024-02-18 10:21:43 +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.