|
@@ -49,8 +49,8 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|
|
platforms: ['ios', 'android'],
|
|
|
assetBundlePatterns: ['**/*'],
|
|
|
ios: {
|
|
|
- supportsTablet: true,
|
|
|
- bundleIdentifier: env.PACKAGE_NAME,
|
|
|
+ supportsTablet: false,
|
|
|
+ bundleIdentifier: env.PACKAGE_NAME_IOS, // com.nomadmania.app2
|
|
|
config: {
|
|
|
googleMapsApiKey: env.IOS_GOOGLE_MAP_APIKEY
|
|
|
},
|
|
@@ -99,7 +99,8 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|
|
{
|
|
|
android: {
|
|
|
minSdkVersion: 24,
|
|
|
- targetSdkVersion: 33
|
|
|
+ targetSdkVersion: 33,
|
|
|
+ // kotlinVersion: '1.7.1'
|
|
|
}
|
|
|
}
|
|
|
],
|