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

close overlay then bottom navigation bar not display proper

Open MiteshJabuani opened this issue 2 years ago • 15 comments

My Application has 5 tabs, when I click another tab then some progress bar overlay opens then bottom tabs display proper and once progress bar overlay close the bottom tabs bar hide behind navigation bar (RNN Version - 7.27.1 and RN version - 0.68.0

MiteshJabuani avatar May 11 '22 11:05 MiteshJabuani

duplicated https://github.com/wix/react-native-navigation/issues/7508, your issue is not clear at all, instead of creating multiple issues, you can provide details as in the bug report template so we may be able to help.

N3TC4T avatar May 12 '22 08:05 N3TC4T

https://user-images.githubusercontent.com/34374930/169000927-206de6a9-848e-48e3-b70e-9d11ca4bb0db.mov

See the video for reference when progress overlay is in running mode the bottom navigation bar opens and when progress overlay closes the bottom navigation bar does not display.

MiteshJabuani avatar May 18 '22 09:05 MiteshJabuani

I can't say what settings/options you are using to present the overlay/screens, You can use static options to define the visibility of bottomTabs in each screen/overlay

https://wix.github.io/react-native-navigation/docs/style-options#static-options

  static options: Options = {
    return {
      bottomTabs: { visible: false },
    };
  }

Or set the above setting when presenting the overlay, for more reference check this link.

If your problem persist it's better to create a fresh RN project and try to reproduce the problem, so you can share it here, and that would make it easier to solve your problem.

N3TC4T avatar May 18 '22 09:05 N3TC4T

@N3TC4T, Please share some examples which are used class components with the static option, because not working on my side, Thank you....

MiteshJabuani avatar May 18 '22 14:05 MiteshJabuani

https://user-images.githubusercontent.com/34374930/169777739-073e8746-7471-43ac-9be0-c3e1c0d17882.mov

MiteshJabuani avatar May 23 '22 08:05 MiteshJabuani

@N3TC4T, Hiii @N3TC4T I am creating a demo for an issue seen in the video but I am not able to upload the app zip file here, so share zip file to your email.

MiteshJabuani avatar May 23 '22 08:05 MiteshJabuani

Hey, please share it under a GitHub repository, it's alot easier.

N3TC4T avatar May 23 '22 08:05 N3TC4T

Hey, please share it under a GitHub repository, it's alot easier.

https://github.com/Mitesh-2009/RNNIssueCode

@N3TC4T Please check code and help me

MiteshJabuani avatar May 25 '22 04:05 MiteshJabuani

@N3TC4T Please help me

MiteshJabuani avatar May 30 '22 06:05 MiteshJabuani

@Mitesh-2009, I had a quick look at your code, and it seems that the problem is coming from hidden statusBar, if you make the statusBar visible you won't see this problem anymore. this maybe a bug and probably needs a fix.

N3TC4T avatar May 30 '22 09:05 N3TC4T

Yes, this is a bug and needs a fix @N3TC4T when status bar visible to true then this issue solve?

MiteshJabuani avatar May 31 '22 06:05 MiteshJabuani

@swabbass help me on this....

MiteshJabuani avatar Jun 03 '22 10:06 MiteshJabuani

Anyone help me, please.......

MiteshJabuani avatar Jun 14 '22 10:06 MiteshJabuani

help me, please.......

MiteshJabuani avatar Jul 08 '22 14:07 MiteshJabuani

@wixmobile please help.....

MiteshJabuani avatar Jul 23 '22 14:07 MiteshJabuani