Commit db33a526 authored by Eduardo Obregón's avatar Eduardo Obregón

Fix export module name

parent 7dbb704f
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
@synthesize isEmulator; @synthesize isEmulator;
RCT_EXPORT_MODULE() RCT_EXPORT_MODULE(RNDeviceInfo)
+ (BOOL)requiresMainQueueSetup + (BOOL)requiresMainQueueSetup
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment