@rownd/react-native 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. package/lib/package.json +3 -3
  2. package/package.json +3 -3
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rownd/react-native",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Rownd bindings for React Native",
5
5
  "private": false,
6
6
  "main": "lib/commonjs/index",
@@ -78,7 +78,8 @@
78
78
  },
79
79
  "peerDependencies": {
80
80
  "react": "*",
81
- "react-native": "*"
81
+ "react-native": "*",
82
+ "react-native-mmkv": "*"
82
83
  },
83
84
  "jest": {
84
85
  "preset": "react-native",
@@ -168,7 +169,6 @@
168
169
  "phone": "^3.1.20",
169
170
  "react-native-base64": "^0.2.1",
170
171
  "react-native-device-info": "^9.0.2",
171
- "react-native-mmkv": "^2.4.1",
172
172
  "react-native-sha256": "^1.4.7",
173
173
  "react-native-svg": "^12.3.0",
174
174
  "tailwind-rn": "^4.2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rownd/react-native",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Rownd bindings for React Native",
5
5
  "private": false,
6
6
  "main": "lib/commonjs/index",
@@ -78,7 +78,8 @@
78
78
  },
79
79
  "peerDependencies": {
80
80
  "react": "*",
81
- "react-native": "*"
81
+ "react-native": "*",
82
+ "react-native-mmkv": "*"
82
83
  },
83
84
  "jest": {
84
85
  "preset": "react-native",
@@ -168,7 +169,6 @@
168
169
  "phone": "^3.1.20",
169
170
  "react-native-base64": "^0.2.1",
170
171
  "react-native-device-info": "^9.0.2",
171
- "react-native-mmkv": "^2.4.1",
172
172
  "react-native-sha256": "^1.4.7",
173
173
  "react-native-svg": "^12.3.0",
174
174
  "tailwind-rn": "^4.2.0",