react-native-webbrowser
react-native-webbrowser copied to clipboard
How to import?
My source code:
import Webbrowser from 'react-native-webbrowser'
<Webbrowser
url="https://google.com"
hideHomeButton={false}
hideToolbar={false}
hideAddressBar={false}
hideStatusBar={false}
foregroundColor={'#00efef00'}
backgroundColor={'#333'}
/>
Got the following error:
Unable to resolve module react-native-webbrowser from xxxxxxxxxxxx