Skip to content

Commit

Permalink
Update showcase.md
Browse files Browse the repository at this point in the history
Added wagng/react-native-navigation-redux-starter-kit
  • Loading branch information
guyca committed Dec 25, 2018
1 parent 6d3c849 commit 464ee20
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions docs/docs/showcases.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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)

0 comments on commit 464ee20

Please sign in to comment.