Skip to content

Instantly share code, notes, and snippets.

@vagmi
Created March 2, 2016 01:16
Show Gist options
  • Save vagmi/c3ee82a989850dca445b to your computer and use it in GitHub Desktop.
Save vagmi/c3ee82a989850dca445b to your computer and use it in GitHub Desktop.
#import "React/RCTView.h"
@interface CustomRNView : RCTView
@property (nonatomic, assign) NSString *message;
@end
#import "CustomRNView.h"
#import "React/RCTViewManager.h"
@interface RCT_EXTERN_MODULE(CustomRNViewManager, RCTViewManager)
RCT_EXPORT_VIEW_PROPERTY(message, NSString)
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment