Skip to content

Commit

Permalink
Reverting my PR now duplicated (#258)
Browse files Browse the repository at this point in the history
* added requiresMainQueueSetup with RN 0.49+ requirement when constantsToExport overridden

fixes #235

* Reverting duplicate PR merged

Reverting my
a6c5633bac8cc5
0ebc1c0ab14e85b3ecbfe6c25e

in favour of
ed1ac2e240f40e
2fe8978509de375f992016a93e
  • Loading branch information
fungilation authored and stoneman1 committed Dec 31, 2017
1 parent 65e1772 commit 99f8452
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions iOS/RCTOrientation/Orientation.m
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,4 @@ - (NSDictionary *)constantsToExport
};
}

+ (BOOL)requiresMainQueueSetup
{
return YES;
}

@end

0 comments on commit 99f8452

Please sign in to comment.