Sharjeel Ahmed
Sharjeel Ahmed

Reputation: 459

A problem occurred evaluating settings 'android'. gradle.groovy does not exist

I am getting following error message while running the command :

react-native run-android

A problem occurred evaluating settings 'android'.

Could not read script 'E:\sharjeel\reactn\Ecomm1\node_modules\react-native-unimodules\gradle.groovy' as it does not exist.

Upvotes: 5

Views: 14230

Answers (1)

Sharjeel Ahmed
Sharjeel Ahmed

Reputation: 459

Solved by running

npm install react-native-unimodules

at the root of the project

Upvotes: 8

Related Questions