SendBird React-Native sample using SendBird SDK.
- Node
- NPM
- Cocoapods
- XCode
- XCode Command Line Tools
- Android Studio (+Android SDK/Google API)
-
Install React Native CLI.
npm install -g react-native-cli -
Install required packages.
npm install -
(iOS only) Pod install.
cd ios pod install -
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