Skip to content

Commit 10ef3a3

Browse files
committed
fix patch-package script
1 parent de164b7 commit 10ef3a3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bun.lockb

-1.15 KB
Binary file not shown.

examples/bare/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
6-
"postinstall": "patch-package",
6+
"postinstall": "mkdir -p ./node_modules/@react-native-picker && cp -r ../../node_modules/@react-native-picker/* ./node_modules/@react-native-picker && patch-package",
77
"android": "react-native run-android",
88
"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",
99
"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",

0 commit comments

Comments
 (0)