Skip to content

Ventee mobile application

License

Notifications You must be signed in to change notification settings

ventee-app/ventee-mobile

Repository files navigation

Ventee

Ventee

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

Required device resources

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

Deploy

git clone https://github.com/ventee-app/ventee-mobile
cd ./ventee-mobile
nvm use 16
npm i

Websockets server URL

A constants/backend-url.ts file stores Websockets server URL and is required, see constants/backend-url.example.ts for the reference

Launch

npm start

Run emulators:

npm run android
npm run ios

License

MIT