react-native-viewpager icon indicating copy to clipboard operation
react-native-viewpager copied to clipboard

设置了viewpager的高度后,轮播图的点还是掉在最下面

Open yohanceli opened this issue 7 years ago • 0 comments

wx20170809-145205

render() {
  return (
    <View style={{flex: 1}}>
      <ViewPager
        style={{ height: 170 }}
        dataSource={this.state.dataSource}
        renderPage={this._renderPage}
        isLoop={true}
        autoPlay={true}
      />
    </View>
  );
}

yohanceli avatar Aug 09 '17 06:08 yohanceli