/stream-chat-expo-increased-font-size

Stream Chat Expo with an increased font size for messages

Primary LanguageTypeScript

Stream Chat Expo with increased font size

This is a small example app using Stream Chat Expo with an increased font size set for messages.

Configure

Change the values of the variables STREAM_API_KEY, STREAM_USER_ID, and STREAM_USER_TOKEN in ./App.tsx.

Variable Description
STREAM_API_KEY The API key for your app, found on your Stream dashboard
STREAM_USER_ID The ID of the user to chat as
STREAM_USER_TOKEN The JWT token used to authenticate the user to chat as. You can create a new token here

Install

Install the dependencies of the app using your preferred package manager:

yarn install

OR

npm install

OR

pnpm install

Run the app

You can run the app with the expo CLI:

expo start

Or you can run it using the scripts defined in package.json:

yarn start # Or npm start, or pnpm start

Read the documentation

You can find the Stream Chat Expo and Stream Chat React Native documentation here, and check out the source code on GitHub.