react-native-datepicker-drop-in

A React Native drop in replacement of react-native-datepicker, dependant on @react-native-community/datetimepicker

Usage no npm install needed!

<script type="module">
  import reactNativeDatepickerDropIn from 'https://cdn.skypack.dev/react-native-datepicker-drop-in';
</script>

README

React Native Datepicker Drop In

This is a drop in replacement of the deprecated xgfe/react-native-datepicker.

Current status

  • Super beta
  • Moment needs to get removed and replaced by date-fns
  • Clean up work needs to be done
  • Typescript conversion also needs to be done