Bläddra i källkod

Update showcase.md

Added wagng/react-native-navigation-redux-starter-kit
Guy Carmeli 6 år sedan
förälder
incheckning
464ee20fce
1 ändrade filer med 15 tillägg och 11 borttagningar
  1. 15
    11
      docs/docs/showcases.md

+ 15
- 11
docs/docs/showcases.md Visa fil

@@ -1,5 +1,19 @@
1 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 17
 ### Playground
4 18
 
5 19
 The playground example is a place where we showcase and test all features of react-native-navigation.
@@ -11,15 +25,5 @@ npm install
11 25
 npm run xcode # Opens XCode
12 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)