We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c063c commit 2308eb7Copy full SHA for 2308eb7
1 file changed
React/Executors/RCTJSCExecutor.mm
@@ -9,7 +9,7 @@
9
10
#import "RCTJSCExecutor.h"
11
12
-#import <cinttypes>
+//#import <cinttypes>
13
#import <memory>
14
#import <pthread.h>
15
#import <string>
@@ -36,6 +36,8 @@
36
#import "RCTDevMenu.h"
37
#endif
38
39
+#define PRIu32 "lu"
40
+
41
NSString *const RCTJSCThreadName = @"com.facebook.react.JavaScript";
42
NSString *const RCTJavaScriptContextCreatedNotification = @"RCTJavaScriptContextCreatedNotification";
43
0 commit comments