Stream Chat React Native in a BottomSheet
A basic chat application using Stream Chat React Native inside a bottom sheet
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