File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
templates/expo-template-bare-minimum/ios Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV['RCT_USE_RN_DEP'] ||= '1' if podfile_properties['ios.buildReactNativeFromSou
1010ENV [ 'RCT_USE_PREBUILT_RNCORE' ] ||= '1' if podfile_properties [ 'ios.buildReactNativeFromSource' ] != 'true'
1111ENV [ 'EXPO_LOCAL_MODULES_ENABLED' ] = podfile_properties [ 'expo.localModules.enabled' ] == 'true' ? '1' : '0'
1212if ENV [ 'EXPO_LOCAL_MODULES_ENABLED' ] == '1' then
13- ENV [ 'EXPO_LOCAL_MODULES_WATCHED_DIRS' ] = podfile_properties [ 'expo.localModules.watchedDirs' ]
13+ ENV [ 'EXPO_LOCAL_MODULES_WATCHED_DIRS' ] = JSON . generate ( podfile_properties [ 'expo.localModules.watchedDirs' ] )
1414else
1515 ENV [ 'EXPO_LOCAL_MODULES_WATCHED_DIRS' ] = '[]'
1616end
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV['RCT_USE_RN_DEP'] ||= '1' if podfile_properties['ios.buildReactNativeFromSou
1010ENV [ 'RCT_USE_PREBUILT_RNCORE' ] ||= '1' if podfile_properties [ 'ios.buildReactNativeFromSource' ] != 'true' && podfile_properties [ 'newArchEnabled' ] != 'false'
1111ENV [ 'EXPO_LOCAL_MODULES_ENABLED' ] = podfile_properties [ 'expo.localModules.enabled' ] == 'true' ? '1' : '0'
1212if ENV [ 'EXPO_LOCAL_MODULES_ENABLED' ] == '1' then
13- ENV [ 'EXPO_LOCAL_MODULES_WATCHED_DIRS' ] = podfile_properties [ 'expo.localModules.watchedDirs' ]
13+ ENV [ 'EXPO_LOCAL_MODULES_WATCHED_DIRS' ] = JSON . generate ( podfile_properties [ 'expo.localModules.watchedDirs' ] )
1414else
1515 ENV [ 'EXPO_LOCAL_MODULES_WATCHED_DIRS' ] = '[]'
1616end
You can’t perform that action at this time.
0 commit comments