From a9bbec89a2686bc3f1999a69b636597dd7c6cbc9 Mon Sep 17 00:00:00 2001 From: Ibrahim Almuqrin Date: Wed, 13 Feb 2019 11:15:53 +0300 Subject: [PATCH] changed the link to clone the library (#4725) Doing `git clone -b v2 git@github.com:wix/react-native-navigation.git` gives me this: ``` fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ``` --- docs/docs/showcases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/showcases.md b/docs/docs/showcases.md index 3df3f888776..445eaa1a224 100644 --- a/docs/docs/showcases.md +++ b/docs/docs/showcases.md @@ -19,7 +19,7 @@ It is a tab-based app and utilizes Split Layout for iOS tablets, 3D touch and mo The playground example is a place where we showcase and test all features of react-native-navigation. ```bash -git clone -b v2 git@github.com:wix/react-native-navigation.git +git clone https://github.com/wix/react-native-navigation cd react-native-navigation npm install npm run xcode # Opens XCode