Skip to content

Commit

Permalink
fix docs for navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
omdxp committed Jun 26, 2022
1 parent cb7362b commit 532b5fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/CREATING_FILES.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Navigations are the relations between chosen screens, those relations can be sta
rnhc create -n <navigation-type> <screen-name-1> <screen-name-2> ...
```

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

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

Expand Down
2 changes: 1 addition & 1 deletion website-docs/docs/create/create-navigations.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Navigations are the relations between chosen screens, those relations can be sta
rnhc create -n <navigation-type> <screen-name-1> <screen-name-2> ...
```

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

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

Expand Down

0 comments on commit 532b5fa

Please sign in to comment.