Browse Source

Update README.md

Yedidya Kennard 8 years ago
parent
commit
393c95fe12
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      README.md

+ 3
- 0
README.md View File

42
 
42
 
43
 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).
43
 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).
44
 
44
 
45
+
46
+### To quickly start a project based on react-native-navigation, clone the [bootstrap](https://github.com/wix/react-native-navigation-bootstrap) project.
47
+
45
 ## License
48
 ## License
46
 
49
 
47
 The MIT License.
50
 The MIT License.