react-native-azure-ad icon indicating copy to clipboard operation
react-native-azure-ad copied to clipboard

WebView has been removed from React Native

Open pegasus1982 opened this issue 5 years ago • 1 comments

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

pegasus1982 avatar Sep 30 '19 08:09 pegasus1982

Go to the modules folder => loginview.js and add 'useWebKit={true}' to the properties of the <WebView>

MatthiasDh avatar Oct 01 '19 11:10 MatthiasDh