"No such file or directory: os error 2" when trying to build signed apk on ejected app

Please provide the following:

  1. SDK Version: 37
  2. Platforms(Android/iOS/web/all):

Just putting this here for anyone who runs in to this error on their detached project. I was getting the error “No such file or directory: os error 2” and fixed it by adding “bundleInRelease: true”, and “nodeExecutableAndArgs: [“node”]” into “project.ext.react=” in my apps build.gradle.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.