UNPKG

kushk-thawani-react-native-sdk

Version:

This is a new [**React Native**](https://reactnative.dev) project, bootstrapped using [`@react-native-community/cli`](https://github.com/react-native-community/cli).

55 lines (48 loc) 2.23 kB
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.reactnativejava.test" > <uses-sdk android:minSdkVersion="26" android:targetSdkVersion="34" /> <instrumentation android:name="android.test.InstrumentationTestRunner" android:functionalTest="false" android:handleProfiling="false" android:label="Tests for com.reactnativejava" android:targetPackage="com.reactnativejava" /> <uses-permission android:name="android.permission.REORDER_TASKS" /> <queries> <package android:name="androidx.test.orchestrator" /> <package android:name="androidx.test.services" /> <package android:name="com.google.android.apps.common.testing.services" /> </queries> <application android:debuggable="true" android:extractNativeLibs="false" > <uses-library android:name="android.test.runner" /> <activity android:name="androidx.test.core.app.InstrumentationActivityInvoker$BootstrapActivity" android:exported="true" android:theme="@style/WhiteBackgroundTheme" > <intent-filter android:priority="-100" > <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> <activity android:name="androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity" android:exported="true" android:theme="@style/WhiteBackgroundTheme" > <intent-filter android:priority="-100" > <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> <activity android:name="androidx.test.core.app.InstrumentationActivityInvoker$EmptyFloatingActivity" android:exported="true" android:theme="@style/WhiteBackgroundDialogTheme" > <intent-filter android:priority="-100" > <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> </application> </manifest>