expo / sentry-expo

MIT License
202 stars 83 forks source link

feat: upgrade to Expo 47 #299

Closed SimenB closed 1 year ago

SimenB commented 1 year ago

Checklist

Why

This package currently pulls in "@expo/config-plugins": "~5.0.0" and "@expo/config-types": "^46.0.1", which are both for SDK 46.

How

Looking at https://blog.expo.dev/expo-sdk-47-a0f6f5c038af, imports should be moved to expo package which would allow us to not have this PR for future SDK releases 🙂

Test Plan

Just TS - I haven't tried to apply this to a project.

kbrandwijk commented 1 year ago

Thank you very much for your contribution. I've wrapped these changes into #302, as those are also breaking changes and I'd rather ship a single major release.