无法解析模块'./core/theming' React-native cli
Posted
技术标签:
【中文标题】无法解析模块\'./core/theming\' React-native cli【英文标题】:Unable to resolve module './core/theming ' React-native cli无法解析模块'./core/theming' React-native cli 【发布时间】:2022-01-08 01:22:35 【问题描述】:我想用 AppBar
“依赖”:“@react-navigation/native”:“^6.0.6”,“反应”: “17.0.2”,“react-native”:“0.66.3”,“react-native-paper”:“^4.10.1”, “反应原生矢量图标”:“^9.0.0”,“反应导航”:“^4.4.4” , [1]:https://i.stack.imgur.com/E19h0.pngimport React from 'react';
import Appbar from 'react-native-paper';
const Home = () =>
return (
<Appbar.Header>
<Appbar.Content title="title" />
</Appbar.Header>
)
export default Home;
【问题讨论】:
【参考方案1】:我错过了输入,不是<Appbar.Content title="title" />
,而是<Appbar.Content title="title" />
。
【讨论】:
嘿,你的错误解决了吗?因为这两种语法是相同的。 正如目前所写,您的答案尚不清楚。请edit 添加其他详细信息,以帮助其他人了解这如何解决所提出的问题。你可以找到更多关于如何写好答案的信息in the help center。以上是关于无法解析模块'./core/theming' React-native cli的主要内容,如果未能解决你的问题,请参考以下文章