Skip to content

Commit

Permalink
changed the link to clone the library (#4725)
Browse files Browse the repository at this point in the history
Doing `git clone -b v2 [email protected]: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.
```
  • Loading branch information
ialmoqren authored and guyca committed Feb 13, 2019
1 parent 298ec43 commit a9bbec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/showcases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9bbec8

Please sign in to comment.