@whatmore-repo/whatmore-reactnative-sdk 1.0.8 → 1.0.9
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/commands.txt +12 -0
- package/package.json +3 -3
package/commands.txt
CHANGED
|
@@ -2,8 +2,20 @@
|
|
|
2
2
|
npm start --reset-cache
|
|
3
3
|
npm run android
|
|
4
4
|
|
|
5
|
+
## nvm usage
|
|
6
|
+
nvm install ^16.0.0
|
|
7
|
+
nvm list
|
|
8
|
+
nvm use 16.0.0
|
|
9
|
+
nvm use 14.19.3
|
|
5
10
|
|
|
6
11
|
## Starting android emulator
|
|
12
|
+
cd C:\Users\shyam\AppData\Local\Android\Sdk\emulator
|
|
13
|
+
emulator -list-avds
|
|
14
|
+
emulator -avd Pixel_6_API_33
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## Starting adb
|
|
18
|
+
set ADB_TRACE=1
|
|
7
19
|
adb start-server
|
|
8
20
|
adb kill-server
|
|
9
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@whatmore-repo/whatmore-reactnative-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "index.js",
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
],
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"currency-symbol-map": "^5.1.0",
|
|
15
|
-
"react": "
|
|
15
|
+
"react": "16.13.1",
|
|
16
16
|
"react-hooks-global-state": "^2.1.0",
|
|
17
|
-
"react-native": "0.
|
|
17
|
+
"react-native": "0.63.5",
|
|
18
18
|
"react-native-animatable": "^1.3.3",
|
|
19
19
|
"react-native-intersection-observer": "^0.0.9",
|
|
20
20
|
"react-native-svg": "^13.10.0",
|