Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.52 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.52 KB

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