[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.
|
* before before using it.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
NSString *const RCTProfileDidStartProfiling;
|
RCT_EXTERN NSString *const RCTProfileDidStartProfiling;
|
||||||
NSString *const RCTProfileDidEndProfiling;
|
RCT_EXTERN NSString *const RCTProfileDidEndProfiling;
|
||||||
|
|
||||||
#if RCT_DEV
|
#if RCT_DEV
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue