Cross platform reanimated implementation of iOS date picker
There has been a notable abscence of good JS-only date time pickers for React Native.
When @wcandillion created his Picker video I felt obliged to create this repo.
Help needed to make this a useable library!
- run
yarn
in both example directory and main directory - run
yarn start
in main directory to bundle the library and watch for changes - use
yarn link
to create a sym link between the library and the example app - run example app with
yarn start