We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b315a commit 059c78eCopy full SHA for 059c78e
1 file changed
ios/OrientationDirector.mm
@@ -126,7 +126,7 @@ - (NSNumber *)isLocked
126
#ifdef RCT_NEW_ARCH_ENABLED
127
- (void)resetSupportedInterfaceOrientations
128
#else
129
-RCT_EXPORT_BLOCKING_SYNCHRONOUS_METHOD(resetSupportedInterfaceOrientations)
+RCT_EXPORT_METHOD(resetSupportedInterfaceOrientations)
130
#endif
131
{
132
dispatch_async(dispatch_get_main_queue(), ^{
0 commit comments