-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forced indexed ram-bunding is broken again for Android #25856
Comments
+1, would be nice if this feature that's widely praised by Facebook / React Native would actually work. |
@skizzo since Hermes came out, indexed RAM bundles on Android are pretty much useless (the same idea behind loading modules is built-in into Hermes-generated bytecode). If you can, please give it a try in release mode. cc @zamotany does it happen with Haul in 0.60 as well? The attached logcat suggests the bundle hasn't been found, which may be Metro config error:
|
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
The original issue (#21282) was solved by PR #24967 in commit 2b0e11c .
I indeed confirm it works for
react-native@~0.59.9
.However, it does not work for
0.60.x
— an app crashes in the very beginning.adb logcat dump is attached here
React Native version:
Steps To Reproduce
Nexus_5X_API_28
for x86_64)git clone git@github.com:noomorph/IndexedRamBundleBug_60_4.git
cd IndexedRamBundleBug_60_4
npm install
cd android
./gradlew installRelease
Describe what you expected to happen:
App should run without crashes, like it used to in RN 0.59.9 and later.
Snack, code example, screenshot, or link to a repository: https://github.com/noomorph/IndexedRamBundleBug_60_4
Kind regards,
Yaroslav.
The text was updated successfully, but these errors were encountered: