Typo: 'create' was written twice 😂 (#2727)

This commit is contained in:
Akshay Kadam 2017-10-11 18:30:49 +05:30 committed by Lorenzo Sciandra
parent 27d496c268
commit 2dca5b2135

View File

@ -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