diff --git a/releases/next/docs/navigator-comparison.html b/releases/next/docs/navigator-comparison.html index 8f5c8c8789e..90a53034e21 100644 --- a/releases/next/docs/navigator-comparison.html +++ b/releases/next/docs/navigator-comparison.html @@ -12,7 +12,7 @@ class, and Navigator re-implements that functionality entirely in JavaScript as a React component. A corollary of this is that Navigator will be compatible with Android and iOS, whereas NavigatorIOS will only work on the one platform. Below is an itemized list of differences -between the two.

Navigator #

NavigatorIOS #

For most non-trivial apps, you will want to use Navigator - it won't be long before you run into issues when trying to do anything complex with NavigatorIOS.

Next →