Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 2.05 KB

README.md

File metadata and controls

57 lines (41 loc) · 2.05 KB

Whatsapp+AI

Cloned the social media application called Whatsapp. Integrated user display picture, 1v1 chat with stored contacts, media attachments such as pictures, 1v1 video call, and Ai chat.

Recommended IDE Setup

Project Setup

Install

Run the command below in order to install the latest versions of the dependencies

$ npx expo install

Development

$ npx expo start

Build

This build standalone application distributables .

For android

$ eas build --platform android

For ios

$ eas build --platform ios

Check out Expo's docs on releasing standalone builds for more info

Gallery