Skip to content

Commit

Permalink
Fix "Class RCTCxxModule was not exported" facebook#14806
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger authored Jun 19, 2018
1 parent 843a433 commit f548e6c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions React/CxxModule/RCTCxxModule.mm
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ @implementation RCTCxxModule
std::unique_ptr<facebook::xplat::module::CxxModule> _module;
}

+ (NSString *)moduleName
{
return @"";
}
RCT_EXPORT_MODULE()

+ (BOOL)requiresMainQueueSetup
{
Expand Down

0 comments on commit f548e6c

Please sign in to comment.