MengTo / react-native-for-designers

React Native for Designers course
https://designcode.io/react-native-for-designers
273 stars 103 forks source link

Expo SDK outdated? #3

Open nikhiljay opened 5 years ago

nikhiljay commented 5 years ago

When running on the iOS Simulator (running on iOS 13.1), I'm getting the error:

this copy of expo client requires at least v33.0.0

It seems like the current Expo SDK version is at v32.0.0. When upgrading to Expo SDK v35.0.0 using expo upgrade, I'm getting this warning:

The following packages were not updated. You should check the READMEs for those repositories to determine what version is compatible with your new set of packages: apollo-boost, firebase, graphql, react-apollo, react-native-showdown, react-navigation, react-redux, redux, styled-components

RiatIO commented 5 years ago

Follow these steps: https://docs.expo.io/versions/latest/workflow/upgrading-expo-sdk-walkthrough/#upgrade-from-sdk-32 (worked for me).