You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i try to implement the infinite scroll using Flatlist while my page has the animated.loop animation. the onEndReached will not trigger. react-native-native-web@0.19 has this issue but react-native-web@0.18 is okay
see the video.
Screen.Recording.2023-08-03.at.11.29.50.mov
Expected behavior
Flatlist's onEndReached event will trigger.
Steps to reproduce
package version: react-native-web@0.19
when page loaded, click the "Add Data" button to load data into Flatlist.
scroll the Flatlist, you can only scroll to the first 10 items and onEndReached can not trigger.
click the "remove aniamtion" button, and scroll the flatlist, now okay and onEndReached trigger.
The web fork of Animated is no longer being maintained, but updating it is blocked on this React Native issue that will allow RN Web to install the same Animated package used in RN. You should comment there facebook/react-native#35263
Is there an existing issue for this?
Describe the issue
when i try to implement the infinite scroll using Flatlist while my page has the animated.loop animation. the onEndReached will not trigger. react-native-native-web@0.19 has this issue but react-native-web@0.18 is okay
see the video.
Screen.Recording.2023-08-03.at.11.29.50.mov
Expected behavior
Flatlist's onEndReached event will trigger.
Steps to reproduce
package version: react-native-web@0.19
Test case
https://codesandbox.io/s/peaceful-bouman-wtw5cj?file=/src/App.js:4259-4271
Additional comments
No response
The text was updated successfully, but these errors were encountered: