Reputation: 1237
react-native run-android shows env: sh\r: No such file or directory
Upvotes: 0
Views: 641
Reputation: 154
try to clean and rebuild your project
or you can simply reinstall npm modues
Upvotes: 1
Reputation: 13926
See if you've done this.
npm install -g react-native-cli
react-native init yourproject
cd yourproject && react-native run-android
Upvotes: 0