react-native-azure-ad
react-native-azure-ad copied to clipboard
WebView has been removed from React Native
I have installed [email protected]
.
When I tried to use ADLoginView
, I got this error
Invariant Violation: WebView has been removed from React native. It can now be installed and imported from 'react-native-webview' instead of 'react-native'. See https://github.com/react-native-community/react-native-webview
Go to the modules folder => loginview.js and add 'useWebKit={true}' to the properties of the <WebView>