mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Updated docs for next
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
enabling you to implement a navigation stack. It works exactly the same as it
|
||||
would on a native app using <code>UINavigationController</code>, providing the same
|
||||
animations and behavior from UIKIt.</p><p>As the name implies, it is only available on iOS. Take a look at
|
||||
<a href="/docs/navigator.html" target=""><code>Navigator</code></a> for a similar solution for your
|
||||
<a href="/react-native/docs/navigator.html" target=""><code>Navigator</code></a> for a similar solution for your
|
||||
cross-platform needs, or check out
|
||||
<a href="https://github.com/wix/react-native-navigation" target="_blank">react-native-navigation</a>, a
|
||||
component that aims to provide native navigation on both iOS and Android.</p><p>To set up the navigator, provide the <code>initialRoute</code> prop with a route
|
||||
|
||||
Reference in New Issue
Block a user