Browse Source

Added showcase section to documentation (#3701)

Birkir Rafn Guðjónsson 6 years ago
parent
commit
103e194927
2 changed files with 26 additions and 0 deletions
  1. 1
    0
      docs/_sidebar.md
  2. 25
    0
      docs/docs/showcases.md

+ 1
- 0
docs/_sidebar.md View File

@@ -3,6 +3,7 @@
3 3
   - [Installing](/docs/Installing)
4 4
   - [Working Locally](/docs/WorkingLocally)
5 5
   - [Usage](/docs/Usage)
6
+  - [Showcases](/docs/Showcases)
6 7
 - Guide
7 8
   - [Top Level](/docs/top-level-api)
8 9
   - [Screen](/docs/screen-api)

+ 25
- 0
docs/docs/showcases.md View File

@@ -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)