UNPKG

expo-dev-launcher

Version:

Pre-release version of the Expo development launcher package for testing.

28 lines (23 loc) 935 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <application> <activity android:name="expo.modules.devlauncher.launcher.DevLauncherActivity" android:exported="true" android:launchMode="singleTask" android:theme="@style/Theme.DevLauncher.LauncherActivity"> <intent-filter> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> <data android:scheme="expo-dev-launcher" /> </intent-filter> </activity> <activity android:name="expo.modules.devlauncher.launcher.errors.DevLauncherErrorActivity" android:screenOrientation="portrait" android:theme="@style/Theme.DevLauncher.ErrorActivity" /> </application> <queries> <package android:name="host.exp.exponent" /> </queries> </manifest>