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
My source code:
Got the following error: