From d6fef5c22cfeea1c755890351a3fb10030516efd Mon Sep 17 00:00:00 2001 From: Akshay Kadam Date: Wed, 11 Oct 2017 18:30:49 +0530 Subject: [PATCH] =?UTF-8?q?Typo:=20'create'=20was=20written=20twice=20?= =?UTF-8?q?=F0=9F=98=82=20(#2727)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/react-navigation/docs/guides/Guide-Intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-navigation/docs/guides/Guide-Intro.md b/packages/react-navigation/docs/guides/Guide-Intro.md index de1ddbd4..3afa19ac 100644 --- a/packages/react-navigation/docs/guides/Guide-Intro.md +++ b/packages/react-navigation/docs/guides/Guide-Intro.md @@ -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