diff --git a/releases/next/docs/navigatorios.html b/releases/next/docs/navigatorios.html index 3302eab13b9..749fbd53aef 100644 --- a/releases/next/docs/navigatorios.html +++ b/releases/next/docs/navigatorios.html @@ -8,7 +8,7 @@ cross-platform needs, or check out react-native-navigation, a component that aims to provide native navigation on both iOS and Android.

To set up the navigator, provide the initialRoute prop with a route object. A route object is used to describe each scene that your app -navigates to. initialRoute represents the first route in your navigator.

import React, { Component } from 'react'; +navigates to. initialRoute represents the first route in your navigator.

import React, { Component, PropTypes } from 'react'; import { NavigatorIOS, Text } from 'react-native'; export default class NavigatorIOSApp extends Component {