Reputation: 459
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
Reputation: 459
Solved by running
npm install react-native-unimodules
at the root of the project
Upvotes: 8