react-native-display
react-native-display copied to clipboard
After view exits I get a blank screen on Android
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!
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...).