-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Hermes With Inline-Require Conflict RN-60.4 (When Generate Release Apk) #25754
Comments
Have you installed jetifier and done jetify (also enable jetify inside config) before running the release? I was having a similar (not exactly the same) problem with the message |
@RageBill yes i installed jetifier and run jetify , i don't think has connection to andoridX |
Same error here, with the same config and react-native 0.60.4. |
i found this in code fb : Lazy compilation |
Any news on this? I have been dealing with this for a while now... |
@wmonecke inline require is oky but ram-bundle not supported by hermes |
any news ?? |
https://facebook.github.io/react-native/docs/performance#enable-the-ram-format |
just delete |
fixed we don't needed ram-bundle with hermes |
i upgrade from 59.8 to 60.4 and now i want to generate apk release when run ./gradlew assembleRelease and enable Hermes and enable inline reqiure to happen :
React Native version:
Steps To Reproduce
1- cd android && ./gradlew assembleRelease
metro.config.js
app/build.gradle
android/gradle.properties
The text was updated successfully, but these errors were encountered: