Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 891
Sharjeel Ahmed Avatar asked Mar 03 '23 22:03

Sharjeel Ahmed


1 Answers

Solved by running

npm install react-native-unimodules

at the root of the project

like image 170
Sharjeel Ahmed Avatar answered Mar 05 '23 15:03

Sharjeel Ahmed