Skip to content

Commit

Permalink
fix patch-package script
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMoch committed Oct 23, 2024
1 parent de164b7 commit 10ef3a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/bare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"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",
"android": "react-native run-android",
"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",
"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",
Expand Down

0 comments on commit 10ef3a3

Please sign in to comment.