Skip to content

Commit

Permalink
bugfix native ui android docs
Browse files Browse the repository at this point in the history
  • Loading branch information
corbt committed Nov 13, 2015
1 parent 3a42661 commit e3543e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/NativeComponentsAndroid.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The very final step is to create the JavaScript module that defines the interfac
```js
// ImageView.js

var { requireNativeComponent } = require('react-native');
var { requireNativeComponent, PropTypes } = require('react-native');

var iface = {
name: 'ImageView',
Expand Down

0 comments on commit e3543e0

Please sign in to comment.