Skip to content
This repository has been archived by the owner on Feb 18, 2019. It is now read-only.

Commit

Permalink
Fix outdated custom view example p2
Browse files Browse the repository at this point in the history
Summary:Forgot to fix the description of the example in facebook#6435

`UIProp` -> `ReactProp`
Closes facebook#6442

Differential Revision: D3056520

fb-gh-sync-id: 0995ba66d550279bb75daa733673c68d37c5c793
shipit-source-id: 0995ba66d550279bb75daa733673c68d37c5c793
  • Loading branch information
janicduplessis authored and Facebook Github Bot 1 committed Mar 16, 2016
1 parent 28649b8 commit a97127b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/react-native/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ class Message extends Component {

<h3>Creating Android views</h3>
<p>
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.
</p>
<Prism>
{`// Java
Expand Down

0 comments on commit a97127b

Please sign in to comment.