无法解析模块react-native-pager-view React Native

Rak*_*ini 6 npm react-native react-native-pager-view

我正在学习本机反应。在模拟器中安装应用程序时,我面临以下问题。请提供任何解决方案。

如果我安装react-native-pager-view,那么它会抛出错误。当我卸载它时。它抛出以下错误:

   Unable to resolve module react-native-pager-view in the root directory.
Run Code Online (Sandbox Code Playgroud)

在此输入图像描述

小智 9

我通过运行解决了这个问题:

yarn add react-native-pager-view 
Run Code Online (Sandbox Code Playgroud)


小智 1

尝试运行这个命令:

rm -rf yarn.lock node_modules ios/Pods ios/Podfile.lock && yarn install && cd ios && pod install && cd ..
Run Code Online (Sandbox Code Playgroud)