-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hi,
I just upgraded to Expo SDK 41 and this packages triggers:
FlatList: Calling getNode() on the ref on an Animated component is no longer necessary. You can now directly use the ref instead. This method will be removed in a future release.
This line triggers the issue:
| useImperativeHandle(ref, () => flatListRef.current!.getNode()); |
Would you be so kind to update this?
It might break for older SDKs and versions though.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working