https://github.com/appfolio/react-native-multi-webview
>>>>> UPDATE ME!
https://github.com/appfolio/react-native-multi-webview
Last synced: about 1 month ago
JSON representation
>>>>> UPDATE ME!
- Host: GitHub
- URL: https://github.com/appfolio/react-native-multi-webview
- Owner: appfolio
- Created: 2020-10-14T19:32:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T18:00:19.000Z (over 4 years ago)
- Last Synced: 2026-04-21T09:54:18.648Z (about 2 months ago)
- Language: Objective-C
- Size: 1.1 MB
- Stars: 0
- Watchers: 58
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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;
```