-
-
Notifications
You must be signed in to change notification settings - Fork 867
Closed
Labels
bugSomething isn't workingSomething isn't workinginvalidThis doesn't seem rightThis doesn't seem right
Description
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
iOS, Android, Web
What happened?
After migrating from v4 to v5, I'm encountering an issue: I can no longer pass parameters to the present function, as the type now appears to be:
present: (data?: never) => void;
Is there any documentation available on this breaking change or information regarding this compatibility issue?
Reproduction steps
bottomSheetModalRef.current?.present({ userIntent });
Reproduction sample
/
Relevant log output
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinginvalidThis doesn't seem rightThis doesn't seem right