react-native-rate-app 1.3.5 → 1.3.6

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.
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _reactNative = require("react-native");
8
+ var _default = exports.default = _reactNative.TurboModuleRegistry.getEnforcing("RateApp");
9
+ //# sourceMappingURL=NativeRateApp.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_default","exports","default","TurboModuleRegistry","getEnforcing"],"sourceRoot":"../../../src","sources":["codegenSpec/NativeRateApp.ts"],"mappings":";;;;;;AACA,IAAAA,YAAA,GAAAC,OAAA;AAAmD,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAQpCC,gCAAmB,CAACC,YAAY,CAAO,SAAS,CAAC","ignoreList":[]}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ import { TurboModuleRegistry } from "react-native";
4
+ export default TurboModuleRegistry.getEnforcing("RateApp");
5
+ //# sourceMappingURL=NativeRateApp.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["TurboModuleRegistry","getEnforcing"],"sourceRoot":"../../../src","sources":["codegenSpec/NativeRateApp.ts"],"mappings":";;AACA,SAASA,mBAAmB,QAAQ,cAAc;AAQlD,eAAeA,mBAAmB,CAACC,YAAY,CAAO,SAAS,CAAC","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-rate-app",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
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",
@@ -65,27 +65,27 @@
65
65
  },
66
66
  "devDependencies": {
67
67
  "@biomejs/biome": "1.9.4",
68
- "@commitlint/cli": "19.8.0",
69
- "@commitlint/config-conventional": "19.8.0",
70
- "@react-native-community/cli": "15.1.3",
68
+ "@commitlint/cli": "19.8.1",
69
+ "@commitlint/config-conventional": "19.8.1",
70
+ "@react-native-community/cli": "18.0.0",
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.12",
75
- "commitlint": "19.8.0",
74
+ "@types/react": "19.0.10",
75
+ "commitlint": "19.8.1",
76
76
  "del-cli": "6.0.0",
77
- "expo": "^52.0.31",
77
+ "expo": "53.0.11",
78
78
  "husky": "9.1.7",
79
79
  "jest": "29.7.0",
80
- "react": "19.1.0",
81
- "react-native": "0.78.2",
82
- "react-native-builder-bob": "0.39.0",
83
- "semantic-release": "24.2.3",
84
- "turbo": "2.4.4",
85
- "typescript": "5.8.2"
80
+ "react": "19.0.0",
81
+ "react-native": "0.80.0",
82
+ "react-native-builder-bob": "0.40.11",
83
+ "semantic-release": "24.2.5",
84
+ "turbo": "2.5.4",
85
+ "typescript": "5.8.3"
86
86
  },
87
87
  "resolutions": {
88
- "@types/react": "19.0.12"
88
+ "@types/react": "19.0.10"
89
89
  },
90
90
  "peerDependencies": {
91
91
  "react": "*",
@@ -99,7 +99,7 @@
99
99
  "workspaces": [
100
100
  "example"
101
101
  ],
102
- "packageManager": "yarn@4.8.1",
102
+ "packageManager": "yarn@4.9.2",
103
103
  "jest": {
104
104
  "preset": "react-native",
105
105
  "modulePathIgnorePatterns": [
@@ -148,6 +148,6 @@
148
148
  "create-react-native-library": {
149
149
  "type": "turbo-module",
150
150
  "languages": "kotlin-objc",
151
- "version": "0.48.3"
151
+ "version": "0.50.3"
152
152
  }
153
153
  }
@@ -1,10 +0,0 @@
1
- import type { TurboModule } from "react-native";
2
- import { TurboModuleRegistry } from "react-native";
3
-
4
- export interface Spec extends TurboModule {
5
- requestReview(): Promise<boolean>;
6
- requestReviewAppGallery(): Promise<boolean>;
7
- requestReviewGalaxyStore(androidPackageName: string): Promise<boolean>;
8
- }
9
-
10
- export default TurboModuleRegistry.getEnforcing<Spec>("RateApp");
@@ -1,10 +0,0 @@
1
- import type { TurboModule } from "react-native";
2
- import { TurboModuleRegistry } from "react-native";
3
-
4
- export interface Spec extends TurboModule {
5
- requestReview(): Promise<boolean>;
6
- requestReviewAppGallery(): Promise<boolean>;
7
- requestReviewGalaxyStore(androidPackageName: string): Promise<boolean>;
8
- }
9
-
10
- export default TurboModuleRegistry.getEnforcing<Spec>("RateApp");