UNPKG

@react-native-community/slider

Version:

React Native component used to select a single value from a range of values.

22 lines (18 loc) 780 B
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.reactnativecommunity.slider.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 com.reactnativecommunity.slider.test" android:targetPackage="com.reactnativecommunity.slider.test" /> <application android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:debuggable="true" > <uses-library android:name="android.test.runner" /> </application> </manifest>