Skip to content

Commit a597b2e

Browse files
authored
Merge pull request react-navigation#111 from kant/patch-1
Typo on react-navigation#86
2 parents 31459f5 + 8041a40 commit a597b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/auth-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class AuthLoadingScreen extends React.Component {
8383

8484
## Fill in other components
8585

86-
Our `App` and `Auth` routes are both stack navigators, but you could do whatever you like here. As mentioned above, you probably want your authentication route to be a stack for password reset, signup, etc. Similarly for your app, you probbaly have more than one screen. We won't talk about how to implement the text inputs and buttons for the authentication screen, that is outside of the scope of navigation. We'll just fill in some placeholder content.
86+
Our `App` and `Auth` routes are both stack navigators, but you could do whatever you like here. As mentioned above, you probably want your authentication route to be a stack for password reset, signup, etc. Similarly for your app, you probably have more than one screen. We won't talk about how to implement the text inputs and buttons for the authentication screen, that is outside of the scope of navigation. We'll just fill in some placeholder content.
8787

8888
```js
8989
class SignInScreen extends React.Component {

0 commit comments

Comments
 (0)