react-native-inapp-browser

A in-App browser for react native based apps using TransitApp/SVWebViewController.

Because there is some dependency problems, I cannot add TransitApp/SVWebViewController as a submodule.

Install

  1. npm install react-native-inapp-browser
  2. Go to node_modules ➜ react-native-inapp-browser ➜ RCTInAppBrowser
  3. Drag RCTInAppBrowser FOLDER into your master project
  4. Run your project (Cmd+R)

Basic Usage

import Anchor from 'react-native-inapp-browser';

<Anchor href='http://google.com' color='e67221' line>URL_PLACEHOLDER</Anchor>

Basic-Usage

GitHub