Last active
November 8, 2018 16:40
-
-
Save GantMan/0c334bac40f9b9d4db6aec1a312f5ac0 to your computer and use it in GitHub Desktop.
Adding custom view property
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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