1. Run “npm install --save react-native-instagram-login”
2. Delete the “react-native-webview” folder from node_modules.
3. Run “npm install --save react-native-webview”
4. Remove “/node_modules/react-native-webview” folder and react-native-webview dependency from package.json (all inside react-native-instagram-login folder).
5. Type in “react-native link react-native-webview”
6. Navigate to the “iOS” folder and type in “pod install”
None of the solutions I found on SO or GitHub worked for me. So I finally figured out a solution that works for me.
None of the solutions I found on SO or GitHub worked for me. So I finally figured out a solution that works for me.