Skip to content

Commit 4c5fde1

Browse files
authored
Update README.md
1 parent a561db4 commit 4c5fde1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
A starter boilerplate for a mobile app using React Native and React Native Navigation(v2). This boilerplate also provides a cool redux-saga structure to bootstrap your react-native app development.
77

8+
## Screenshots
9+
10+
<img src="https://user-images.githubusercontent.com/17483938/51156806-e7c9f480-1885-11e9-8b4e-f079f7200da5.png" /><br>
11+
812
## Requirements
913
Before start, make sure you installed:
1014
- [Android Studio](https://developer.android.com/studio/index.html) : Android Dev Environment
@@ -28,7 +32,7 @@ Before start, make sure you installed:
2832

2933
Clone the repo and install packages.
3034
```shell
31-
$ git clone https://github.com/wagng/react-native-navigation-redux-starter-kit ReactNativeBoilerplate
35+
$ git clone https://github.com/atoami/react-native-navigation-redux-starter-kit ReactNativeBoilerplate
3236
$ cd ReactNativeBoilerplate
3337
$ yarn
3438
```

0 commit comments

Comments
 (0)