Skip to content

Commit ecb3a1a

Browse files
authored
docs(AuthFlow): fix typo in component name
1 parent de40e8a commit ecb3a1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/auth-flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Most apps require that a user authenticate in some way to have access to data as
1818
```js
1919
import { StackNavigator, SwitchNavigator } from 'react-navigation';
2020

21-
// Implementation of HomeScreen, OtherScreen, SignInScreen, LoadingScreen
21+
// Implementation of HomeScreen, OtherScreen, SignInScreen, AuthLoadingScreen
2222
// goes here.
2323

2424
const AppStack = StackNavigator({ Home: HomeScreen, Other: OtherScreen });
@@ -133,4 +133,4 @@ class HomeScreen extends React.Component {
133133
```
134134
<a href="https://snack.expo.io/@react-navigation/auth-flow" target="blank" class="run-code-button">&rarr; Run this code</a>
135135

136-
That's about all there is to it. At the moment, `SwitchNavigator` doesn't support animating between screens. Let us know if this is important to you [on Canny](https://react-navigation.canny.io/feature-requests).
136+
That's about all there is to it. At the moment, `SwitchNavigator` doesn't support animating between screens. Let us know if this is important to you [on Canny](https://react-navigation.canny.io/feature-requests).

0 commit comments

Comments
 (0)