@sanctum-key/react-native-sdk 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/build/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ npm install @sanctum-key/react-native-sdk --legacy-peer-deps
|
|
|
45
45
|
Use `npx expo install` so Expo automatically resolves the correct versions for your SDK build (e.g., SDK 53 or 54):
|
|
46
46
|
|
|
47
47
|
```bash
|
|
48
|
-
npx expo install react-native-vision-camera expo-location expo-image-manipulator react-native-svg
|
|
48
|
+
npx expo install react-native-vision-camera expo-location expo-image-manipulator react-native-svg expo-file-system
|
|
49
49
|
```
|
|
50
50
|
|
|
51
51
|
### Step 3 — Install Standard NPM Dependencies
|
package/build/package.json
CHANGED