BlueWallet/blue_modules/react-native-bw-file-access
2024-02-18 10:21:43 +00: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.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.