Owner: Lewis Gray Status: Active Development
RPP Auto is a comprehensive mobile application designed for vehicle diagnostics, maintenance scheduling, and mechanic connection.
- App Config:
app.json(Managed by Expo Prebuild) - Build Config:
eas.json(Managed by EAS CLI) - Assets: Located in
/assetsfolder.
- Development (APK):
eas build --platform android --profile development
- Production (AAB):
eas build --platform android --profile production