iberHK / react-native-picker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

同个页面添加多个PickerView,滑动不了

tomingshao opened this issue · comments

commented

<View style={{flexDirection:'row',backgroundColor:'red',width:300,height:200}}>

        <PickerView  itemHeight={60}  itemTextColor={0x00000030}   selectedIndex={2} list={this.props.list}
       itemKey='value'  />
           <PickerView  itemHeight={60}  itemTextColor={0x00000030}   selectedIndex={2} list={this.props.list}
       itemKey='value'  />
          <PickerView  itemHeight={60}  itemTextColor={0x00000030}   selectedIndex={2} list={this.props.list}
       itemKey='value'  />
       </View>
       <PickerView  itemHeight={60}  itemTextColor={0x00000030}   selectedIndex={2} list={this.props.list}
       itemKey='value'  />
        <PickerView  itemHeight={60}  itemTextColor={0x00000030}   selectedIndex={2} list={this.props.list}
       itemKey='value'  />