From 464ee20fce213e09d6cb266ae6c6a9c19f562029 Mon Sep 17 00:00:00 2001 From: Guy Carmeli Date: Tue, 25 Dec 2018 15:05:20 +0200 Subject: [PATCH] Update showcase.md Added wagng/react-native-navigation-redux-starter-kit --- docs/docs/showcases.md | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/docs/docs/showcases.md b/docs/docs/showcases.md index 4ea849f3f7e..1e0f5f684ba 100644 --- a/docs/docs/showcases.md +++ b/docs/docs/showcases.md @@ -1,5 +1,19 @@ # Showcases +## Apps +### Hekla for Hacker News + +A hacker news client built from the ground up with v2 of react-native-navigation. + +It is a tab-based app and utilizes Split Layout for iOS tablets, 3D touch and more. + +- [Source code](https://github.com/birkir/hekla) +- [Download iOS](https://itunes.apple.com/us/app/hekla/id1405096983?mt=8) +- [Download Android](https://play.google.com/store/apps/details?id=is.pipe.hekla) + +## Stater Kits +* [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 😎 + ### Playground The playground example is a place where we showcase and test all features of react-native-navigation. @@ -11,15 +25,5 @@ npm install npm run xcode # Opens XCode npm start # Starts the packager -# Play the app in Simulator or on Device from within XCode +# Run the app in Simulator or on Device from within XCode ``` - -### Hekla for Hacker News - -A hacker news client built from the ground up with v2 of react-native-navigation. - -It is a tab-based app and utilizes Split Layout for iOS tablets, 3D touch and more. - -- [Source code](https://github.com/birkir/hekla) -- [Download iOS](https://itunes.apple.com/us/app/hekla/id1405096983?mt=8) -- [Download Android](https://play.google.com/store/apps/details?id=is.pipe.hekla)