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

https://github.com/ahmetakgog/helpbeaconv2

This is an app developed with React Native, Firebase and ArduinoBLE TinyGPS++ libraries. Used components: GPS module (i used neo), microcontroller, a switch and finally a battery. Project aims to help people in distress with help of this app and the circuit we built.
https://github.com/ahmetakgog/helpbeaconv2

arduino-library emergency-response microcontroller-programming react-native-app webview

Last synced: about 2 months ago
JSON representation

This is an app developed with React Native, Firebase and ArduinoBLE TinyGPS++ libraries. Used components: GPS module (i used neo), microcontroller, a switch and finally a battery. Project aims to help people in distress with help of this app and the circuit we built.

Awesome Lists containing this project

README

          

###NOTE### project.json and google-service.json not included

npm install

npx react-native run-android

If some of the libraries make trouble
go -> node_modules/specificlibrary/android/build.gradle

Add this line

buildFeatures {
buildConfig true
}

in to the files *android{}* block.
Also, if the same library makes trouble again, add their namespace in *android{}* block again if it doesn't exist already.