File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.1" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
- "postinstall" : " patch-package" ,
7
6
"android" : " react-native run-android" ,
8
7
"build:android" : " bun run mkdist && react-native bundle --entry-file index.js --platform android --dev true --bundle-output dist/main.android.jsbundle --assets-dest dist/res" ,
9
8
"build:ios" : " bun run mkdist && react-native bundle --entry-file index.js --platform ios --dev true --bundle-output dist/main.ios.jsbundle --assets-dest dist" ,
40
39
"babel-jest" : " ^29.6.3" ,
41
40
"eslint" : " ^8.19.0" ,
42
41
"jest" : " ^29.6.3" ,
43
- "patch-package" : " ^8.0.0" ,
44
42
"prettier" : " 2.8.8" ,
45
43
"react-native-test-app" : " ^3.10.14" ,
46
44
"react-test-renderer" : " 18.2.0" ,
Original file line number Diff line number Diff line change 21
21
" docs"
22
22
],
23
23
"scripts" : {
24
+ "postinstall" : " patch-package --patch-dir ./examples/bare/patches" ,
24
25
"lint" : " bun run eslint ." ,
25
26
"check-ios" : " scripts/swift-format.sh && scripts/swift-lint.sh && scripts/clang-format.sh" ,
26
27
"check-android" : " scripts/kotlin-lint.sh" ,
27
28
"check-all" : " bun run check-android; bun run check-ios; bun run lint" ,
28
29
"clean" : " rm -rf packages/**/tsconfig.tsbuildinfo packages/**/node_modules packages/**/lib examples/**/node_modules examples/**/ios/Pods"
29
30
},
31
+ "devDependencies" : {
32
+ "patch-package" : " ^8.0.0"
33
+ },
30
34
"trustedDependencies" : [
31
35
" BareExample" ,
32
36
" ExpoExample" ,
You can’t perform that action at this time.
0 commit comments