File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ prepare_react_native_project!
18
18
# ...(process.env.NO_FLIPPER ? { 'react-native-flipper': { platforms: { ios: null } } } : {}),
19
19
# ```
20
20
flipper_config = ENV [ 'NO_FLIPPER' ] == "1" ? FlipperConfiguration . disabled : FlipperConfiguration . enabled
21
- ENV [ 'RCT_NEW_ARCH_ENABLED' ] = '0'
22
21
23
22
linkage = ENV [ 'USE_FRAMEWORKS' ]
24
23
if linkage != nil
Original file line number Diff line number Diff line change 6
6
"android" : " react-native run-android" ,
7
7
"ios" : " react-native run-ios" ,
8
8
"start" : " react-native start" ,
9
- "pods" : " pod-install --quiet"
9
+ "pods" : " pod-install --quiet" ,
10
+ "pods-fabric" : " RCT_NEW_ARCH_ENABLED=1 pod-install --quiet"
10
11
},
11
12
"dependencies" : {
12
13
"@react-native-community/masked-view" : " ^0.1.10" ,
Original file line number Diff line number Diff line change 31
31
"example" : " yarn --cwd example" ,
32
32
"bootstrap" : " yarn example && yarn && yarn example pods" ,
33
33
"bootstrap-no-pods" : " yarn example && yarn" ,
34
+ "bootstrap-fabric" : " yarn example && yarn && yarn example pods-fabric" ,
34
35
"test:e2e:android" : " bash ./scripts/run-maestro-tests.sh android" ,
35
36
"run-example-android" : " cd example;react-native run-android --variant=release" ,
36
37
"run-example-ios" : " cd example;react-native run-ios --configuration Release --simulator \" iPhone 13 (15.2)\" " ,
You can’t perform that action at this time.
0 commit comments