https://github.com/doriclaudino/react-native-openbridges
https://github.com/doriclaudino/react-native-openbridges
firebase-realtime google-maps-api react-native typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/doriclaudino/react-native-openbridges
- Owner: doriclaudino
- Created: 2019-02-14T19:52:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:14:08.000Z (over 3 years ago)
- Last Synced: 2025-10-27T22:47:22.943Z (8 months ago)
- Topics: firebase-realtime, google-maps-api, react-native, typescript
- Language: TypeScript
- Size: 2.08 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open Bridges Open?👍 Close?👎
## Screenshots



## Project Setup
Project to track the DrawBridges status (up/down)
1. Run
1. Enter the project folder
2. connect your device _using usb debug mode_ or a Virtual Device.
3. react-native run-__
1) Open on your device
1. using devTools link
1. Open the DevTools url, something like: `Expo DevTools is running at http://localhost:19002`
2. press press run on Android Device/Simulator
# Debugging
- install:
- yarn global add react-devtools
* usefull commands:
- use toggle inspector (in app)
- remote JS debugging
- react-devtools and Ctrl Shift I on Windows opened URL
- adb shell input keyevent 82 `(send the options to the phone or shake)`
- adb logcat \*:S ReactNative:V ReactNativeJS:V
- react-native log-ios
- react-native log-android
- react-devtools
- adb shell am start -n packagename/.MainActivity `(reopen the app)`
- adb shell input text "word" `usefull when retype from pc`
- npm start -- --reset-cache `reset cache`
- adb reverse tcp:8081 tcp:8081 `force the reverse connection from phone-pc`
- inside android run ./gradlew assembleRelease
- release commands:
- cd android && ./gradlew assembleRelease
- output /android/app/build/outputs/apk/release/app-release.apk
- react-native run-android --variant=release
for more:
https://facebook.github.io/react-native/docs/debugging