This is a bare minimum Chat application using Stream Chat SDK built using Native CLI platform without any customization.
Make sure you have the Native CLI development setup ready in your system. Please follow this guide for the same.
git clone https://github.com/GetStream/stream-chat-react-native.git- In the root install the dependencies:
yarn install- Move to the
packagedirectory and install the dependencies:
cd package && yarn install- Move to the
native-packagedirectory and install the dependencies:
cd native-package && yarn install- Finally, Move to the app directory and install the dependencies:
cd ../../examples/TypeScriptMessaging && yarn installcd ios && pod installTo run the application for different platforms, use the following commands:
yarn start- For iOS
yarn ios- For android
yarn android