Mobile application for PhytoVigil, developed with React Native (Expo).
It allows users to:
cd PhytoVigil/mobile
npm install
npx expo install
npx expo start
npx expo start --tunnel
Scan the QR code with the Expo Go app on your phone.
/mobile
├── App/
│ └── index.tsx
│ └── tabs/ # Pages: Home, scanner, account, History...
├── components/ # Reusable UI
├── services/ # API calls (auth, analysis, user)
├── storage/ # SQLite & AsyncStorage management
└── utils/ # Utility functions (formatting, date...)
├── assets/ # Images, icons, style
├── tailwibd.config.js
├── App.json
└── README.md
This project is under the Apache 2.0 license.
Badie Bahida – @badie16
2025 Internship – Project: 🌿 PhytoVigil