@expo/config-plugins
Advanced tools
Comparing version 8.0.10 to 8.0.11
@@ -57,3 +57,3 @@ "use strict"; | ||
function getAndroidManifestTemplate(config) { | ||
// Keep in sync with https://github.com/expo/expo/blob/master/templates/expo-template-bare-minimum/android/app/src/main/AndroidManifest.xml | ||
// Keep in sync with https://github.com/expo/expo/blob/main/templates/expo-template-bare-minimum/android/app/src/main/AndroidManifest.xml | ||
// TODO: Read from remote template when possible | ||
@@ -66,2 +66,3 @@ return (0, _XML().parseXMLAsync)(` | ||
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/> | ||
<uses-permission android:name="android.permission.VIBRATE"/> | ||
<!-- These require runtime permissions on M --> | ||
@@ -81,21 +82,4 @@ <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> | ||
<application | ||
android:name=".MainApplication" | ||
android:label="@string/app_name" | ||
android:icon="@mipmap/ic_launcher" | ||
android:roundIcon="@mipmap/ic_launcher_round" | ||
android:allowBackup="false" | ||
android:theme="@style/AppTheme" | ||
android:usesCleartextTraffic="true" | ||
> | ||
<meta-data android:name="expo.modules.updates.EXPO_UPDATE_URL" android:value="YOUR-APP-URL-HERE"/> | ||
<meta-data android:name="expo.modules.updates.EXPO_RUNTIME_VERSION" android:value="YOUR-APP-RUNTIME-VERSION-HERE"/> | ||
<activity | ||
android:name=".MainActivity" | ||
android:label="@string/app_name" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode" | ||
android:launchMode="singleTask" | ||
android:windowSoftInputMode="adjustResize" | ||
android:theme="@style/Theme.App.SplashScreen" | ||
> | ||
<application android:name=".MainApplication" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:allowBackup="false" android:theme="@style/AppTheme"> | ||
<activity android:name=".MainActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|screenLayout|uiMode" android:launchMode="singleTask" android:windowSoftInputMode="adjustResize" android:theme="@style/Theme.App.SplashScreen" android:exported="true"> | ||
<intent-filter> | ||
@@ -106,3 +90,3 @@ <action android:name="android.intent.action.MAIN"/> | ||
</activity> | ||
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity"/> | ||
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" android:exported="false"/> | ||
</application> | ||
@@ -109,0 +93,0 @@ </manifest> |
{ | ||
"name": "@expo/config-plugins", | ||
"version": "8.0.10", | ||
"version": "8.0.11", | ||
"description": "A library for Expo config plugins", | ||
@@ -61,3 +61,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "babb6c584ab401bf9b75574aebd4ead1a423ec81" | ||
"gitHead": "672a1e49651614f047f5f104fa2bb65ac7fb050e" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1107863
12912