SDK 16 crashes on Android only

Hi,

I have a detached app I developed awhile ago it uses SDK 16. It has been in production for awhile, but now it crashes on Android. Here is my package.json:

“react-native”: “https://github.com/expo/react-native/archive/sdk-16.0.0.tar.gz”,
“react”: “16.0.0-alpha.6”,
“expo”: “16.0.0”,

Any ideas as to why? Anyone else running into this? Should I try to upgrade the app and hope that resolves the problems?

Hey @darkwata,

We always recommend to try and stay updated with the latest SDK versions if possible as it’s easier to debug issues and you get the advantages of all the new APIs, perf improvements, etc. so if that’s an option for you, I’d certainly upgrade to SDK26.

Cheers,

Adam

Thanks @adamjnav

I checked the app again this weekend and it seems like its working! I’ll definitely recommend the upgrade to the client I work with though.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.