UNPKG

react-native-photo-view-ex

Version:

Displaying photos with pinch-to-zoom, based on react-native-photo-view

20 lines (16 loc) 665 B
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="io.amarcruz.photoview.test" > <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="28" /> <instrumentation android:name="android.test.InstrumentationTestRunner" android:functionalTest="false" android:handleProfiling="false" android:label="Tests for io.amarcruz.photoview.test" android:targetPackage="io.amarcruz.photoview.test" /> <application android:debuggable="true" > <uses-library android:name="android.test.runner" /> </application> </manifest>