react-native-messenger
                                
                                 react-native-messenger copied to clipboard
                                
                                    react-native-messenger copied to clipboard
                            
                            
                            
                        Facebook Messenger Implementation using react-native
🚀 React Native Messenger
Facebook Messenger Implementation using react-native. This is a Work in Progress!
UPDATE:
Build Status
| Platform | Build Status (Master) | 
|---|---|
| Android | |
| iOS | 
Features
- React Navigation
- Redux
- Redux Saga
- React Native Paper
- Lottie React Native
- React Native Camera
- React Native Vector Icons
- Jest
- Eslint (Airbnb config)
Prerequisites
- Node v8.10 (it is recommended to install it via NVM)
- Yarn
- A development machine set up for React Native by following these instructions
Getting Started
- Clone this repo, git clone https://github.com/victorkvarghese/react-native-messenger.git
- Go to project's root directory, cd <your project name>
- Run yarnornpm installto 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.xcodeprojin Xcode
- Hit Runafter selecting the desired device
 
- Open 
- Enjoy!!!
Read More
https://medium.com/@victorvarghese/building-facebook-messenger-clone-in-react-native-6d0f77bcd926
Sample APK
Download here : Messenger Sample APK v1.2 - Updated facebook reactions
Screenshots
| Active Screen | Groups Screen | 
|---|---|
|  |  | 
| Calls Screen | Camera Screen | 
|---|---|
|  |  | 

Contributing
PRs are welcome.