代码之家  ›  专栏  ›  技术社区  ›  Mahdi Bashirpour

OnPull React本机滚动视图

  •  0
  • Mahdi Bashirpour  · 技术社区  · 7 年前
    • 什么是拉力 Props 在里面 ScrollView ?

    或者换句话说

    • 哪个 Prop 当我们到达 卷轴视图 ?

    例如

     <ScrollView
          scrollEnabled={this.state.scrollEnabled}
          onScroll={(y) => {
              if (y.nativeEvent.contentOffset.y <= 0 ) {
                   // 
               }
    
    1 回复  |  直到 7 年前
    推荐文章