react-native-rate-app 1.3.8 → 1.3.10

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.
@@ -25,12 +25,4 @@ target_link_libraries(
25
25
  reactnative
26
26
  )
27
27
 
28
- target_compile_options(
29
- react_codegen_RateAppSpec
30
- PRIVATE
31
- -DLOG_TAG=\"ReactNative\"
32
- -fexceptions
33
- -frtti
34
- -std=c++20
35
- -Wall
36
- )
28
+ target_compile_reactnative_options(react_codegen_RateAppSpec PRIVATE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-rate-app",
3
- "version": "1.3.8",
3
+ "version": "1.3.10",
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",
@@ -64,7 +64,7 @@
64
64
  "registry": "https://registry.npmjs.org/"
65
65
  },
66
66
  "devDependencies": {
67
- "@biomejs/biome": "2.0.6",
67
+ "@biomejs/biome": "2.1.4",
68
68
  "@commitlint/cli": "19.8.1",
69
69
  "@commitlint/config-conventional": "19.8.1",
70
70
  "@react-native-community/cli": "18.0.0",
@@ -74,15 +74,15 @@
74
74
  "@types/react": "19.0.10",
75
75
  "commitlint": "19.8.1",
76
76
  "del-cli": "6.0.0",
77
- "expo": "53.0.13",
77
+ "expo": "53.0.17",
78
78
  "husky": "9.1.7",
79
- "jest": "30.0.3",
79
+ "jest": "30.0.5",
80
80
  "react": "19.0.0",
81
- "react-native": "0.80.1",
82
- "react-native-builder-bob": "0.40.12",
83
- "semantic-release": "24.2.6",
84
- "turbo": "2.5.4",
85
- "typescript": "5.8.3"
81
+ "react-native": "0.81.0",
82
+ "react-native-builder-bob": "0.40.13",
83
+ "semantic-release": "24.2.7",
84
+ "turbo": "2.5.5",
85
+ "typescript": "5.9.2"
86
86
  },
87
87
  "resolutions": {
88
88
  "@types/react": "19.0.10"