File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
expo-modules-core/android/src/main/java/expo/modules/kotlin Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ ENV['RCT_NEW_ARCH_ENABLED'] ||= '0' if podfile_properties['newArchEnabled'] == '
88ENV [ 'EX_DEV_CLIENT_NETWORK_INSPECTOR' ] ||= podfile_properties [ 'EX_DEV_CLIENT_NETWORK_INSPECTOR' ]
99ENV [ 'RCT_USE_RN_DEP' ] ||= '1' if podfile_properties [ 'ios.buildReactNativeFromSource' ] != 'true'
1010ENV [ 'RCT_USE_PREBUILT_RNCORE' ] ||= '1' if podfile_properties [ 'ios.buildReactNativeFromSource' ] != 'true'
11+
1112platform :ios , podfile_properties [ 'ios.deploymentTarget' ] || '15.1'
1213
1314source 'https://cdn.cocoapods.org/'
Original file line number Diff line number Diff line change 11{
2- "extends" : " expo-module-scripts/ tsconfig.plugin " ,
2+ "extends" : " @tsconfig/node18/ tsconfig.json " ,
33 "include" : [" ./src" ],
44 "exclude" : [" **/__mocks__/*" , " **/__tests__/*" ],
55 "compilerOptions" : {
Original file line number Diff line number Diff line change @@ -131,11 +131,11 @@ class AppContext(
131131 }
132132
133133 private fun registerLocalModulesList () {
134- try {
134+ try {
135135 val localModulesList = Class .forName(" local.modules.ExpoLocalModulesList" ).getConstructor()
136136 .newInstance() as ModulesProvider
137137 hostingRuntimeContext.registry.register(localModulesList)
138- } catch (_: ClassNotFoundException ) {}
138+ } catch (_: ClassNotFoundException ) {}
139139 }
140140
141141 /* *
You can’t perform that action at this time.
0 commit comments