Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Amazon IVS React Native Broadcast Example App

This repository contains example app which use the Amazon IVS iOS and Android broadcast SDKs via React Native wrapper.

Setting up and running application

  1. Add rtmpsUrl and streamKey values to ./app.json file

  2. Install modules

$ yarn
$ cd ios && pod install && cd ..
  1. Start Metro Bundler
$ yarn start
  1. Run the example app on Android platform
$ yarn android

or on iOS platform

$ yarn ios