Skip to content

yellowmessenger/ymchat-react-native-demo

Repository files navigation

This repo contains a react-native app that demos integration and use of ymchat-react-native

Setup

  1. Clone the app using git clone https://github.com/yellowmessenger/ymchat-react-native-demo
  2. Run yarn install
  3. For iOS run following commands
    • cd iOS
    • pod install
    • open react_native_demo_app.xcworkspace/
    • run the project