TronNatthakorn / react-native-wheel-pick

Apache License 2.0
177 stars 85 forks source link

how to make two columns #24

Closed akshPairroxz closed 1 year ago

akshPairroxz commented 1 year ago

hello , i would like to know that how can i create two columns using it , as i am looking to create month-year picker using this library.

TronNatthakorn commented 1 year ago

This library is not support for only month-year. You can use just normal picker instead.

(Because every years always have twelve months.)

<Picker pickerData={['2020', '2021', .......]} />
<Picker pickerData={['Jan', 'Feb', .......]} />