I want to use the module in an Ionic Capacitor React application, but when I build my project using ionic capacitor run android I get the following error:
.\src\pages\Login.tsx
Cannot find module: 'react-native-snapchat-login'. Make sure this package is installed.
You can install this package by running: npm install react-native-snapchat-login.
[ERROR] An error occurred while running subprocess react-scripts.
react-scripts.cmd build exited with exit code 1.
Can you help me?