Matthew Messier
Matthew Messier
@kullarkert > Some solution mentioned here, but have't tested. > > [RonRadtke/react-native-blob-util#204 (comment)](https://github.com/RonRadtke/react-native-blob-util/issues/204#issuecomment-1579012034) That's specifically for unit tests, while I'm observing this when running the app on an android simulator...
@Bualaphanh for the time being, I've reduced my version down to `^0.31.1` which works, but is still frustrating, would love to leverage newer features.
> You can change min ios version on Podfile. > > ``` > # platform :ios, min_ios_version_supported > platform :ios, '13.0' > ``` If this is the solution to this...
I tried adding jcenter back in as well, but that ended up causing a different problem for me. Also, in my case I was doing a react-native migration, and their...