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:
+3
-3
@@ -78,14 +78,14 @@ export const onboarding = [
|
||||
id: 1,
|
||||
title: "The perfect ride is just a tap away!",
|
||||
description:
|
||||
"Your journey begins with Ryde. Find your ideal ride effortlessly.",
|
||||
"Your journey begins with Waseel. Find your ideal ride effortlessly.",
|
||||
image: images.onboarding1,
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Best car in your hands with Ryde",
|
||||
title: "Best car in your hands with Waseel",
|
||||
description:
|
||||
"Discover the convenience of finding your perfect ride with Ryde",
|
||||
"Discover the convenience of finding your perfect ride with Waseel",
|
||||
image: images.onboarding2,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user