@@ -42,6 +42,9 @@ If you're trying to deliver a user experience that's on par with the best native
42
42
43
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.