79137146

Date: 2024-10-29 12:15:21
Score: 0.5
Natty:
Report link

When building your android app locally, by default you build all the 4 Application Binary Interfaces (ABIs) : armeabi-v7a, arm64-v8a, x86 & x86_64.

However, you probably don't need to build all of them if you're building locally and testing your emulator or on a physical device.

This should reduce your native build time by a ~75% factor.

npx  react-native run-android --active-arch-only

https://reactnative.dev/docs/next/build-speed

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (0.5):
Posted by: Hakan