@transfergratis/react-native-sdk 0.1.2 → 0.1.3
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/package.json +5 -5
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ A comprehensive KYC (Know Your Customer) SDK built with React Native and Expo, f
|
|
|
18
18
|
## 📦 Installation (Essentiel)
|
|
19
19
|
|
|
20
20
|
```bash
|
|
21
|
-
npm install @transfergratis/react-native-sdk react-native-vision-camera expo-location react-native-svg
|
|
21
|
+
npm install @transfergratis/react-native-sdk react-native-vision-camera expo-location react-native-svg
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
### Configuration Expo (app.json / app.config.js)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transfergratis/react-native-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "transfergratis react native sdk",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -46,10 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"axios": "^1.11.0",
|
|
49
|
-
"expo-location": "~18.0.0",
|
|
50
49
|
"iconsax-react-nativejs": "^0.0.8",
|
|
51
|
-
"react-native-svg": "15.11.2",
|
|
52
|
-
"react-native-vision-camera": "^4.7.1",
|
|
53
50
|
"zustand": "^5.0.8"
|
|
54
51
|
},
|
|
55
52
|
"devDependencies": {
|
|
@@ -61,7 +58,10 @@
|
|
|
61
58
|
},
|
|
62
59
|
"peerDependencies": {
|
|
63
60
|
"expo": "*",
|
|
61
|
+
"expo-location": "~18.0.0",
|
|
64
62
|
"react": "*",
|
|
65
|
-
"react-native": "*"
|
|
63
|
+
"react-native": "*",
|
|
64
|
+
"react-native-svg": "15.11.2",
|
|
65
|
+
"react-native-vision-camera": "^4.7.1"
|
|
66
66
|
}
|
|
67
67
|
}
|