mirror of
https://github.com/status-im/react-native.git
synced 2025-02-24 07:08:27 +00:00
Summary:Making buck rebundle the worker script on every JS change is insanely slow. This allows the script to be downloaded for debug builds. The plan is to couple this with an implementation of `require.resolve` which will automatically insert the correct packager network path in DEV builds and the correct local path in release builds. e.g. var worker = new Worker(require.resolve('WebWorkerSample_getPrimesBetween.js')); Reviewed By: lexs Differential Revision: D2939279 fb-gh-sync-id: fbf64bbf1df1649b44e4b98ac504d095c10104a6 shipit-source-id: fbf64bbf1df1649b44e4b98ac504d095c10104a6
Building React Native for Android
See docs on the website.