ソースを参照

Merge pull request #184 from oblador/patch-1

Fix RN 0.48+ warning about requiresMainQueueSetup
Mathieu Acthernoene 7 年 前
コミット
abc27284e5
No account linked to committer's email address
共有1 個のファイルを変更した5 個の追加0 個の削除を含む
  1. 5
    0
      ReactNativePermissions.m

+ 5
- 0
ReactNativePermissions.m ファイルの表示

@@ -57,6 +57,11 @@
57 57
 RCT_EXPORT_MODULE();
58 58
 @synthesize bridge = _bridge;
59 59
 
60
++ (BOOL)requiresMainQueueSetup
61
+{
62
+    return YES;
63
+}
64
+
60 65
 #pragma mark Initialization
61 66
 
62 67
 - (instancetype)init