diff --git a/docs/guides/Guide-Nested.md b/docs/guides/Guide-Nested.md index 818b6a4..7f7f9ee 100644 --- a/docs/guides/Guide-Nested.md +++ b/docs/guides/Guide-Nested.md @@ -90,6 +90,8 @@ const SimpleApp = StackNavigator({ ``` In this case, the NavigatorWrappingScreen is not a navigator, but it renders a navigator as part of its output. +If this navigator renders blank then change `` to ``. + ```js class NavigatorWrappingScreen extends React.Component { render() {