Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/appfolio/react-native-multi-webview

>>>>> UPDATE ME!
https://github.com/appfolio/react-native-multi-webview

Last synced: about 2 months ago
JSON representation

>>>>> UPDATE ME!

Awesome Lists containing this project

README

        

# react-native-multi-webview

## Getting started

`$ npm install react-native-multi-webview --save`

### Mostly automatic installation

`$ react-native link react-native-multi-webview`

### Manual installation

#### iOS

1. In XCode, in the project navigator, right click `Libraries` ➜ `Add Files to [your project's name]`
2. Go to `node_modules` ➜ `react-native-multi-webview` and add `AEMultiWebView.xcodeproj`
3. In XCode, in the project navigator, select your project. Add `libAEMultiWebView.a` to your project's `Build Phases` ➜ `Link Binary With Libraries`
4. Run your project (`Cmd+R`)<

## Usage
```javascript
import AEMultiWebView from 'react-native-multi-webview';

// TODO: What to do with the module?
AEMultiWebView;
```