react-native-rate-app 1.3.2 → 1.3.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 +5 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -38,6 +38,11 @@ or
|
|
|
38
38
|
npm install react-native-rate-app
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
+
## Compatibility
|
|
42
|
+
|
|
43
|
+
- React Native <0.76, use version 1.2.2 or below
|
|
44
|
+
- React Native >=0.76, use version 1.2.3 or later
|
|
45
|
+
|
|
41
46
|
## Expo
|
|
42
47
|
|
|
43
48
|
For Expo projects, you can use the Expo plugin in `app.json`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-rate-app",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"description": "React Native module for In App Rating on Android and iOS",
|
|
5
5
|
"source": "src/index.tsx",
|
|
6
6
|
"main": "lib/commonjs/index.js",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"react": "*",
|
|
92
|
-
"react-native": "
|
|
92
|
+
"react-native": ">=0.76"
|
|
93
93
|
},
|
|
94
94
|
"peerDependenciesMeta": {
|
|
95
95
|
"expo": {
|