⚠ We are moving to a separate monorepo-like repository for all the React Native Sample projects. Updated version of Slack Clone based on
v3
ofstream-chat-react-native
is available here - https://github.com/GetStream/react-native-samples/tree/main/projects/slack-clone
Slack-clone 2.0 using React Native, Stream
More screenshots here
Tutorial
https://dev.to/vishalnarkhede/how-to-build-slack-clone-with-react-native-part-2-g5
How to run project
git clone [email protected]:GetStream/slack-clone-react-native.git
cd slack-clone-react-native
# Install npm dependencies
yarn
# Link the assets
npx react-native link
# Install pod dependencies
npx pod-install
# Run on ios simulator
npx react-native run-ios