react-native-rate-app 1.3.1 → 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 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.1",
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",
@@ -71,25 +71,25 @@
71
71
  "@semantic-release/changelog": "6.0.3",
72
72
  "@semantic-release/git": "10.0.1",
73
73
  "@types/jest": "29.5.14",
74
- "@types/react": "19.0.11",
74
+ "@types/react": "19.0.12",
75
75
  "commitlint": "19.8.0",
76
76
  "del-cli": "6.0.0",
77
77
  "expo": "^52.0.31",
78
78
  "husky": "9.1.7",
79
79
  "jest": "29.7.0",
80
80
  "react": "19.0.0",
81
- "react-native": "0.78.0",
82
- "react-native-builder-bob": "0.37.0",
81
+ "react-native": "0.78.1",
82
+ "react-native-builder-bob": "0.38.0",
83
83
  "semantic-release": "24.2.3",
84
84
  "turbo": "2.4.4",
85
85
  "typescript": "5.8.2"
86
86
  },
87
87
  "resolutions": {
88
- "@types/react": "19.0.11"
88
+ "@types/react": "19.0.12"
89
89
  },
90
90
  "peerDependencies": {
91
91
  "react": "*",
92
- "react-native": "*"
92
+ "react-native": ">=0.76"
93
93
  },
94
94
  "peerDependenciesMeta": {
95
95
  "expo": {
@@ -1 +0,0 @@
1
- {"type":"module"}