|
@@ -4,6 +4,7 @@ App-wide support for 100% native navigation with an easy cross-platform interfac
|
4
|
4
|
|
5
|
5
|
## Overview
|
6
|
6
|
|
|
7
|
+* [Why use this package](#why-use-this-package)
|
7
|
8
|
* [Installation - iOS](#installation---ios)
|
8
|
9
|
* [Installation - Android](#installation---android)
|
9
|
10
|
* [Usage](#usage)
|
|
@@ -16,6 +17,14 @@ App-wide support for 100% native navigation with an easy cross-platform interfac
|
16
|
17
|
* [Release Notes](RELEASES.md)
|
17
|
18
|
* [License](#license)
|
18
|
19
|
|
|
20
|
+## Why use this package
|
|
21
|
+
|
|
22
|
+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.
|
|
23
|
+
|
|
24
|
+If you're trying to deliver a user experience that's on par with the best native apps out there, you simply can't compromise on JS-based components trying to fake the real thing.
|
|
25
|
+
|
|
26
|
+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.
|
|
27
|
+
|
19
|
28
|
## Installation - iOS
|
20
|
29
|
|
21
|
30
|
* Make sure you are using react-native version >= 0.19.0
|