-
Notifications
You must be signed in to change notification settings - Fork 193
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
Error: Style property 'height' is not supported by native animated module #185
Comments
You can use <RBSheet
ref={refRBSheet}
useNativeDriver={false}
>
...
</RBSheet> |
I've been facing this same issue for days. I had to make peace with the fact I wasn't going to use "useNativeDriver". Well, after seeing the issue you opened, I decided to actually find a fix for it and I did. I've created a pull request and hopefully it will get merged by @nysamnang. But here's what you can do for now. Open the package "react-native-raw-bottom-sheet" in your node_modules folder and navigate to "src/index.js"
replace it with
|
Oh, Thank you, @nelson-david, but I've already moved on to use '@gorhom/bottom-sheet', and it works perfectly. Nevertheless, thank you so much, indeed, I will try that next time. |
Well just remember, @gorhom/bottom-sheet is using reanimated and it's will make your app size bigger |
Any solution here? |
Cause: because you haven't set the height in the <RBSheet...> tag.
|
I get the above error every time I try to use react-native-raw-bottom-sheet.
The text was updated successfully, but these errors were encountered: