Closed mluiten closed 9 months ago
Yesterday Expo released SDK 50, but I'm getting peer dependency errors when combined with @config-plugins plugins, for example:
@config-plugins
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-plugins/react-native-blob-util
Android, iOS
50
npm install expo@^50.0.0 npx expo install --fix
any update here?
Seems to already have some progress over here: https://github.com/expo/config-plugins/pull/211
Is this finished as https://github.com/expo/config-plugins/pull/220 is merged?
Summary
Yesterday Expo released SDK 50, but I'm getting peer dependency errors when combined with
@config-plugins
plugins, for example: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