You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the tab is selected, it does not display the NavigatorIOS correctly. The navigation bar appears at the top (and the navigator's initial route component does get mounted). However, it is not displayed at all. It's just a blank space inside.
When I try rendering the initial route component outside of the NavigatorIOS, it works just fine. Is this intended behavior?
The text was updated successfully, but these errors were encountered:
Inside of my
index.ios.js
, I've got this:When the tab is selected, it does not display the NavigatorIOS correctly. The navigation bar appears at the top (and the navigator's initial route component does get mounted). However, it is not displayed at all. It's just a blank space inside.
When I try rendering the initial route component outside of the NavigatorIOS, it works just fine. Is this intended behavior?
The text was updated successfully, but these errors were encountered: