react-native-stream-chat-template
v1.0.1
Published
React Native template with Stream Chat
Readme
React Native Stream Chat Template
This repository contains the starter template for Stream Chat for React Native.
Usage guide
To use the template, run the following command:
npx react-native init StreamChatApp --template react-native-stream-chat-templateAfter the template is initialized, create a .env file and add the Environment Variables(API key, User Id and User Token) inside the .env file.
The keys for the environment variables are as follows:
STREAM_CHAT_API_KEYSTREAM_CHAT_USER_IDSTREAM_CHAT_USER_TOKEN
Template Version compatibility
| React Native | RN SDK Version | Template | | ------------ | -------------- | -------- | | 0.71.1 | 5.9.0 | 1.0.0 | | 0.71.1 | 5.9.0 | 1.0.1 |
