We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5f10e commit 9c76b07Copy full SHA for 9c76b07
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@chatwoot/react-native-widget",
3
- "version": "0.0.20",
+ "version": "0.0.21",
4
"description": "React Native widget for Chatwoot",
5
"main": "index.js",
6
"scripts": {
@@ -11,10 +11,10 @@
11
"react-native-modal": "^13.0.1"
12
},
13
"peerDependencies": {
14
- "@react-native-async-storage/async-storage": "1.23.1",
+ "@react-native-async-storage/async-storage": ">=1.23.1",
15
"react": "*",
16
"react-native": "*",
17
- "react-native-webview": "13.8.6"
+ "react-native-webview": ">=13.8.6"
18
19
"devDependencies": {
20
"@react-native-community/eslint-config": "^2.0.0",
0 commit comments