Skip to content

How to decrease AAB size after update zoom sdk from 10.0.0 to 15.0.0 ? #414

Description

@umeshcodealchemy

I am using the react-native-zoom-us@15.0.0, which internally integrates the Zoom Meeting SDK Android 6.5.10 .

After upgrading from react-native-zoom-us@10.0.0 → 15.0.0, I am facing critical issues related to massive AAB size increase.

AAB size increased from 223MB → 353MB after upgrading Zoom SDK

Before upgrade:
App Bundle = 223MB

After upgrading to Zoom 6.5.10:
App Bundle = 353MB

Step to reproduce

Step 1 — Create a new RN project

npx @react-native-community/cli init projectname --version 0.77.3

Step 2 — Install latest react-native-zoom-us

yarn add react-native-zoom-us@15.0.0

Step 3 — Configure Android project

Step 4 — Build a release AAB

cd android
./gradlew bundleRelease

Actual Result:

AAB file size is massive increase, which is far above normal.

Image

Problem Summary

Zoom SDK native binaries are extremely large, causing the final AAB to exceed Google Play’s size limit.
This makes it unable to publish any update.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions