Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rak3n/SecuritySttream

an Alfred Camera like solution for motion detection and streaming based on react-native
https://github.com/rak3n/SecuritySttream

Last synced: 12 days ago
JSON representation

an Alfred Camera like solution for motion detection and streaming based on react-native

Awesome Lists containing this project

README

        

# Installation:

1. install react-native via npm command: npm install to install all dependencies of the project.

2. Confirm react-native installation using react-native info command.


# To start the application in live mode:
* run npm script with an adb device connected

* For android: npm run android

* For IOS: npm run ios


# Building for release:
* Refer the following link: https://reactnative.dev/docs/signed-apk-android


# Troubleshoot / Debuging over android:
* try to run react-native doctor, to Diagnose and fix common Node.js, iOS, Android & React Native issues.
* refer to logs using react-native log-android command.