React Native 0.52 Android Delta Bundles
See original GitHub issueIn the latest version of react native, android by default tries to load a new ‘delta’ bundle.
(See: https://github.com/facebook/react-native/blob/79e24ede40b2508aaa77b8ff3876d3dbf4cfe6d8/ReactAndroid/src/main/res/devsupport/xml/preferences.xml)
This results in an error when using Haul because the app requests an index.delta file that is not being served.
The fix is simple though, open the dev menu, select the “Dev Settings” option, then uncheck the “Use JS Deltas” box. Close then re-open your app and it should request the normal javascript bundles as before.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:6
- Comments:8 (4 by maintainers)
Top Results From Across the Web
How to install react-native-vector-icons? - Stack Overflow
I finally found the solution. This happens only in the react-native version 0.52.0 The file it is trying to find does in fact...
Read more >haul - npm
Haul is a new command line tools for React Native. ... Currently we don't support delta bundles (metro feature) (Android).
Read more >your app bundle targets the following unrecognized languages
I have created signed android app bundle and while uploading it on playstore. I am getting the following error: Your app bundle targets...
Read more >Showing full stacktraces - Bugsnag docs
The source maps used for the release variant can be generated via the react-native bundle (or react-native ram-bundle ) command. iOS. Android. Copy....
Read more >A command line tool for developing React Native apps - Morioh
Delta Bundles (RN 0.52+) have minimal support; Existing react-native ... Cross-platform development: You can develop both Android and iOS apps with it.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@thymikee I am on 1.0.0-beta.14.
Fixed with modifying
onCreatemethod inMainApplication.java:I’m sorry to reopen issue. I want to ask you for detox integration. I cannot disable delta bundles running
command and an error emitted shows.
Even if we unchecked using DeltaBundles’ check box and restart running test, it doesn’t work and the same error shows.
Can it be disable with configuration file or from command line like additional options? or I should wait for next release ?