slack clone react native
1.0.0
우리는 모든 React Native 샘플 프로젝트에 대해 별도의 Monorepo와 같은 저장소로 이동하고 있습니다.
stream-chat-react-native의v3를 기반으로 한 Slack Clone의 업데이트 된 버전은 여기에서 확인할 수 있습니다 -https://github.com/getstream/react-native-samples/tree/main/projects/slack-clone
더 많은 스크린 샷은 여기에 있습니다
https://dev.to/vishalnarkhede/how-to-build-slack-clone-with-react-native-part-2-g5
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-ioshttps://github.com/getstream/slack-clone-expo