-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is this package dead ? no update since 2 years #507
Comments
Anyone has any suggest of the lib for a bottom sheet modal in React Native? |
hello @Kayre-Scott-Primon i tried gorhom lib. it work smooth but i was never able to compile my code in release mode anymore because of reanimated. tryed like 2 days to solve this but cannot. gorhom/react-native-bottom-sheet#1824 i guess i have to retry now or to get the code of this lib and fix it alone if you manage to make this with reactnative +0,74 please tell me which version of reanimated and bottom-sheet you used. |
Hi @alainib, instresting! |
same for me |
i use never been able to compile with |
In order to compile react-native-bottom-sheet v5, you need to implement the changes of latest gesture handler and reanimated:
Is the problem continues after implementing these changes? |
thanks for tips :) yes even with this it crash in release mode ( it work in dev mode ) |
We had issues once because on Iphone you could change how much animation was allowed. This affected the bottomsheet, so it closed instantly after openning and therefore could never be accessed. I don't know if this is the issue you are experiencing as it only happens if the user on the phone has enabled reduced motion in accessibility settings. It is also only an issue on Iphone. import { useReducedMotion } from 'react-native-reanimated'; <BottomSheetModal animateOnMount={!reducedMotion} <- Then add it here on the bottom sheet |
Describe the bug
A clear and concise description of what the bug is.
Reproduce
Dependencies:
The text was updated successfully, but these errors were encountered: