We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de164b7 commit 10ef3a3Copy full SHA for 10ef3a3
bun.lockb
-1.15 KB
examples/bare/package.json
@@ -3,7 +3,7 @@
3
"version": "0.0.1",
4
"private": true,
5
"scripts": {
6
- "postinstall": "patch-package",
+ "postinstall": "mkdir -p ./node_modules/@react-native-picker && cp -r ../../node_modules/@react-native-picker/* ./node_modules/@react-native-picker && patch-package",
7
"android": "react-native run-android",
8
"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
"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