Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

36.0.0 is not valid sdk version. options are 43.0.0,35.0.0,33.0.0, unversioned

When I upgrade expo-cli to the latest version 36.0.0 I get this error running on android emulator "36.0.0 is not valid sdk version. options are 43.0.0,35.0.0,33.0.0, unversioned"

How to solve this

enter image description here

like image 894
CPhonekham WebDev Madridista Avatar asked Dec 24 '19 01:12

CPhonekham WebDev Madridista


People also ask

How do I know what version of Expo SDK I have?

You can check your Node version by running the Node -v command on your terminal. Expo offers a command-line interface called Expo CLI.


1 Answers

You need to update your expo version. Try following steps. Let me know if this doesn't work

npm install (for node module)
expo update
npm install react-native-gesture-handler --save
npm start
like image 189
codehesh Avatar answered Sep 28 '22 00:09

codehesh