[Navigator] Navigator vs. NavigatorIOS please fix docs
See original GitHub issueSomeone should update this doc; how is one supposed to know the difference between Navigator and NavigatorIOS? http://facebook.github.io/react-native/docs/navigator.html#content
It should be noted Navigator uses JS animations and that you cannot pass props in the same way as NavigatorIOS. I modified my entire app only to find out that Navigator is not what I want because the animations suck and don’t feel native!
Also explain exactly why they are two different components, this should be in bold on top of both their doc pages. I’m yet to know the logic behind having two different ones.
Issue Analytics
- State:
- Created 8 years ago
- Reactions:2
- Comments:28 (9 by maintainers)
Top Results From Across the Web
Troubleshooting | React Navigation
This section attempts to outline issues that users frequently encounter when first getting accustomed to using React Navigation. These issues may or may...
Read more >Navigator - Web APIs | MDN
desktop desktop
Chrome Edge
Navigator Full support. Chrome1. Toggle history Full su...
activeVRDisplays. Deprecated Non‑standard No support. ChromeNo. Toggle history No su...
Read more >Unable to use Content Navigator 2.0.1 App on an iPad ... - IBM
Steps to Reproduce;. Activate mobile access for ICN by following the documentation here. Download the ICN 2.0.1 app from the Apple AppStore.
Read more >Navigation SDK for iOS release notes - Google Developers
In your Podfile or Cartfile, specify the desired 3.x versions of Navigation SDK for iOS. See examples of CocoaPods and Carthage dependencies for...
Read more >Xcode | Apple Developer Documentation
Xcode can launch its development tools, or you can launch them ... Minimize typing-related errors using code completion, and let Xcode fix common...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@brentvatne amazing work - thanks!
@paramaggarwal I agree - I think people should know which component is more supported.
sorry I stopped using react native
On Sun, Jun 7, 2015 at 8:31 PM, fxwan notifications@github.com wrote: