This repo contains a react-native app that demos integration and use of ymchat-react-native
- Clone the app using
git clone https://github.com/yellowmessenger/ymchat-react-native-demo
- Run
yarn install
- For iOS run following commands
- cd iOS
- pod install
- open react_native_demo_app.xcworkspace/
- run the project