Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Sample JavaScript React-Native Redux

SendBird React-Native sample using SendBird SDK.

Prerequisite

Run the sample

  1. Install React Native CLI.

     npm install -g react-native-cli
    
  2. Install required packages.

     npm install
    
  3. (iOS only) Pod install.

     cd ios
     pod install
    
  4. Run the sample. Before starting, you should launch device amulator (or actual device) to run the sample in Android. This sample is not available for real device in iOS due to Apple Development Policy. In order to run React Native sample in real device, follow React Native official guide for your own setup.

     react-native run-android
     react-native run-ios