-
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
[0.62-rc.5] Android APK size increases after Gradle version bump #28330
Comments
I tried this (your suggestion) on my current project. Before:
After:
|
React native 0.63.1 Without: With: |
I tried the workaround but without Hermes the app crash during startup (RN 0.62.2):
|
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. |
I'll check in 0.64.0 when it comes out |
React native 0.64.0 Without workaround: With workaround: |
With that workaround I'm getting:
when using camera Because:
Update: still have that problem and without |
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. |
Description:
This is a known issue discussed in 0.62-rc release thread: react-native-community/releases#157.
Original issue posted by @willholen and workaround provided by @ArrayZoneYour.
Issue
...
Workaround
React Native version:
Steps To Reproduce
Expected Results
Unused
.so
should be removed when packaging.The text was updated successfully, but these errors were encountered: