Skip to content

Commit

Permalink
Fix typo in NativeComponentsAndroid.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagiera committed Oct 28, 2015
1 parent 830b46e commit 97f1cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/NativeComponentsAndroid.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Setter declaration requirements for methods annotated with `@ReactPropGroup` are
view.setSource(src);
}

@ReactProp(name = "borderRadius", defaultFLoat = 0f)
@ReactProp(name = "borderRadius", defaultFloat = 0f)
public void setBorderRadius(ReactImageView view, float borderRadius) {
view.setBorderRadius(borderRadius);
}
Expand Down

0 comments on commit 97f1cda

Please sign in to comment.