Skip to content

Commit 9aa0fbc

Browse files
authored
Remove unnecessary texts
Checked all the versioned docs from 1.x to 7.x all the are the same except for this 6.x version.
1 parent 6f2206e commit 9aa0fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-6.x/hello-react-navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default App;
6363

6464
If you run this code, you will see a screen with an empty navigation bar and a grey content area containing your `HomeScreen` component (shown above). The styles you see for the navigation bar and the content area are the default configuration for a stack navigator, we'll learn how to configure those later.
6565

66-
> The casing of the route name doesn't matter -- you can use lowercase `home` or capitalized `Home`, it's up to you. We prefer capitalizing our route names.(native-stack-navigator.md).
66+
> The casing of the route name doesn't matter -- you can use lowercase `home` or capitalized `Home`, it's up to you. We prefer capitalizing our route names.
6767
6868
### Configuring the navigator
6969

0 commit comments

Comments
 (0)