bugfix native ui android docs

This commit is contained in:
Kyle Corbitt 2015-11-13 19:01:03 +00:00
parent 3a42661b47
commit e3543e08f5
1 changed files with 1 additions and 1 deletions

View File

@ -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',