File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ export default ({ config }: ConfigContext) => ({
1111 'expo-web-browser' ,
1212 'expo-sqlite' ,
1313 'expo-asset' ,
14- 'expo-asset' ,
1514 [
1615 'expo-location' ,
1716 {
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ require 'json'
55podfile_properties = JSON . parse ( File . read ( File . join ( __dir__ , 'Podfile.properties.json' ) ) ) rescue { }
66
77ENV [ 'RCT_NEW_ARCH_ENABLED' ] ||= '0' if podfile_properties [ 'newArchEnabled' ] == 'false'
8+ ENV [ 'RCT_HERMES_V1_ENABLED' ] ||= '1' if podfile_properties [ 'expo.useHermesV1' ] == 'true'
89ENV [ 'EX_DEV_CLIENT_NETWORK_INSPECTOR' ] ||= podfile_properties [ 'EX_DEV_CLIENT_NETWORK_INSPECTOR' ]
910ENV [ 'RCT_USE_RN_DEP' ] ||= '1' if podfile_properties [ 'ios.buildReactNativeFromSource' ] != 'true' && podfile_properties [ 'newArchEnabled' ] != 'false'
1011ENV [ 'RCT_USE_PREBUILT_RNCORE' ] ||= '1' if podfile_properties [ 'ios.buildReactNativeFromSource' ] != 'true' && podfile_properties [ 'newArchEnabled' ] != 'false'
Original file line number Diff line number Diff line change 11{
22 "expo.jsEngine" : " hermes" ,
3+ "expo.useHermesV1" : " true" ,
34 "ios.useFrameworks" : " static" ,
45 "ios.buildReactNativeFromSource" : " true" ,
56 "EX_DEV_CLIENT_NETWORK_INSPECTOR" : " true" ,
You can’t perform that action at this time.
0 commit comments