Skip to content

Instantly share code, notes, and snippets.

@ozcanzaferayan
Created February 4, 2020 20:30
Show Gist options
  • Save ozcanzaferayan/1f90499a04089654365d8fe6485c7698 to your computer and use it in GitHub Desktop.
Save ozcanzaferayan/1f90499a04089654365d8fe6485c7698 to your computer and use it in GitHub Desktop.
#define RCT_EXPORT_MODULE(js_name) \
RCT_EXTERN void RCTRegisterModule(Class); \
+ (NSString *)moduleName { return @#js_name; } \
+ (void)load { RCTRegisterModule(self); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment