Why does the Zoom Video SDK contain the large App size for react native app is it possible to split module?

I have integrate video sdk in react native application after integrate video sdk it’s size is getting almost 4 time? can we split zoom sdk module to use only video and audio call ?

Hi Nirav, it isn’t possible to split the React Native SDK as of now.

can you suggest a any step or method to reduce size of build for react native without specifying abiFilters with “armeabi-v7a”, “arm64-v8a”.

The most impactful way to reduce the size of the app would be to split the build output based on the device architecture using def enableSeparateBuildPerCPUArchitecture = true to create armebi and x86 builds separately. You can look at other ways to reduce the app size by optimising the dependencies and assets which would beyond the scope of the Zoom SDK.