Ziggeo ReactNativeSDK Demo
This demo is based on the Ziggeo React Native SDK
To use this SDK demo, there are few simple steps
- Go to directory where the demo will be hosted with your console
- Once you do, clone the demo
git clone https://github.com/Ziggeo/ReactNativeDemo
- Once the repo is cloned, make sure that all dependencies are installed by running
npm install
- (Optional) Make your changes to the demo app
- Modify App_old_old.js by replacing all entries of
ZIGGEP_APP_TOKEN
with your application token. - Modify App.jsd.js by replacing all entries of
ZIGGEO_VIDEO_TOKEN
with your video token from same application.
That is it for global requirements.
Once the above steps are finished, you would just run the following command for Android
react-native run-android
Once the above steps are finished, you would just run the following command for iOS
react-native run-ios
Let us know on our forum or over email to [email protected]