Skip to content

Commit 532b5fa

Browse files
committed
fix docs for navigation
1 parent cb7362b commit 532b5fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/CREATING_FILES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Navigations are the relations between chosen screens, those relations can be sta
271271
rnhc create -n <navigation-type> <screen-name-1> <screen-name-2> ...
272272
```
273273

274-
- The `<navigation-type>` can be either of these types: `stack`, `native-stack`, `drawer`, `bottom-tab`, `material-bottom-tabs` or `material-top-tabs`.
274+
- The `<navigation-type>` can be either of these types: `stack`, `native-stack`, `drawer`, `bottom-tabs`, `material-bottom-tabs` or `material-top-tabs`.
275275

276276
- The number of given screens should be 2 or more.
277277

website-docs/docs/create/create-navigations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Navigations are the relations between chosen screens, those relations can be sta
1414
rnhc create -n <navigation-type> <screen-name-1> <screen-name-2> ...
1515
```
1616

17-
- The `<navigation-type>` can be either of these types: `stack`, `native-stack`, `drawer`, `bottom-tab`, `material-bottom-tabs` or `material-top-tabs`.
17+
- The `<navigation-type>` can be either of these types: `stack`, `native-stack`, `drawer`, `bottom-tabs`, `material-bottom-tabs` or `material-top-tabs`.
1818

1919
- The number of given screens should be 2 or more.
2020

0 commit comments

Comments
 (0)