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

StatusBar is not blurring on iOS #6955

Closed fadinasr closed 3 years ago

fadinasr commented 3 years ago

🐛 Bug Report

The status bar is covering and conflicting with the content of the screen. We need to blur the status bar on iOS so it appears above the content of the screen.

Have you read the Contributing Guidelines on issues?

Yes

To Reproduce

  1. Added blur option to navigation default options
  2. Tested with other options and on Android
  3. Tried upgrading to the latest version

Expected behavior

The StatusBar should be blurred or have a background color. Background color can only be used on Android, so we need the blur feature on iOS so we overlay the status bar with a blurred background to not conflict with screen content.

Actual Behavior

Nothing is being changed on iOS when we enable the blur option

Your Environment

Reproducible Demo


Navigation.events().registerAppLaunchedListener(async () => {
  await Navigation.setDefaultOptions({
    statusBar: {
      visible: true,
      blur: true
    },
   ....
  })
}
stale[bot] commented 3 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 version and report back. Thank you for your contributions.

stale[bot] commented 3 years ago

The issue has been closed for inactivity.

gusssar commented 3 years ago

can you reopen this issue?

fadinasr commented 3 years ago

@gusssar I think we need to create a new issue as the stale bot closed it!

fadinasr commented 3 years ago

Conversation was moved to #7185