Commit 53c6290
committed
fix(bun): use npx for react-native-builder-bob in prepare script
Bun blocks lifecycle scripts by default for security. When users add the package
to trustedDependencies, the prepare script runs but bob is not available since
it's a devDependency. Using npx downloads bob on-demand.
Fixes #381 parent 58df7da commit 53c6290
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments