Closed neilgamb closed 2 years ago
Looks like this should help: https://github.com/expo/expo/issues/15110
I actually saw that and tried several of those resolutions but had missed one of them that ended up fixing it. Thank you!
I manually removed all expo-constant deps references from my yarn.lock
and re-ran yarn and all good 👌🏻
Thanks for all the effort on the recent PR to upgrade Solito. I followed the diffs in https://github.com/nandorojo/solito/pull/137 and was able to upgrade our repo successfully. The only thing I am seeing is the warning:
WARN Constants.platform.ios.model has been deprecated in favor of expo-device's Device.modelName property. This API will be removed in SDK 45
I am not super worried about this, but also saw that there was some discussion about this warning during the upgrade process. But didn't see anything specifically to fix it. Our app is running fine but was wondering if people we're still seeing this and / or have been able to fix it?
In my yarn.lock:
Thanks!