wix / react-native-navigation

A complete native navigation solution for React Native
https://wix.github.io/react-native-navigation/
MIT License
13.04k stars 2.67k forks source link

UIVisualEffectView creating weird white line #4140

Closed sampettersson closed 5 years ago

sampettersson commented 6 years ago

Issue Description

When setting the background of a layout to something else than white you see a semi-white line on the screen until the react-root has loaded. In the view hierarchy, there seems to be a UIVisualEffectView rendered which I assume is causing this.

Steps to Reproduce / Code Snippets / Screenshots

set options:

options = {
  layout: {
     backgroundColor: "#000000"
  }
}

and then render null on screen and you can see a semi-white line.

Before react load screenshot:

screenshot 2018-10-15 at 15 05 46

After react load screenshot:

screenshot 2018-10-15 at 15 07 01

Environment

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe the issue is still relevant, please test on the latest Detox and report back. Thank you for your contributions.

stale[bot] commented 5 years ago

The issue has been closed for inactivity.