A security application developed for Haaga-Helia University of Applied Sciences.
- TypeScript
- React Native
- Expo - Development platform and tools
- Expo Router - File-based navigation system
- Node.js (v18 or higher)
- npm or yarn
- Expo CLI
- iOS Simulator (for iOS development)
- Android Studio (for Android development)
-
Clone the repository
git clone <repository-url> cd turva-front
-
Install dependencies
npm install
-
Run tests
npm test -
Start the development server
npx expo start
In the output, you'll find options to open the app in:
- Development build
- Android emulator
- iOS simulator
- Expo Go - Limited sandbox for testing
- Tab Navigation: Bottom tabs for main app sections
- Drawer Navigation: Nested drawer in the Home tab
- Stack Navigation: Root navigation container
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.