react-native-rate-app 1.0.2 → 1.0.4

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/ios/RateApp.h +1 -1
  2. package/package.json +5 -5
package/ios/RateApp.h CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  #ifdef RCT_NEW_ARCH_ENABLED
3
- #import "RNRateAppSpec.h"
3
+ #import "RateAppSpec.h"
4
4
 
5
5
  @interface RateApp : NSObject <NativeRateAppSpec>
6
6
  #else
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "react-native-rate-app",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "React Native module for In App Rating on Android and iOS",
5
- "source": "./src/index.tsx",
6
- "main": "./lib/commonjs/index.js",
7
- "react-native": "src/index.ts",
8
- "module": "./lib/module/index.js",
5
+ "source": "src/index.tsx",
6
+ "main": "lib/commonjs/index.js",
7
+ "react-native": "src/index.tsx",
8
+ "module": "lib/module/index.js",
9
9
  "types": "lib/typescript/index.d.ts",
10
10
  "files": [
11
11
  "src",