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.
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.

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
Step 2 — Install latest react-native-zoom-us
Step 3 — Configure Android project
Step 4 — Build a release AAB
Actual Result:
AAB file size is massive increase, which is far above normal.
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.