在 Expo Go 上加载 Expo React Native 时遇到问题
Posted
技术标签:
【中文标题】在 Expo Go 上加载 Expo React Native 时遇到问题【英文标题】:Trouble Loading Expo React Native On Expo Go 【发布时间】:2021-11-20 22:17:40 【问题描述】:我无法在 Expo Go 中渲染我的 Expo React Native App 应用程序。应用程序在网络上完全没问题,但是当我尝试在移动设备上渲染时出现这些错误。在我删除某些元素之前它可以工作,但现在我已经添加了更多库,例如本机基础,我开始看到出现更多错误。我对编码有点陌生,所以请耐心等待。谢谢!
移动响应
原始代码
【问题讨论】:
【参考方案1】:您需要将 alt 属性添加到 Image 组件
像这样<Image source= height= width= alt="description of image" />
border is not valid style property use from this "borderBottomColor", "borderBottomLeftRadius", "borderBottomRightRadius", "边框底部宽度", “边框颜色”, "borderLeftColor", "borderLeftWidth", "边界半径", "borderRightColor", "borderRightWidth", "边框样式", "borderTopColor", "borderTopLeftRadius", "borderTopRightRadius", "边框顶部宽度", "边框宽度`
对于 alignItems,您需要传递“flex-start”、“flex-end”、“center”、“baseline”或“stretch”中的任何一个
【讨论】:
以上是关于在 Expo Go 上加载 Expo React Native 时遇到问题的主要内容,如果未能解决你的问题,请参考以下文章
“你需要合适的加载器”,使用 react native 和 expo。应用程序无法在 web 上编译,但在 android 上运行
React Native - Expo:fontFamily 'SimpleLineIcons' 不是系统字体,尚未通过 Font.loadAsync 加载
加载前启动画面白色闪烁(React Native Expo)