diff --git a/releases/next/docs/linking.html b/releases/next/docs/linking.html index 352cf7e393b..0eb019f0b96 100644 --- a/releases/next/docs/linking.html +++ b/releases/next/docs/linking.html @@ -15,7 +15,7 @@ documentation for more information.
NOTE: On iOS you'll need to link RCTLinking to your project by following
the steps described here.
In case you also want to listen to incoming app links during your app's
-execution you'll need to add the following lines to you *AppDelegate.m:
*AppDelegate.m:Check out the NavigatorIOS reference docs to learn more about this component.
You may also want to check out react-native-navigation, a component that aims to provide native navigation on both iOS and Android.
Since early 2016, React Native has shipped with an experimental re-implementation of the original Navigator component called CardStack. The major benefit it had over Navigator is the smooth native-thread animations provided by the Animated library.
Because NavigationExperimental only included view components, it required a lot of boilerplate to use by itself. Several libraries sprung up around it, making it easier to use. Libraries such as react-native-router-flux, ex-navigation, and react-router-native all wrapped NavigationExperimental views in an easier-to-use API. Authors of many of these libraries now support React Navigation.
The CardStack and other NavigationExperimental views live on as a part of the React Navigation project. The new library aims to be easy to use, while continuing to enable the smooth and customizable animations that NavigationExperimental pioneered.
As of React Native 0.43, NavigationExperimental is deprecated. It will be removed from the codebase in a later version.
You can edit the content above on GitHub and send us a pull request!