Skip to content

Commit 8c1dc74

Browse files
committed
more tests
1 parent cfb6f8d commit 8c1dc74

File tree

4 files changed

+1242
-1167
lines changed

4 files changed

+1242
-1167
lines changed

examples/bare/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ react {
1313
// The folder where the react-native NPM package is. Default is ../../node_modules/react-native
1414
reactNativeDir = file("../../../../node_modules/react-native")
1515
// The folder where the react-native Codegen package is. Default is ../../node_modules/@react-native/codegen
16-
// codegenDir = file("../../node_modules/@react-native/codegen")
16+
codegenDir = file("../../../../node_modules/@react-native/codegen")
1717
// The cli.js file which is the React Native CLI entrypoint. Default is ../../node_modules/react-native/cli.js
1818
// cliFile = file("../../node_modules/react-native/cli.js")
1919

examples/bare/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"@release-it/conventional-changelog": "^9.0.2",
1616
"react": "19.0.0",
1717
"react-native": "0.79.2",
18-
"react-native-gesture-handler": "^2.21.2",
19-
"react-native-reanimated": "^3.16.2",
20-
"react-native-safe-area-context": "^4.14.0",
21-
"react-native-screens": "^3.35.0",
18+
"react-native-gesture-handler": "2.27.1",
19+
"react-native-reanimated": "3.18.0",
20+
"react-native-safe-area-context": "5.5.1",
21+
"react-native-screens": "4.11.1",
2222
"react-native-svg": "^15.9.0"
2323
},
2424
"devDependencies": {

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,22 @@
4747
"husky": "^8.0.1",
4848
"jest": "^29.6.3",
4949
"prettier": "^3.4.2",
50+
"react": "19.0.0",
51+
"react-native": "0.79.2",
5052
"ts-jest": "^29.1.1",
5153
"typescript": "^5.1.3"
5254
},
55+
"peerDependencies": {
56+
"react": "*",
57+
"react-native": "*"
58+
},
59+
"codegenConfig": {
60+
"name": "AmaSpec",
61+
"type": "modules",
62+
"jsSrcsDir": "src",
63+
"android": {
64+
"javaPackageName": "com.ama"
65+
}
66+
},
5367
"packageManager": "yarn@3.6.4"
5468
}

0 commit comments

Comments
 (0)