Skip to content

Commit 90dd527

Browse files
greyvugrinMorgan Pretty
authored andcommitted
Add AppRegistry to imports in example
Summary: Missing import throws variable error Closes facebook#8988 Differential Revision: D3611142 fbshipit-source-id: b50edf52cdf6c723abaa7bd021cf11ee5b4d874d
1 parent ee454c2 commit 90dd527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/UsingNavigators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Notice the `export default` in front of the component declaration. This will _ex
5151

5252
```javascript
5353
import React, { Component } from 'react';
54-
import { View, Text } from 'react-native';
54+
import { AppRegistry } from 'react-native';
5555

5656
import MyScene from './MyScene';
5757

0 commit comments

Comments
 (0)