-
Install the expo command line tool and other requirements as specified in the expo official installation documentation
-
Clone the project
git clone https://github.com/GetStream/stream-chat-react-native.git
- Install dependencies
cd stream-chat-react-native/package
make expo-example-deps
- Move to the app directory
cd ../examples/ExpoMessaging
-
Run
-
For iOS
yarn ios
-
For android
yarn android
-