Skip to content

Commit

Permalink
Typo: 'create' was written twice πŸ˜‚ (react-navigation#2727)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadcoder0904 authored and sourcecode911 committed Mar 9, 2020
1 parent 493d767 commit d69a26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/Guide-Intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Verify that you can successfully see the bare sample app run on iOS and/or Andro
bare-project
```

We want to share code on iOS and Android, so let's delete the contents of `index.ios.js` and `index.android.js` and replace it with `import './App';` - after which, we need to create create the new file for our app implementation, `App.js` (if you used `create-react-native-app` this has been already done)
We want to share code on iOS and Android, so let's delete the contents of `index.ios.js` and `index.android.js` and replace it with `import './App';` - after which, we need to create the new file for our app implementation, `App.js` (if you used `create-react-native-app` this has been already done)

## Introducing Stack Navigator

Expand Down

0 comments on commit d69a26c

Please sign in to comment.