Skip to content

Commit e3543e0

Browse files
committed
bugfix native ui android docs
1 parent 3a42661 commit e3543e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/NativeComponentsAndroid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The very final step is to create the JavaScript module that defines the interfac
105105
```js
106106
// ImageView.js
107107

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

110110
var iface = {
111111
name: 'ImageView',

0 commit comments

Comments
 (0)