UNPKG

react-native-datetime-chooser

Version:

React Native DateTime native chooser component for iOS and Android.

14 lines (10 loc) 223 B
/** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import { AppRegistry } from 'react-native'; import Example from './app'; AppRegistry.registerComponent('Example', () => Example);