Unable to resolve module react-native-pager-view from /home/apex/.wp/expo/jsjs/node_modules/@ant-design/react-native/lib/carousel/index.js: react-native-pager-view could not be found within the project.
If you are sure the module exists, try these steps:
- Clear watchman watches: watchman watch-del-all
- Delete node_modules and run yarn install
- Reset Metro’s cache: yarn start --reset-cache
- Remove the cache: rm -rf /tmp/metro-* 22 | var _reactNative = require(“react-native”); 23 |
24 | var _reactNativePagerView = _interopRequireDefault(require(“react-native-pager-view”)); | ^ 25 | 26 | var _style = require("…/style"); 27 |
undefined Unable to resolve module react-native-pager-view from /home/apex/.wp/expo/jsjs/node_modules/@ant-design/react-native/lib/carousel/index.js: react-native-pager-view could not be found within the project.
yarn add react-native-pager-view
重启项目,问题成功解决! 项目地址: https://github.com/callstack/react-native-pager-view