Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーがアプリで投稿をスクロールするときに、ユーザーが現在見ている現在の投稿を認識したい。
からスクロール時のy位置を取得できますcontentOffset
contentOffset
<ScrollView ref={(s) => this.scrollview = s} onScroll={(event) => {console.log(event.nativeEvent.contentOffset.y)}} ... ></ScrollView>