More screenshots here
https://dev.to/vishalnarkhede/how-to-build-slack-clone-with-react-native-part-2-g5
git clone git@github.com: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