For this to work any native modules must be installed for the target architecture. This can be achieved with npm: npm install --target_arch=arm64 or with yarn: npm_config_target_arch=arm64 ...