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
Hello, I have a FlatList rendering some items in my app. The does not use reanimated in FlatList. Yesterday I decided to upgrade from reanimated v1 to v2. Upon upgrading everything worked fine except FlatList not rendering any items at all. Rendering would work only if I would forcefully rerender the FlatList on state changes using the key prop.
I then reverted all the changes and downgraded back to v1 and everything worked as expected again.
Expected behavior
FlatList should render items properly.
Package versions
React Native: 0.66.3
React Native Reanimated: latest beta
NodeJS: 14.x
Java & Gradle: Gradle 6.9
Affected platforms
Android - Tested only on android
iOS - Not tested
Web - Not tested
The text was updated successfully, but these errors were encountered:
Hello, I have a FlatList rendering some items in my app. The does not use reanimated in FlatList. Yesterday I decided to upgrade from reanimated v1 to v2. Upon upgrading everything worked fine except FlatList not rendering any items at all. Rendering would work only if I would forcefully rerender the FlatList on state changes using the
key
prop.I then reverted all the changes and downgraded back to v1 and everything worked as expected again.
Expected behavior
FlatList should render items properly.
Package versions
Affected platforms
The text was updated successfully, but these errors were encountered: