Guy Carmeli 7 лет назад
Родитель
Сommit
4adb1e48c8
1 измененных файлов: 7 добавлений и 6 удалений
  1. 7
    6
      README.md

+ 7
- 6
README.md Просмотреть файл

@@ -20,6 +20,13 @@ React Native Navigation provides 100% native platform navigation on both iOS and
20 20
 
21 21
 <img src="https://github.com/wix/react-native/blob/master/src/videos/demo.gif?raw=true" width="240">&nbsp;&nbsp;&nbsp;&nbsp;
22 22
 <img src="https://github.com/wix/mobile/blob/master/src/videos/final_element_Transition.mp4.gif?raw=true" width="240">
23
+
24
+## Quick Links
25
+* [Documentation](https://wix.github.io/react-native-navigation/#/)
26
+* [Stack Overflow](http://stackoverflow.com/questions/tagged/react-native-navigation)
27
+* [Chat with us](https://discord.gg/DhkZjq2)
28
+* Bootstrap - If you prefer to learn more about the library and the APIs through code, head over to [the bootstrap example app](https://github.com/wix/react-native-navigation-bootstrap) or the more feature rich [JuneDomingo/movieapp](https://github.com/JuneDomingo/movieapp)
29
+
23 30
 ----
24 31
 
25 32
 One of the major things missing from React Native core is fully featured native navigation. Navigation includes the entire skeleton of your app with critical components like nav bars, tab bars and side menu drawers.
@@ -28,12 +35,6 @@ If you're trying to deliver a user experience that's on par with the best native
28 35
 
29 36
 For example, this package replaces the native [NavigatorIOS](https://facebook.github.io/react-native/docs/navigatorios.html) that has been [abandoned](https://facebook.github.io/react-native/docs/navigator-comparison.html) in favor of JS-based solutions that are easier to maintain. For more details see in-depth discussion [here](https://github.com/wix/react-native-controllers#why-do-we-need-this-package).
30 37
 
31
-## Documentation
32
-
33
-The documentation website can be found [here](http://wix.github.io/react-native-navigation).
34
-
35
-If you prefer to learn more about the library and the APIs through code, head over to [the bootstrap example app](https://github.com/wix/react-native-navigation-bootstrap) or the more feature rich [JuneDomingo/movieapp](https://github.com/JuneDomingo/movieapp)
36
-
37 38
 
38 39
 ## License
39 40