Facebook Messenger Implementation using react-native. This is a Work in Progress!
Platform | Build Status (Master) |
---|---|
Android | |
iOS |
- React Navigation
- Redux
- Redux Saga
- React Native Paper
- Lottie React Native
- React Native Camera
- React Native Vector Icons
- Jest
- Eslint (Airbnb config)
- Node v8.10 (it is recommended to install it via NVM)
- Yarn
- A development machine set up for React Native by following these instructions
- Clone this repo,
git clone https://github.com/victorkvarghese/react-native-messenger.git
- Go to project's root directory,
cd <your project name>
- Run
yarn
ornpm install
to install dependencies - Connect a mobile device to your development machine
- Run the test application:
- On Android:
- Run
react-native run-android
- Run
- On iOS:
- Open
ios/Messenger.xcodeproj
in Xcode - Hit
Run
after selecting the desired device
- Open
- Enjoy!!!
https://medium.com/@victorvarghese/building-facebook-messenger-clone-in-react-native-6d0f77bcd926
Download here : Messenger Sample APK v1.2 - Updated facebook reactions
Active Screen | Groups Screen |
---|---|
Calls Screen | Camera Screen |
---|---|
PRs are welcome.