This repository contains example app which use the Amazon IVS iOS and Android broadcast SDKs via React Native wrapper.
-
Add
rtmpsUrl
andstreamKey
values to./app.json
file -
Install modules
$ yarn
$ cd ios && pod install && cd ..
- Start
Metro Bundler
$ yarn start
- Run the example app on Android platform
$ yarn android
or on iOS platform
$ yarn ios