-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Changelog: [General][Removed] Remove internal DevSplitBundleLoader native module `DevSplitBundleLoader` was part of an experimental bundling strategy that offloaded Hermes bytecode compilation to the packager server. The React Native parts of this experiment were never part of the public API, and the Metro parts never fully shipped in open source. As part of implementing the simpler and more general [lazy bundling RFC](react-native-community/discussions-and-proposals#605), we are removing `DevSplitBundleLoader` and associated code from React Native's internals. Reviewed By: robhogan Differential Revision: D43597007 fbshipit-source-id: 1460e9045cd7a0f5ef43144b10afb932172e223c
- Loading branch information
1 parent
fdb2af5
commit 6dcdb93
Showing
10 changed files
with
0 additions
and
224 deletions.
There are no files selected for viewing
19 changes: 0 additions & 19 deletions
19
packages/react-native/Libraries/Utilities/NativeDevSplitBundleLoader.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
packages/react-native/React/CoreModules/RCTDevSplitBundleLoader.h
This file was deleted.
Oops, something went wrong.
108 changes: 0 additions & 108 deletions
108
packages/react-native/React/CoreModules/RCTDevSplitBundleLoader.mm
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
...ages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/bundleloader/BUCK
This file was deleted.
Oops, something went wrong.
50 changes: 0 additions & 50 deletions
50
...c/main/java/com/facebook/react/modules/bundleloader/NativeDevSplitBundleLoaderModule.java
This file was deleted.
Oops, something went wrong.