This project is an example of developing mobile applications, in a cross-platform approach, using React Native.
This React Native project is built with Expo. So make sure the prerequisites are already installed before running this project.
First of all, make sure you have the following installed in your dev environment:
Follow the steps below to install and run the project on your device:
- Clone this repository by running
git clone https://github.com/hanibhat/reactnative-whatsapp-clone.git
. - Open a terminal at the root directory.
- Run
yarn install
to install dependencies. - Run
yarn start
to build the app and launch the devtools. - Click
a
on the terminal to run the app on the Android emulator, or scan the QR code to run it on your mobile device (Expo app is required). - Play around!