File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/create-react-native-library/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
"prepare" : " bob build" ,
29
29
"release" : " release-it" ,
30
30
"example" : " yarn --cwd example" ,
31
- "pods" : " cd example && RCT_NEW_ARCH_ENABLED=<%- project.turbomodule ? 1 : 0 -%> pod-install --quiet" ,
32
- "bootstrap" : " yarn example && yarn && yarn pods"
31
+ "bootstrap" : " yarn example && yarn && yarn example pods"
33
32
},
34
33
"keywords" : [
35
34
" react-native" ,
Original file line number Diff line number Diff line change 7
7
"android" : " react-native run-android" ,
8
8
"ios" : " react-native run-ios" ,
9
9
"start" : " react-native start" ,
10
+ "pods" : " RCT_NEW_ARCH_ENABLED=<%- project.turbomodule ? 1 : 0 -%> pod-install --quiet" ,
10
11
"postinstall" : " patch-package"
11
12
},
12
13
"dependencies" : {
You can’t perform that action at this time.
0 commit comments