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. [email protected] has this issue but [email protected] is okay
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. [email protected] has this issue but [email protected] 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: [email protected]
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: