diff --git a/website/src/react-native/index.js b/website/src/react-native/index.js index ea77ccd8c..04a624eb3 100644 --- a/website/src/react-native/index.js +++ b/website/src/react-native/index.js @@ -351,7 +351,7 @@ class Message extends Component {
- Custom Android views can be exposed by extending SimpleViewManager, implementing a createViewInstance and getName methods, and exporting properties with the @UIProp annotation. Then a simple JavaScript file connects the dots. + Custom Android views can be exposed by extending SimpleViewManager, implementing a createViewInstance and getName methods, and exporting properties with the @ReactProp annotation. Then a simple JavaScript file connects the dots.