Skip to content

Commit

Permalink
Fix README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Jan 21, 2022
1 parent 86092de commit b8abecd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ const MyNavigation = () => (
<NavigatorProvider initialPath="/">
<NavigatorScreen path="/">
<p>This is the home screen.</p>
<NavigatorButton path="/child">
Navigate to child screen.
<NavigatorButton path="/child">
Navigate to child screen.
</NavigatorButton>
</NavigatorScreen>
*

<NavigatorScreen path="/child">
<p>This is the child screen.</p>
<NavigatorBackButton>Go back</NavigatorBackButton>
Expand Down

0 comments on commit b8abecd

Please sign in to comment.