-
Notifications
You must be signed in to change notification settings - Fork 448
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
SVG Disappears Outside SafeAreaView on Tab Switch in react-native-skia #2718
Comments
Thank you for reporting this Anderson, I don't understand the issue. Could help me to try to get a sense of what is happening? Is is related to I hope you can help me get a sense of what might be happening. |
I believe this bug is related to the
|
@chuducandev I tried the example but couldn't reproduce the issue. Maybe if you do a small repository where we can reproduce the issue? |
@wcandillon Thanks for looking into this! I’ve created a small repository to help reproduce the issue. You can find it here: GitHub Repo - MissingSVGAfterSwitching. Please let me know if you need any further details or have additional questions. |
Description
Description
I encountered an issue with the
react-native-skia
library where an SVG image rendered outside a SafeAreaView disappears after switching tabs in acreateBottomTabNavigator
. The SVG insideSafeAreaView
renders consistently across tab switches, but the one outside disappears when returning to the first tab.Additional Context
The issue might relate to how
react-native-skia
handles component re-renders outside ofSafeAreaView
on tab switch. SettingdetachInactiveScreens={false}
on the navigator did not resolve this.Workaround Attempts
Wrapping both
Canvas
components inside aSafeAreaView
resolved the issue, but ideally, both should render correctly regardless of their placement.Thank you for looking into this! Please let me know if you need further information or if there are potential workarounds for this issue.
Version
1.5.0
Steps to reproduce
Steps
SafeAreaView
is visible.Expected Behavior
Both SVGs should render consistently when switching between tabs, regardless of their placement in
SafeAreaView
.Actual Behavior
The SVG outside the
SafeAreaView
disappears when switching back to the first tab.Snack, code example, screenshot, or link to a repository
Environment
Code to Reproduce
Recording Video
Screen.Recording.2024-11-01.at.13.59.26.mov
The text was updated successfully, but these errors were encountered: