Stream Chat React Native Starter

A basic chat application using Stream Chat React Native

Install

Your Stream chat API key and API secret as well as a user ID and user token need to exist either in your $PATH or in /<app-directory>/.env. See .env.example.

yarn install && npx pod-install

Usage

yarn run ios 
yarn run android

Run tests

yarn run test