You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without building on iOS, I'm going by what I'm seeing in the README as how things look there. There is a drastic difference on the Android side. Focusing on the Date/Time fields, the DatePickerField will only being up a date picker but on iOS it looks date and time are nicely inline. So on Android and only Android I need to add an extra time picker? This doesn't seem ideal.
Can a pure js picker be used? Something like this. I think it would need to be modified but I think parity between platforms is worth it. The iOS version is pretty sleek though. It's a challenge to reproduce it but I'm game if someone can help me develop it out a bit.
The text was updated successfully, but these errors were encountered:
Hi,
First of all, you can create any Custom Field you want that has any custom behavior you can think.
If i have to tell you the truth i followed the ReactNative guidelines, hoping that they will merge TimePicker and DatePicker on Android soon.
I'm also thinking to release a cross-platform component called DateTimePicker that can, under the hood switch component.
You should also note that ReactNative has the "learn once, write anywhere" phylosophy, so it's common to provide different components to different platform.
I'll leave this issue open until I'll release a cross-platform component, so others can comment.
Thank you
Without building on iOS, I'm going by what I'm seeing in the
README
as how things look there. There is a drastic difference on the Android side. Focusing on the Date/Time fields, theDatePickerField
will only being up a date picker but on iOS it looks date and time are nicely inline. So on Android and only Android I need to add an extra time picker? This doesn't seem ideal.Can a pure js picker be used? Something like this. I think it would need to be modified but I think parity between platforms is worth it. The iOS version is pretty sleek though. It's a challenge to reproduce it but I'm game if someone can help me develop it out a bit.
The text was updated successfully, but these errors were encountered: