Please see the releases page
- Add time picker for Windows #206
- feat: add minute interval on Android #177
- Make react-native-windows optional #191
- allow compiling with xcode 10 #186
- Add Windows date picker #157
- Update Example App to RN 0.62.2 #146
- throw when invalid props are passed to android picker #148
- Recommend npx pod-install for setup instructions #159
- Fix android nougat display spinner #118
- fix typescript compilation errors #138, #143
- use yarn for managing deps (this should not influence consumers)
- add
textColor
prop for iOS: #127
- Fix iOS picker's styling bug where picker would be fixed to 216px height no matter what
style
was applied to the picker. This is because previously, the picker was always wrapped in aView
which was now removed. Sincestyle
prop was never documented in this package, we do not consider this a breaking change. Nowstyle
can correctly apply specific height settings and flex. NOTE: this only works with View style property type. #120 - update readme example code #124
- Fix android time picker returning today's date instead of the given date #115
- Fix missing return statement #107
- Fix podspec to get source from tag #103
- fix prettier usage #102
- Introduce neutral button via neutralButtonLabel on Android pickers #93
- update readme #100
- Fix Android Nougat datetime picker mode="spinner" #47
- Add
countdown
option to iOSMode types #31 - Added TS type definition file path to package.json #77
- Improved readme #33, #39, #46, #97
- #13 Update to
[email protected]