英文:
Getting error 'Constants.platform.ios.model' has been deprecated in favor of expo-device
问题
"我在我的新项目Expo React Native中遇到了以下错误,请指导:
“警告 Constants.platform.ios.model 已被弃用,建议使用 expo-device 的 Device.modelName 属性。此 API 将在 SDK 45 中移除。”"
英文:
I'm getting the following error in my new project Expo React Native. please guide:
"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."
答案1
得分: 6
尝试更新到最新版本:expo-cli upgrade 或 npm audit fix --force 这两者在我的情况下都有效。
英文:
try updating to the latest version:
expo-cli upgrade or npm audit fix --force both of these worked on my end
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论