d-a-n / react-native-webbrowser

A cross-platform (iOS / Android), full-featured, highly customizable web browser module for React Native apps.
MIT License
205 stars 73 forks source link

How to import? #4

Open zh-wowtv opened 8 years ago

zh-wowtv commented 8 years ago

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