Skip to content
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

Android - Application Size is High for React Native Application #125

Open
prashant-1054 opened this issue Oct 20, 2022 · 0 comments
Open

Comments

@prashant-1054
Copy link

We are using Cisco Native libraries in our existing project for audio & video calling. We are facing a size issue with the Native library. It increases the size by around ~350 on the initial application launch only. We are facing this issue in Native Android only.

Android application size increases in a below manner for our application:

  1. App size on the play-store is around ~60 MB.
  • As libraries are compressed in this stage.
  1. After installation it is around ~200MB.
  • As libraries are de-compressed in this stage.
  1. After launch it is around ~350.
  • As all Native libraries (.so files) are copied to the User data folder.

There might be a few possibilities by which we can reduce the size as below:

  1. Cisco supports React Native
  2. Cisco reduce the library size
  3. Can we download the Cisco library on demand? which means for those users who are using our audio/video functionality we download the Cisco library runtime on their devices & provide our desired functionalities.

Can you please provide a suggestion or solution on how we can reduce our Android application size?

This needs to be addressed as soon as possible, as due to the higher size of the application on a device we are losing our customers...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant