rak3n / SecuritySttream

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:


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.

About

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


Languages

Language:JavaScript 53.9%Language:Java 40.7%Language:Objective-C 3.9%Language:Ruby 0.9%Language:Starlark 0.5%