react-native/React
rh389 4844225eed JavaScriptLoader BCBundle version check
Summary:
Currently a build warning is thrown by `if (header.BCVersion != runtimeBCVersion) ...` because `runtimeBCVersion` is signed, apparently because `-1` is used to mean that the runtime has no support for bytecode bundles.

This PR splits out the error case of the runtime not supporting BC bundles from the case of a version mismatch.

Tested as much as I could by building and running `UIExplorer` - I haven't attempted to use real bytecode bundles.
Closes https://github.com/facebook/react-native/pull/11806

Differential Revision: D4408608

fbshipit-source-id: a1d868bb2064588e6a20827692629a46b6ba1e74
2017-01-11 22:28:43 -08:00
..
Base JavaScriptLoader BCBundle version check 2017-01-11 22:28:43 -08:00
Executors Fix JSGlobalContext leak 2016-12-12 05:43:34 -08:00
Modules `UIManager.measure()` now respects any `zoom` affected view hierarchy 2017-01-11 13:43:40 -08:00
Profiler Replace deprecated completion block 2017-01-09 19:28:28 -08:00
React.xcodeproj Adding support in the new RN bridge on iOS 2017-01-10 11:28:44 -08:00
Views Add percentage support to react native 2017-01-11 03:58:37 -08:00