We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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: [email protected] npm ERR! node_modules/expo npm ERR! peer expo@"^49" from @config-plugins/[email protected] 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
The text was updated successfully, but these errors were encountered:
any update here?
Sorry, something went wrong.
Seems to already have some progress over here: #211
Is this finished as #220 is merged?
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: