This project is a clone of the messages screen from WhatsApp, built using React Native and Expo CLI. It allows you to recreate the look and feel of WhatsApp's messaging interface in your own applications.
Watch a video preview.
To get started with this project, follow these steps:
git clone https://github.com/younes-ammari/whatsapp-clone-messages-screen.git
npm install
Run on iOS simulator
npm run ios
Run on Android simulator/device
npm run android
Run on web
npm run web
This project uses:
- React - a JavaScript library for building user interfaces
- React Native - a framework for building native apps using React
- Expo - a framework and a platform for universal React applications