https://github.com/peterdee/deepseen-mobile
A mobile application for Deepseen project
https://github.com/peterdee/deepseen-mobile
deepseen expo react-native socket-io typescript websockets
Last synced: 2 months ago
JSON representation
A mobile application for Deepseen project
- Host: GitHub
- URL: https://github.com/peterdee/deepseen-mobile
- Owner: peterdee
- License: mit
- Created: 2020-12-11T19:25:53.000Z (over 5 years ago)
- Default Branch: stage
- Last Pushed: 2021-02-09T06:48:47.000Z (over 5 years ago)
- Last Synced: 2025-06-03T14:16:48.155Z (about 1 year ago)
- Topics: deepseen, expo, react-native, socket-io, typescript, websockets
- Language: TypeScript
- Homepage:
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## deepseen-mobile
Mobile application for the [Deepseen](https://github.com/peterdee/deepseen-desktop) project
This application is used as a remote control for the Deepseen desktop application
Stack: [React Native](https://reactnative.dev), [Redux](https://redux.js.org), [Expo](https://expo.io), [Socket.IO](https://socket.io), [Typescript](https://www.typescriptlang.org)
### Deploy
```shell script
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:
```shell script
yarn start
```
Android emulator:
```shell script
yarn android
```
iOS emulator:
```shell script
yarn ios
```
### License
[MIT](LICENSE)