From 49b0f833f0f40feb6d5c5ee2cbb486e50bb1658b Mon Sep 17 00:00:00 2001 From: Will Moritz Date: Fri, 29 Jul 2016 19:36:16 -0400 Subject: [PATCH] need to require PropTypes to use it --- Libraries/Components/Navigation/NavigatorIOS.ios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Components/Navigation/NavigatorIOS.ios.js b/Libraries/Components/Navigation/NavigatorIOS.ios.js index 80a42fbb36876c..fa4deb73728fd7 100644 --- a/Libraries/Components/Navigation/NavigatorIOS.ios.js +++ b/Libraries/Components/Navigation/NavigatorIOS.ios.js @@ -110,7 +110,7 @@ type Event = Object; * navigates to. `initialRoute` represents the first route in your navigator. * * ``` - * import React, { Component } from 'react'; + * import React, { Component, PropTypes } from 'react'; * import { NavigatorIOS, Text } from 'react-native'; * * export default class NavigatorIOSApp extends Component {