guyu96 / chordinate

A React Native app for practicing chord progressions
0 stars 0 forks source link

Use wheel picker for chord selection in Android #8

Closed tongxin97 closed 6 years ago

tongxin97 commented 6 years ago

The default react-native picker shows a dropdown menu on Android. We want a wheel picker like the iOS native one. Potentially achieve this by using the ReactNativeWheelPicker package.

tongxin97 commented 6 years ago

Apparently existing packages for Android wheel picker are all broken somehow. Will figure out about this later.

tongxin97 commented 6 years ago

Not our priority