### 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](https://github.com/gorhom/react-native-bottom-sheet/commit/a93aed9904192a8508ba3d159c0ea459776415c1#diff-a593493bcf9ad0871ea3f1601097f4eba1d5af063d9b1857f675637dcd6e6d46R31) `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_