mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Bytecode client for iOS
Summary: Changelog: [Internal] Reviewed By: javache Differential Revision: D21206851 fbshipit-source-id: 67ab59688c19870ef419711fdfd489bf0442bb54
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6d6268e903
commit
382f0898cf
@@ -11,6 +11,11 @@
|
||||
|
||||
extern NSString *const RCTJavaScriptLoaderErrorDomain;
|
||||
|
||||
extern const UInt32 RCT_BYTECODE_ALIGNMENT;
|
||||
|
||||
UInt32 RCTReadUInt32LE(NSData *script, UInt32 offset);
|
||||
bool RCTIsBytecodeBundle(NSData *script);
|
||||
|
||||
NS_ENUM(NSInteger){
|
||||
RCTJavaScriptLoaderErrorNoScriptURL = 1,
|
||||
RCTJavaScriptLoaderErrorFailedOpeningFile = 2,
|
||||
|
||||
Reference in New Issue
Block a user