The best way to get started is through the JavaScript Getting Started guide.
This repository contain sample for how to use Sendbird to add chat using React Native. You can find more information in the Javascript SDK documentation and React Native Chat Tutorial
- Public chat where users can easily join without permission.
- Display Connected Users
- Send & Receive Messages
- React Navigation V6: https://reactnavigation.org
- Async-storage: https://github.com/react-native-async-storage/async-storage
- Redux Toolkit: https://redux-toolkit.js.org
- testing-library/react-native: https://testing-library.com
- Sendbird: https://sendbird.com/developer/tutorials/react-native-chat-tutorial
yarn install
npx pod-install
yarn ios
yarn android
yarn test
yarn lint