iberHK / react-native-picker

纯JS实现的一个高效流畅的日期选择器和区域选择器,支持android、ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

出现两个PickerView的情况下就滑不动了

iqlpi opened this issue · comments

commented

rn 0.55.4

<View> <PickerView list={hours} onPickerSelected={(toValue) => { // console.warn(toValue) }} selectedIndex={0} fontSize={14} itemWidth={screen.width / 2} itemHeight={40} /> </View>
<View > <PickerView list={minutes} onPickerSelected={(toValue) => { // console.warn(toValue) }} selectedIndex={0} fontSize={14} itemWidth={screen.width / 2} itemHeight={40} /> </View>