We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Skeleton is rendering overtop of it's children, regardless of the value of the show prop.
show
Skeleton is not visible and it's children are visible when show is false.
Skeleton
show=false
- Moti: 0.24 - Reanimated: 3.0.0 - React Native Web: 0.18.12
Moti 0.23.7
Moti 0.24.0
https://stackblitz.com/edit/nextjs-dhaw4c?file=pages%2Findex.tsx,package.json
The text was updated successfully, but these errors were encountered:
Looks like a regression, I’ll look into this tomorrow
Sorry, something went wrong.
does passing backgroundColor=“transparent” fix it?
backgroundColor=“transparent”
Yeah, that seems to fix the issue.
Fixed in 0.24.1
0.24.1
No branches or pull requests
Is there an existing issue for this?
Current Behavior
Skeleton is rendering overtop of it's children, regardless of the value of the
show
prop.Expected Behavior
Skeleton is not visible and it's children are visible when
show
is false.Steps To Reproduce
Skeleton
component withshow=false
.Skeleton
Versions
Screenshots
Moti 0.23.7
Moti 0.24.0
Reproduction
https://stackblitz.com/edit/nextjs-dhaw4c?file=pages%2Findex.tsx,package.json
The text was updated successfully, but these errors were encountered: