Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/appfolio/react-native-multi-webview
- Owner: appfolio
- Created: 2020-10-14T19:32:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T18:00:19.000Z (almost 3 years ago)
- Last Synced: 2024-04-16T00:52:01.915Z (9 months ago)
- Language: Objective-C
- Size: 1.1 MB
- Stars: 0
- Watchers: 57
- 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;
```