|
@@ -0,0 +1,25 @@
|
|
1
|
+# Showcases
|
|
2
|
+
|
|
3
|
+### Playground
|
|
4
|
+
|
|
5
|
+The playground example is a place where we showcase and test all features of react-native-navigation.
|
|
6
|
+
|
|
7
|
+```bash
|
|
8
|
+git clone -b v2 git@github.com:wix/react-native-navigation.git
|
|
9
|
+cd react-native-navigation
|
|
10
|
+npm install
|
|
11
|
+npm run xcode # Opens XCode
|
|
12
|
+npm start # Starts the packager
|
|
13
|
+
|
|
14
|
+# Play the app in Simulator or on Device from within XCode
|
|
15
|
+```
|
|
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)
|