Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.48 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.48 KB

SocialBay

A cross-platform mobile application that allows user to match and like eact other's profile and then chat. Implemented an algorithm to detect matches

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