expo / config-plugins

Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-blob-util does not support SDK 48

julste opened this issue · comments

commented

Summary

I would like to use SDK 48, but at the moment react-native-blob-util does not support SDK 48.

Config Plugin

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

What platform(s) does this occur on?

Android, iOS

SDK Version

48

Reproducible demo

Build via eas on expo.dev:

Running "npm install" in the root dir of your repository 
npm ERR!
code ERESOLVE
npm
ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @config-plugins/react-native-blob-util@4.0.0
npm ERR! Found: expo@48.0.4
npm ERR! node_modules/expo
npm ERR!
expo@"^48.0.4" from the root project
npm ERR!   peer expo@"*" from expo-application@5.1.1
npm ERR!   node_modules/expo-application
npm ERR!     expo-application@"~5.1.1" from expo@48.0.4
npm ERR!   16 more (expo-constants, expo-dev-client, expo-dev-launcher, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer expo@"^47.0.3" from @config-plugins/react-native-blob-util@4.0.0
npm ERR! node_modules/@config-plugins/react-native-blob-util
npm ERR!   @config-plugins/react-native-blob-util@"*" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: expo@47.0.13
npm ERR! node_modules/expo
npm ERR!   peer expo@"^47.0.3" from @config-plugins/react-native-blob-util@4.0.0
npm ERR!   node_modules/@config-plugins/react-native-blob-util
npm ERR!     @config-plugins/react-native-blob-util@"*" from the root project
npm ERR! ```