DEV Community

Discussion on: How we reduced our production apk size by 70% in React Native?

Collapse
 
mohammad_makeen profile image
Mohammad Makeen

What is the command for ios?

Collapse
 
ravanar profile image
~RavaNar

@mohammad Makeen, in iOS, the ipa file optimisation is already available in the AppStore. Based on the device, the ipa is rebundled to include only the necessary resources. While developing the app you could use other optimisation techniques available such as:

  1. developer.apple.com/documentation/...
  2. developer.apple.com/documentation/...