react-native-normalized
react-native-normalized copied to clipboard
Consistent <Picker/>
The pickers look very differently on iOS and Android, and in my opinion, it looks much better on iOS. Most problematically, the components have a different height.
<Picker> on iOS | <Picker> on Android |
---|---|
![]() |
![]() |
My idea would be to create an Android counterpart that looks the same using Reanimated.