UNPKG
zkteco-react-native-spring-scrollview
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
An cross-platform (iOS & Android) spring ScrollView
zkteco-react-native-spring-scrollview
/
android
/
build
/
intermediates
/
library_manifest
/
debug
/
AndroidManifest.xml
9 lines
(7 loc)
•
249 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
<?xml version=
"1.0"
encoding=
"utf-8"
?>
<
manifest
xmlns:android
=
"http://schemas.android.com/apk/res/android"
package
=
"com.bolan9999"
>
<
uses-sdk
android:minSdkVersion
=
"16"
android:targetSdkVersion
=
"29"
/>
</
manifest
>