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
package
directory and install the dependencies:
cd package && yarn install
- Move to the
native-package
directory and install the dependencies:
cd native-package && yarn install
- Finally, Move to the app directory and install the dependencies:
cd ../../examples/TypeScriptMessaging && yarn install
cd ios && pod install
To run the application for different platforms, use the following commands:
yarn start
- For iOS
yarn ios
- For android
yarn android