Mobile applications for the TAILS capstone project.
This repository contains two separate mobile projects:
MobileApp-ExpoGo-UI/: Expo / React Native UI appMobileApp-AndroidStudio-BLE/: Native Android BLE app (plus ESP32 test server sample)
MobileApp/
├── MobileApp-ExpoGo-UI/ # Expo (React Native) UI app
├── MobileApp-AndroidStudio-BLE/ # Android Studio BLE app
└── docs/
└── images/ # Screenshots used in this README
- Expo / React Native
expo-linear-gradient
- Native Android
- Bluetooth Low Energy (BLE)
- Google Maps SDK
Login
|
Create Account
|
Home (iOS)
|
Home (Android)
|
History
|
Settings
|
cd MobileApp-ExpoGo-UI
npm install
npx expo start- Open
MobileApp-AndroidStudio-BLE/in Android Studio - Sync Gradle
- Build & run on an Android device
MIT License. See LICENSE.






