react-native-display icon indicating copy to clipboard operation
react-native-display copied to clipboard

After view exits I get a blank screen on Android

Open mleung opened this issue 8 years ago • 1 comments

I'm using Display in a lot of places in my app. It works really well on iOS, however, on Android when the exit animation fires it'll often leave me with a blanked out display (meaning I just see the background color of the view and nothing else that was there previously). I was able to fix it in one scenario by moving the Display and child components to the top of their container, but that doesn't always seem to work. Have you seen this issue before? Thanks in advance!

mleung avatar Jun 16 '17 13:06 mleung

Can you sgow me code example of this issue? I'm using android myself and I write this component with android tests only (I don't have ios devices at all...).

sundayhd avatar Aug 07 '17 19:08 sundayhd