mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
bugfix native ui android docs
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user