expo / config-plugins

Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.
427 stars 91 forks source link

Add Expo SDK 50 support #210

Closed mluiten closed 4 months ago

mluiten commented 5 months ago

Summary

Yesterday Expo released SDK 50, but I'm getting peer dependency errors when combined with @config-plugins plugins, for example:

npm ERR! Conflicting peer dependency: expo@49.0.22
npm ERR! node_modules/expo
npm ERR!   peer expo@"^49" from @config-plugins/react-native-blob-util@6.0.0
npm ERR!   node_modules/@config-plugins/react-native-blob-util
npm ERR!     @config-plugins/react-native-blob-util@"^6.0.0" from the root project

When do you plan to add support for SDK 50? Thanks for the hard work!

Config Plugin

@config-plugins/react-native-blob-util

What platform(s) does this occur on?

Android, iOS

SDK Version

50

Reproducible demo

npm install expo@^50.0.0
npx expo install --fix
oftoapp commented 5 months ago

any update here?

sebimarkgraf commented 5 months ago

Seems to already have some progress over here: https://github.com/expo/config-plugins/pull/211

sebimarkgraf commented 4 months ago

Is this finished as https://github.com/expo/config-plugins/pull/220 is merged?