Update hiding-tabbar-in-screens with style option.md
- adds a second option using react-native styles to hide the bottom bar.
- The current example (moving the stack above the tabs) shows ideal use cases while the second option works when those ideal use cases are not an option.
Let me know if this needs to be a separate doc. I feel like it belongs here, but maybe we can do more with linking references to reference the second option directly.
READ ME PLEASE
TL;DR: Make sure to add your changes to versioned docs
Thanks for opening a PR!
The docs cover several versions of react-navigation, and in some cases there are several files (for version 1, version 2 and etc.) that all describe a single page of the docs (eg. "Getting Started").
Please make sure that the edit you're making in docs/file-you-edited.md is also included in the file for the correct version, eg. /versioned_docs/version-3.x/file-you-edited.md for version 3. If such file doesn't exist, please create it. :+1:
Deploy Preview for react-navigation-docs ready!
| Name | Link |
|---|---|
| Latest commit | 682327f57267c31e860cba627842b44df217f2fd |
| Latest deploy log | https://app.netlify.com/sites/react-navigation-docs/deploys/64f018460da04a0008be4383 |
| Deploy Preview | https://deploy-preview-1263--react-navigation-docs.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
@satya164 Are you able to merge this? This doc update gives an example how to hide bottom bar vs the previous example was a tutorial how to not hide it by refactoring a screen approach.