hungdev / react-native-instagram-login

a react native instagram login component (support android & ios). Pull requests are welcome!
https://www.npmjs.com/package/react-native-instagram-login
187 stars 105 forks source link

How to resolve "RNCWKWebView" was not found in the UI Manager #45

Closed ThomasLech closed 5 years ago

ThomasLech commented 5 years ago
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.