Browse Source

Update showcase.md

Added wagng/react-native-navigation-redux-starter-kit
Guy Carmeli 6 years ago
parent
commit
464ee20fce
1 changed files with 15 additions and 11 deletions
  1. 15
    11
      docs/docs/showcases.md

+ 15
- 11
docs/docs/showcases.md View File

1
 # Showcases
1
 # Showcases
2
 
2
 
3
+## Apps
4
+### Hekla for Hacker News
5
+
6
+A hacker news client built from the ground up with v2 of react-native-navigation. 
7
+
8
+It is a tab-based app and utilizes Split Layout for iOS tablets, 3D touch and more.
9
+
10
+- [Source code](https://github.com/birkir/hekla)
11
+- [Download iOS](https://itunes.apple.com/us/app/hekla/id1405096983?mt=8)
12
+- [Download Android](https://play.google.com/store/apps/details?id=is.pipe.hekla)
13
+
14
+## Stater Kits
15
+* [wagng/react-native-navigation-redux-starter-kit](https://github.com/wagng/react-native-navigation-redux-starter-kit) - React Native Navigation(v2) Starter Kit with Redux, Saga, ESLint and Babel 😎
16
+
3
 ### Playground
17
 ### Playground
4
 
18
 
5
 The playground example is a place where we showcase and test all features of react-native-navigation.
19
 The playground example is a place where we showcase and test all features of react-native-navigation.
11
 npm run xcode # Opens XCode
25
 npm run xcode # Opens XCode
12
 npm start # Starts the packager
26
 npm start # Starts the packager
13
 
27
 
14
-# Play the app in Simulator or on Device from within XCode
28
+# Run the app in Simulator or on Device from within XCode
15
 ```
29
 ```
16
-
17
-### Hekla for Hacker News
18
-
19
-A hacker news client built from the ground up with v2 of react-native-navigation. 
20
-
21
-It is a tab-based app and utilizes Split Layout for iOS tablets, 3D touch and more.
22
-
23
-- [Source code](https://github.com/birkir/hekla)
24
-- [Download iOS](https://itunes.apple.com/us/app/hekla/id1405096983?mt=8)
25
-- [Download Android](https://play.google.com/store/apps/details?id=is.pipe.hekla)