Skip to content

Latest commit

 

History

History
 
 

ExpoMessaging

Expo Chat example app

How to run the app

   git clone https://github.com/GetStream/stream-chat-react-native.git
  • Install dependencies
   cd stream-chat-react-native/package
   make expo-example-deps
  • Move to the app directory
   cd ../examples/ExpoMessaging 
  • Run

    • For iOS

      yarn ios
    • For android

      yarn android