Farhoud Shapouran
Farhoud Shapouran
You can use this [https://www.npmjs.com/package/react-native-scrollable-tab-view-forked](https://www.npmjs.com/package/react-native-scrollable-tab-view-forked)
Yes you are right currently color of TimePicker text is defined inside the code and `timePickerTextStyle` don't change its color, we can add another property like `selectedColor` for time picker...
I tested it on iOS, Android, and the web but I cannot reproduce this, can you reply with your code?
This bug was fixed https://github.com/farhoudshapouran/react-native-ui-datepicker/pull/87
I cannot find any issue about the selected date, can you provide your example code? 
I'll try to reproduce this bug and work on it thanks for reporting it
Please upgrade to the latest version I changed the time picker component. https://github.com/farhoudshapouran/react-native-ui-datepicker/commit/e7d93648680d4f10ee5aec77244d633abe128254
Please upgrade to the latest version I changed the time picker component. https://github.com/farhoudshapouran/react-native-ui-datepicker/commit/e7d93648680d4f10ee5aec77244d633abe128254
Maybe you don't need to use `parseDateObject` in your **onChange** method, you can use the **date** passed from the onChange method to update your **date** value. Or if you can...
Please check the latest (v2.0.1) version