我尝试添加插件以响应本机资本。我在博览会上得到了这个警告
<Button transparent onPress={() => this.openVendor()}>
<Icon name="ios-list" style={{ color: '#fff' }} />
</Button>
</Right>
</Header>
<Modal
isVisible={this.state.visibleModal === 1}
animationIn={'slideInUp'}
animationOut={'slideOutDown'}
>
{this.renderVendor()}
</Modal>