react-native-webbrowser icon indicating copy to clipboard operation
react-native-webbrowser copied to clipboard

How to import?

Open zh-wowtv opened this issue 8 years ago • 0 comments

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

zh-wowtv avatar Apr 29 '16 13:04 zh-wowtv