|
@@ -1,5 +1,5 @@
|
1
|
1
|
![npm](https://img.shields.io/npm/dw/react-native-navigation.svg)
|
2
|
|
-[![npm (tag)](https://img.shields.io/npm/v/react-native-navigation/latest.svg)](https://github.com/wix/react-native-navigation/tree/v2#react-native-navigation-v2-wip)
|
|
2
|
+[![npm (tag)](https://img.shields.io/npm/v/react-native-navigation/latest.svg)](https://github.com/wix/react-native-navigation/tree/master)
|
3
|
3
|
[![Build Status](https://img.shields.io/jenkins/s/http/jenkins-oss.wixpress.com:8080/job/react-native-navigation-master.svg)](https://jenkins-oss.wixpress.com/job/react-native-navigation-master/)
|
4
|
4
|
[![Join us on Discord](https://img.shields.io/badge/discord-react--native--navigation-738bd7.svg?style=flat)](https://discord.gg/DhkZjq2)
|
5
|
5
|
[![StackExchange](https://img.shields.io/stackexchange/stackoverflow/t/react-native-navigation.svg)](https://stackoverflow.com/questions/tagged/react-native-navigation)
|
|
@@ -17,4 +17,7 @@ React Native Navigation provides 100% native platform navigation on both iOS and
|
17
|
17
|
- [Chat with us](https://discord.gg/DhkZjq2)
|
18
|
18
|
- [Contributing](/docs/docs/WorkingLocally.md)
|
19
|
19
|
|
|
20
|
+# Installation
|
|
21
|
+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/#/).
|
|
22
|
+
|
20
|
23
|
|