A mobile application built with Expo and React Native for managing representatives and documents.
- Tab-based Navigation: Intuitive navigation using Expo Router.
- Document Handling: View PDF documents and manage files.
- Custom Styling: Beautiful UI components styled with NativeWind (Tailwind CSS).
- Custom Fonts: Typography enhanced with Licorice and Roboto fonts.
- Splash Screen: Custom splash screen handling.
- Framework: Expo & React Native
- Routing: Expo Router
- Styling: NativeWind (Tailwind CSS)
- Icons: Expo Vector Icons
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a:
- Development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
- app/: Contains the main application code and routing logic.
- components/: Reusable UI components.
- context/: React Context for global state management.
- assets/: Images, fonts, and other static assets.
To learn more about developing your project with Expo, look at the following resources:
- Expo documentation: Learn fundamentals, or go into advanced topics with our guides.
- Learn Expo tutorial: Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.