mcnamee / react-native-starter-kit

:rocket: A React Native boilerplate app to get you up and running very, very quickly :rocket:
MIT License
3.35k stars 865 forks source link

expo SDK version is outdated #232

Closed fmchan closed 5 years ago

fmchan commented 5 years ago

I cannot open the app anymore on the latest expo client 1.13. The Expo Client supports sdk 33,34,35 only, so the sdk of this project which is 32, is outdated.

would anyone like to suggest the version update for all those dependances in this project? Thank you.

voyager418 commented 5 years ago

Same issue as @fmchan

serkanbektas commented 5 years ago

@fmchan @vraithe Look at this PR https://github.com/mcnamee/react-native-starter-kit/pull/233

ainkhm commented 5 years ago

HI @fmchan , @vraithe , @serkanbektas Are you solve this problem? UPD: Solved. it's needed update sdk to 35.0.0

$expo update 35.0.0

serkanbektas commented 5 years ago

HI @fmchan , @vraithe , @serkanbektas Are you solve this problem? UPD: Solved. it's needed update sdk to 35.0.0

$expo update 35.0.0

I solved and opened PR.

mcnamee commented 5 years ago

Resolved in PR https://github.com/mcnamee/react-native-starter-kit/commit/0ce8b62f86c47608dac56f5ac668fe6e85eb17e6

Thanks @serkanbektas