slack clone react native
1.0.0
私たちは、すべてのReactネイティブサンプルプロジェクトのために、別のモノレポのようなリポジトリに移動しています。
stream-chat-react-nativeのv3に基づくSlackクローンの更新バージョンは、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