react-native-key-value-storage
Version:
Provides an easy way to persistently store small chunks of data and then access it from the native code.
17 lines (13 loc) • 673 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mt.RNKeyValueStorage.test">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="22" />
<application>
<uses-library android:name="android.test.runner" />
</application>
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="com.mt.RNKeyValueStorage.test"
android:handleProfiling="false"
android:functionalTest="false"
android:label="Tests for com.mt.RNKeyValueStorage.test"/>
</manifest>