react-native编译时报react-native-community/masked-view 错

皇甫宇定
2023-12-01

当react-native项目编译时遇到react-native-community/masked-view 错

react-navigation问题

例如:

Error: undefined Unable to resolve module @react-native-community/ masked-view from 'node modules\react-naviqation-stack\iblmodule \vendorlviews\Maskedview.is: @react-native-community/masked view could not be found within the project.If you are sure the module exists, try these steps:1. Clear watchman watches: watchman watch-del-alll2. Delete node_modules: rm -rf node_modules and run yarn install3. Reset Metro’s cache: varn start --reset-cache4. Remove the cache: rm-rf /tmp/metro-*

也许是没有安装@react-native-community/masked-view

所以可以安装npm install @react-native-community/masked-view一下
就成功运行啦

 类似资料: