# stream-chat-react-native **Repository Path**: trusted-list/stream-chat-react-native ## Basic Information - **Project Name**: stream-chat-react-native - **Description**: 💬 React-Native Chat SDK ➜ Stream Chat. Includes a tutorial on building your own chat app experience using React-Native, React-Navigation and Stream - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: https://getstream.io/chat/sdk/react-native/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-15 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Official React Native SDK for Stream Chat
> The official React Native and Expo components for Stream Chat, a service for > building chat applications. [](https://www.npmjs.com/package/stream-chat-react-native) [](https://github.com/GetStream/stream-chat-react-native/actions) [](https://getstream.io/chat/docs/sdk/reactnative) 
**Quick Links**
- [Stream Chat API](https://getstream.io/chat/) product overview
- [Register](https://getstream.io/chat/trial/) to get an API key for Stream Chat
- [React Native Chat Tutorial](https://getstream.io/chat/react-native-chat/tutorial/)
- [Chat UI Kit](https://getstream.io/chat/ui-kit/)
- [Documentation](https://getstream.io/chat/docs/sdk/reactnative)
- [Release Notes](https://github.com/GetStream/stream-chat-react-native/releases)
## Contents
- [Official React Native SDK for Stream Chat](#official-react-native-sdk-for-stream-chat)
- [Contents](#contents)
- [📖 React Native Chat Tutorial](#-react-native-chat-tutorial)
- [Free for Makers](#free-for-makers)
- [🔮 Example Apps](#-example-apps)
- [💬 Keep in mind](#-keep-in-mind)
- [👏 Contributing](#-contributing)
- [Git flow \& Release process](#git-flow--release-process)
- [We are hiring](#we-are-hiring)
## 📖 React Native Chat Tutorial
The best place to start is the [React Native Chat Tutorial](https://getstream.io/chat/react-native-chat/tutorial/). It teaches you how to use this SDK and also shows how to make frequently required changes.
## Free for Makers
Stream is free for most side and hobby projects. To qualify your project/company needs to have < 5 team members and < $10k in monthly revenue.
For complete pricing details visit our [Chat Pricing Page](https://getstream.io/chat/pricing/)
## 🔮 Example Apps
This repo includes 3 example apps. One made with Expo, two in TypeScript. One TypeScript app is a simple implementation for reference, the other is a more full featured app example.
- [Expo example](https://github.com/GetStream/stream-chat-react-native/tree/develop/examples/ExpoMessaging)
- [Typescript example](https://github.com/GetStream/stream-chat-react-native/tree/develop/examples/TypeScriptMessaging)
- [Fully featured messaging application](https://github.com/GetStream/stream-chat-react-native/tree/develop/examples/SampleApp)
Besides, our team maintains a dedicated repository for fully-fledged sample applications and demos at [GetStream/react-native-samples](https://github.com/GetStream/react-native-samples). Please consider checking following sample applications:
- [Slack Clone](https://github.com/GetStream/react-native-samples/tree/main/projects/SlackClone#slack-clone-using-react-native-and-stream-chat)
- [iMessage Clone](https://github.com/GetStream/react-native-samples/tree/main/projects/iMessageClone#imessage-clone)
- [WhatsApp Clone](https://github.com/GetStream/react-native-samples/tree/main/projects/WhatsAppClone#whatsapp-clone-using-react-native-and-stream-chat)
## 💬 Keep in mind
1. Navigation between different components is something we expect consumers to implement. You can check out the example given in this repository
2. Minor releases may come with some breaking changes, so always check the release notes before upgrading the minor version.
You can see detailed documentation about the components at