React Native Messenger
Facebook Messenger Implementation using react-native. This is a Work in Progress!
Features
React Navigation
React Native Paper
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
yarn
ornpm install
to install dependencies - Run
react-native link
- 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!!!
Sample APK
Download here : Messenger Sample APK v1.1
Screenshots
Active Screen | Groups Screen |
---|---|
Calls Screen | Camera Screen |
---|---|