From 5d4900d41f33311f9d658b7964da807947c8b43d Mon Sep 17 00:00:00 2001
From: Website Deployment Script
Date: Mon, 1 Aug 2016 20:22:16 +0000
Subject: [PATCH] Updated docs for next
---
releases/next/docs/navigatorios.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 {