Closed
Description
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
iOS, Android, Web
What happened?
According to the doc, the type should be any
. But in this commit any
was changed to never
everywhere.
Types were not correctly resolved in the snack.
Reproduction steps
- Pass data of any type to
present
method
Reproduction sample
https://snack.expo.dev/@dwnste/reproducing-issue
Relevant log output
No response