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.
Run the command below in order to install the latest versions of the dependencies
$ npx expo install
$ npx expo start
This build standalone application distributables .
$ eas build --platform android
$ eas build --platform ios
Check out Expo's docs on releasing standalone builds for more info