-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
Inline requires and RAM format break app #605
Comments
Please run your build command with debug logging enabled, and provide the output:
|
|
@wmonecke Especially the second file (source map), it looks like |
@tonyo It works, if I reverse my metro.config.js file to:
from
On iOS I am getting this error when building:
|
Ok, then something wrong is happening even before that step. This might be the problem:
|
@tonyo When updating to RN 0.59 Also, app crashed after successful build with Thank you for your help! |
Great!
It's probably this: facebook/react-native#24967 |
Oh man, how long until we can properly use this feature? @tonyo, can you create an Android release with your config that doesn't instantly crash on launch? |
OS:
Platform:
Output of
node -v && npm -v && npm ls --prod --depth=0
Config:
build.gradle:
I have the following issue:
When adding inline-requires and RAM format, I am unable to build on Android.
Error:
Running
./gradlew assembleRelease
gives the following error:It appears that
Processing react-native source maps for Sentry upload.
is the issue. What am I doing wrong?The text was updated successfully, but these errors were encountered: