Skip to content

A mobile application for Deepseen project

License

Notifications You must be signed in to change notification settings

peterdee/deepseen-mobile

Repository files navigation

deepseen-mobile

Mobile application for the Deepseen project

This application is used as a remote control for the Deepseen desktop application

Stack: React Native, Redux, Expo, Socket.IO, Typescript

Deploy

git clone https://github.com/peterdee/deepseen-mobile
cd ./deepseen-mobile
nvm use 14
npm i -g expo-cli yarn
yarn

Launch

Run on a device via the Expo application:

yarn start

Android emulator:

yarn android

iOS emulator:

yarn ios

License

MIT