Skip to content

Commit 1486a7f

Browse files
authored
Upgrade to react-native 0.72 (#39)
Upgrades necessary to run react-native 0.72, compatible with expo SDK version 49. Upgrade peerDependencies async-storage and react-native-webview. Upgrade versions in examples. Run test.
1 parent 068ecc6 commit 1486a7f

File tree

4 files changed

+4470
-1849
lines changed

4 files changed

+4470
-1849
lines changed

examples/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"test": "jest"
1212
},
1313
"dependencies": {
14-
"@chatwoot/react-native-widget": "../chatwoot-react-native-widget-0.0.16.tgz",
15-
"@react-native-async-storage/async-storage": "^1.18.1",
14+
"@chatwoot/react-native-widget": "../chatwoot-react-native-widget-v0.0.18.tgz",
15+
"@react-native-async-storage/async-storage": "1.18.2",
1616
"react": "18.2.0",
17-
"react-native": "0.71.8",
18-
"react-native-webview": "^12.0.3"
17+
"react-native": "0.72",
18+
"react-native-webview": "13.2.2"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "^7.20.0",
@@ -31,6 +31,7 @@
3131
"jest": "^29.2.1",
3232
"metro-react-native-babel-preset": "0.73.9",
3333
"prettier": "^2.4.1",
34+
"react-native-gradle-plugin": "^0.71.19",
3435
"react-test-renderer": "18.2.0",
3536
"typescript": "4.8.4"
3637
},

0 commit comments

Comments
 (0)