Issue
im trying to conect react native to an emulator and because I cant successfully launch it, I run
npx @react-native-community/cli doctor
but it gave me this warning
✖ Android SDK - Required for building and installing your app on Android
- Versions found: 29.0.2, 31.0.0
- Version supported: Not Found
these are the things that I have tried
Solution
Version supported: Not Found
this has been resolved by downloading the react native cli
npm install -g react-native-cli
Answered By – Misa
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0