Issue while building Android APK with React

Not able to build Android APK with React.

I have a React Native project, now trying to build it in Bitrise. I had successfully made build in IOS but for some reason it fails to make Android APK.

Everytime when I build the project issue happens.
Step: React Native Bundle V 1.0.3

In Local environment, both Android and Ios works perfectly.

Build log

https://www.bitrise.io/api/build/9af33ef4d4f630ce/logs.json?&download=log

Hi @perceptee,

The error from the log:

Unable to resolve module `react` from `/Users/vagrant/git/index.js`: Module does not exist in the module map

Based on https://github.com/facebook/react-native/issues/8702#issuecomment-241068234

Can you please run this on your Mac (in the project’s directory of course):

npm i --save react

and commit the changes into the repository?