Skip to content

A React Native project to clone Facebook Messenger UI.

Notifications You must be signed in to change notification settings

feMoraes0/messenger-clone-ui

Repository files navigation

Obviously you cannot connect the official app and functions with this app. I am completely disappointed that you thought this... tsc, tsc, tsc

The main objective of this project is practise and learn more about React Native benefits and limitations. Many inconsistences can be found when you compare with the original app, as the states of elements that doesn't change with press action or 'internal' screens (and bla, bla, bla...), but I hope that on future I add this type of functionality and all others.

Prints

How to test

To clone and test this project you will need Git and React Native installed on your computer.

# Clone the repository
$ git clone https://github.com/feMoraes0/messenger-clone-ui.git

# Go into the new folder
$ cd messenger-clone-ui

# Install the packages
$ npm install

# Run the project on android
$ react-native run-android

# Or run on iOS
$ react-native run-ios