+262 votes
,post bởi

Tôi đang tìm cách gọi lại được gọi sau khi scrollToEnd đã đến cuối ScrollView của tôi. Hoạt hình cuộn bắt đầu khi tôi nhấp vào nút và khi kết thúc, tôi muốn gọi một số hành động khác.

Tôi đã xem qua tài liệu nhưng có vẻ như không có lệnh gọi lại nào được triển khai theo mặc định?

mã của tôi dưới đây

scrollViewRef.current.scrollToEnd({animated: true});
// WHEN DONE i have some actions here that i want to trigger when animated scroll has reached the end       

<ScrollView ref={scrollViewRef} contentContainerStyle={{ flexGrow: 1 }} >
  //Content here
</ScrollView>    

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.
...