I am learning react native. When installing the app in simulator, i am facing an issue which is following. Please provide any solution.
If i install react-native-pager-view then it throws error. And when i uninstalled it. It is throwing following error-:
Unable to resolve module react-native-pager-view in the root directory.

I've solved this issue by running:
yarn add react-native-pager-view
Try running this command:
rm -rf yarn.lock node_modules ios/Pods ios/Podfile.lock && yarn install && cd ios && pod install && cd ..
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With