Skip to content

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

@tomingshao

Description

@tomingshao

<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'  />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions