https://github.com/wingify/vwo-react-native-demo
VWO React native app
https://github.com/wingify/vwo-react-native-demo
abtest react-native vwo
Last synced: about 1 month ago
JSON representation
VWO React native app
- Host: GitHub
- URL: https://github.com/wingify/vwo-react-native-demo
- Owner: wingify
- Created: 2017-12-01T09:19:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T07:33:22.000Z (almost 5 years ago)
- Last Synced: 2025-08-07T19:23:35.294Z (10 months ago)
- Topics: abtest, react-native, vwo
- Language: JavaScript
- Homepage: http://developers.vwo.com/reference#react-native-guide
- Size: 3.32 MB
- Stars: 2
- Watchers: 22
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Demo app for VWO
### Installation
```
cd vwo-react-native-demo
npm install
```
#### iOS
```
cd iOS
pod install #This will install VWO objective c SDK
```
After `pod install` run `react-native run-ios`
#### Android
```
react-native run-android
```