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
- npm install react-native-inapp-browser
- Go to node_modules ➜ react-native-inapp-browser ➜ RCTInAppBrowser
- Drag RCTInAppBrowser FOLDER into your master project
- 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>