|
@@ -1 +1,24 @@
|
1
|
|
-README.md
|
|
1
|
+
|
|
2
|
+[](https://github.com/wix/react-native-navigation/tree/master)
|
|
3
|
+[](https://github.com/wix/react-native-navigation/tree/master)
|
|
4
|
+[](https://jenkins-oss.wixpress.com/job/multi-react-native-navigation-master/)
|
|
5
|
+[](https://discord.gg/DhkZjq2)
|
|
6
|
+[](https://stackoverflow.com/questions/tagged/react-native-navigation)
|
|
7
|
+
|
|
8
|
+<h1 align="center">
|
|
9
|
+ <img src=".logo.png"/><br>
|
|
10
|
+ React Native Navigation
|
|
11
|
+</h1>
|
|
12
|
+
|
|
13
|
+React Native Navigation provides 100% native platform navigation on both iOS and Android for React Native apps. The JavaScript API is simple and cross-platform - just install it in your app and give your users the native feel they deserve. Ready to get started? Check out the [docs](https://wix.github.io/react-native-navigation/).
|
|
14
|
+
|
|
15
|
+# Quick Links
|
|
16
|
+- [Documentation](https://wix.github.io/react-native-navigation/)
|
|
17
|
+- [Stack Overflow](http://stackoverflow.com/questions/tagged/react-native-navigation)
|
|
18
|
+- [Chat with us](https://discord.gg/DhkZjq2)
|
|
19
|
+- [Contributing](/docs/docs/WorkingLocally.md)
|
|
20
|
+
|
|
21
|
+# Installation
|
|
22
|
+As `react-native-navigation` is a native navigation library - integrating it into your app will require editing native files. Follow the installation guides in the [documentation](https://wix.github.io/react-native-navigation/v2/#/).
|
|
23
|
+
|
|
24
|
+
|