You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an obvious UI blinking that occurs when returning from a screen that uses svg (react-native-svg), svg views in the child screen will become transparent and then disappear with the screen. (check the video)
It happens in navigators created by native-stack (createNativeStackNavigator) @react-navigation/stack works just fine in this scenario.
Not sure if it's related to react-native-svg.
(only happens on Android)
Screenshots
Screenrecord-2021-01-11-15-37-14-455.mp4
Steps To Reproduce
check the snack below
Expected behavior
SVG View should be visible util the screen is completely disappear (pop to bottom / right)
Actual behavior
will becomes transparent when navigating back to its parent screen
Description
There is an obvious UI blinking that occurs when returning from a screen that uses svg (react-native-svg), svg views in the child screen will become transparent and then disappear with the screen. (check the video)
It happens in navigators created by native-stack (createNativeStackNavigator) @react-navigation/stack works just fine in this scenario.
Not sure if it's related to react-native-svg.
(only happens on Android)
Screenshots
Screenrecord-2021-01-11-15-37-14-455.mp4
Steps To Reproduce
check the snack below
Expected behavior
SVG View should be visible util the screen is completely disappear (pop to bottom / right)
Actual behavior
will becomes transparent when navigating back to its parent screen
Snack or minimal code example
https://snack.expo.io/@hehex/native-stack-svg-blink
Package versions