mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-02 09:21:44 +08:00
Bytecode Exposure Logging
Reviewed By: javache Differential Revision: D4160438 fbshipit-source-id: 3554ec68da5fcae8baef8bb49c76b75a7e45c55f
This commit is contained in:
committed by
Facebook Github Bot
parent
10e0aec62f
commit
e7c85cea36
@@ -52,6 +52,14 @@ typedef union {
|
||||
*/
|
||||
RCT_EXTERN RCTScriptTag RCTParseTypeFromHeader(RCTBundleHeader header);
|
||||
|
||||
/**
|
||||
* RCTStringForScriptTag
|
||||
*
|
||||
* Convert an `RCTScriptTag` enum into a string, useful for emitting in errors
|
||||
* and diagnostic messages.
|
||||
*/
|
||||
RCT_EXTERN NSString *RCTStringForScriptTag(RCTScriptTag tag);
|
||||
|
||||
extern NSString *const RCTJavaScriptLoaderErrorDomain;
|
||||
|
||||
NS_ENUM(NSInteger) {
|
||||
|
||||
Reference in New Issue
Block a user