React Native - 文本必须在 <Text> 组件中呈现

React Native - Text must be rendered withing a <Text> component

我正在尝试编写一个仅保存和保存数据的应用程序,但出现以下错误。

Unexpected text node: . A text node cannot be a child of a < View >. (On Chrome DevTools)

Text must be rendered withing a component (On Expo Go simulations)

据我所知,代码中有一个“”(如 space 字符)SOMEWHERE 并且它不会因此而工作,但我完全不知道 space 在哪里,因为 prettier 只是把 space 放在各处来设置样式。

它在网络上运行良好,但我需要它在 iOS 上工作,当我尝试模拟它时,这个错误停止了整个应用程序。

这是 link 到 snack.expo 的精简版本:https://snack.expo.dev/@vevlex/stringintext

(现在有一个错误,因为添加的作业的 ID 相同,我知道这一点,但我还没有抽出时间去做)

删除 App.js 中的 {""}。我们需要使用 {/**/} 进行评论。