mirror of
https://github.com/status-im/react-native.git
synced 2025-01-16 04:24:15 +00:00
[ReactNative] Fix extern on RCTProfile.h
Summary: @public Add missing `RCT_EXTERN` to the constants in `RCTProfile`'s header Test Plan: Move the the import on `RCTBridge` to the header, build no longer fails due to duplicate symbols.
This commit is contained in:
parent
d83ee3bd5a
commit
1718b17a37
@ -20,8 +20,8 @@
|
||||
* before before using it.
|
||||
*/
|
||||
|
||||
NSString *const RCTProfileDidStartProfiling;
|
||||
NSString *const RCTProfileDidEndProfiling;
|
||||
RCT_EXTERN NSString *const RCTProfileDidStartProfiling;
|
||||
RCT_EXTERN NSString *const RCTProfileDidEndProfiling;
|
||||
|
||||
#if RCT_DEV
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user