Skip to content

Instantly share code, notes, and snippets.

@GantMan
Last active November 8, 2018 16:40
Show Gist options
  • Save GantMan/0c334bac40f9b9d4db6aec1a312f5ac0 to your computer and use it in GitHub Desktop.
Save GantMan/0c334bac40f9b9d4db6aec1a312f5ac0 to your computer and use it in GitHub Desktop.
Adding custom view property
RCT_CUSTOM_VIEW_PROPERTY(text, NSString, __unused UILabel)
{
view.text = [NSString stringWithFormat:@"WELCOME %@!", [json uppercaseString]];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment