UNPKG
react-native-date-time-picker
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
A Date and Time picker for Android more in the iOS selector style.
react-native-date-time-picker
/
example
/
android
/
app
/
build
/
intermediates
/
exploded-aar
/
DateTimeExample
/
react-native-wheel-view
/
unspecified
/
AndroidManifest.xml
9 lines
(7 loc)
•
241 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
=
"co.fixt.wheel"
>
<
uses-sdk
android:minSdkVersion
=
"16"
android:targetSdkVersion
=
"22"
/>
</
manifest
>