Merge pull request #871 from habovh/master

Add requiresMainQueueSetup method
This commit is contained in:
Hampton Maxwell 2018-05-15 18:17:58 -07:00 committed by GitHub
commit 77b927157a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,4 +62,9 @@ RCT_EXPORT_VIEW_PROPERTY(onPlaybackRateChange, RCTBubblingEventBlock);
};
}
+ (BOOL)requiresMainQueueSetup
{
return YES;
}
@end