diff --git a/bun.lockb b/bun.lockb index 8ca0453dff..f68c1459aa 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/examples/bare/package.json b/examples/bare/package.json index 82df09a6ef..ccbcda3195 100644 --- a/examples/bare/package.json +++ b/examples/bare/package.json @@ -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",