react-native-rate-app 1.0.0 → 1.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-rate-app",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "In-App Rating on Android & iOS",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",
@@ -114,11 +114,16 @@
114
114
  },
115
115
  "codegenConfig": {
116
116
  "name": "RNRateAppSpec",
117
- "type": "modules",
117
+ "type": "all",
118
118
  "jsSrcsDir": "src",
119
+ "outputDir": {
120
+ "ios": "ios/generated",
121
+ "android": "android/generated"
122
+ },
119
123
  "android": {
120
124
  "javaPackageName": "com.rateapp"
121
- }
125
+ },
126
+ "includesGeneratedCode": true
122
127
  },
123
128
  "create-react-native-library": {
124
129
  "type": "module-mixed",
@@ -1,2 +0,0 @@
1
- <manifest xmlns:android="http://schemas.android.com/apk/res/android">
2
- </manifest>