Skip to content

Commit a97127b

Browse files
janicduplessisFacebook Github Bot 1
authored andcommitted
Fix outdated custom view example p2
Summary:Forgot to fix the description of the example in #6435 `UIProp` -> `ReactProp` Closes #6442 Differential Revision: D3056520 fb-gh-sync-id: 0995ba66d550279bb75daa733673c68d37c5c793 shipit-source-id: 0995ba66d550279bb75daa733673c68d37c5c793
1 parent 28649b8 commit a97127b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/react-native/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ class Message extends Component {
351351

352352
<h3>Creating Android views</h3>
353353
<p>
354-
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.
354+
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.
355355
</p>
356356
<Prism>
357357
{`// Java

0 commit comments

Comments
 (0)