issues
search
expo
/
config-plugins
Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.
465
stars
99
forks
source link
Upgrade to Expo SDK 51
#234
Closed
EvanBacon
closed
6 months ago
EvanBacon
commented
6 months ago
Why
Support Expo SDK 51 projects.
How
Update all version tables.
This was a pretty easy SDK upgrade (compared to the usual).
Deleted code more than added it, specifically the withDesugaring in webrtc.
Room for someone to come through and add more options to webrtc to account for the additional features that they've added.
Test Plan
git clean -dfx
(delete all native directories).
npx expo run:ios
and
npx expo run:android
in all requisite projects (some projects are ios-only).
E2E scripts in apps/app (detox) tests.
Why
How
Test Plan
git clean -dfx
(delete all native directories).npx expo run:ios
andnpx expo run:android
in all requisite projects (some projects are ios-only).