Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rak3n/SecuritySttream
- Owner: rak3n
- Created: 2021-08-12T08:27:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-13T11:43:37.000Z (about 3 years ago)
- Last Synced: 2024-08-01T16:46:29.674Z (3 months ago)
- Language: JavaScript
- Size: 305 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 runreact-native doctor
, to Diagnose and fix common Node.js, iOS, Android & React Native issues.
* refer to logs usingreact-native log-android
command.