Rebrand to Waseel, swap Stripe for Areeba, add phone-ready auth and DB seed
- Rename app: Waseel (name, slug, scheme waseel://, com.waseel.app ids, splash) - Payments: replace Stripe with Areeba hosted checkout (create/verify API routes, lib/areeba.ts, WebBrowser-based payment flow) - Maps: migrate address autocomplete to Places API (New), drop legacy library - Web support: map stub for web (native maps are iOS/Android only) - Auth: keep email + Google OAuth; fix OAuth redirect for Expo Go - Add scripts/seed-db.mjs (schema + Lebanese driver seed) - Pin Expo SDK 51 compatible package versions
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"expo": {
|
||||
"name": "Ryde",
|
||||
"description": "Find your perfect ride with Ryde.",
|
||||
"name": "Waseel",
|
||||
"description": "Find your perfect ride with Waseel.",
|
||||
"githubUrl": "https://github.com/sanidhyy/uber-clone",
|
||||
"slug": "Ryde",
|
||||
"slug": "waseel",
|
||||
"version": "1.0.0",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/images/icon.png",
|
||||
"scheme": "ryde",
|
||||
"scheme": "waseel",
|
||||
"userInterfaceStyle": "automatic",
|
||||
"splash": {
|
||||
"image": "./assets/images/splash.png",
|
||||
@@ -16,14 +16,14 @@
|
||||
},
|
||||
"ios": {
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "com.sanidhyy.Ryde"
|
||||
"bundleIdentifier": "com.waseel.app"
|
||||
},
|
||||
"android": {
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/images/adaptive-icon.png",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"package": "com.sanidhyy.Ryde"
|
||||
"package": "com.waseel.app"
|
||||
},
|
||||
"web": {
|
||||
"bundler": "metro",
|
||||
@@ -44,9 +44,6 @@
|
||||
"extra": {
|
||||
"router": {
|
||||
"origin": "https://example.com/"
|
||||
},
|
||||
"eas": {
|
||||
"projectId": "fe645595-95a5-45b2-825d-aa6a0ddb2b9c"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user