Ventee is a mobile application that is used to transfer stored contacts between devices
Contacts transferring is done via the proxy Websockets server that does not store any contacts information or information about the connected clients
Stack: Expo, React Native, Typescript
Application asks user to provide an access to contacts (to be able to parse the stored contacts when transferring to another device) and an access to the camera (when receiving the contacts from another device)
Internet connection is required
git clone https://github.com/ventee-app/ventee-mobile
cd ./ventee-mobile
nvm use 16
npm i
A constants/backend-url.ts
file stores Websockets server URL and is required, see constants/backend-url.example.ts for the reference
npm start
Run emulators:
npm run android
npm run ios