Rental Application
Marketplace for short-and-long-term homestays
Click Launch Snack to preview on iOS, Android, or Web. To run it on your own device, scan the QR code under the My Device tab — you'll need the free Expo Go app installed on your phone.
Loading preview…
Overview
A rental marketplace listing screen for short- and long-term homestays. The interaction model is browse-and-favorite: tapping a card navigates to detail, tapping the heart triggers haptic feedback and optimistic state update.
You get a fully-typed, production-ready layout with proper safe area handling and image loading states—ready to wire into your own data source and navigation stack.
Use cases
Hospitality & travel apps — the obvious fit. Drop this into onboarding flows to let users browse properties before signup, or as the primary discovery surface in an authenticated dashboard.
Marketplace discovery tabs — works as one tab in a multi-category app (experiences, activities, guides) since the category bar is self-contained and scrollable.
Filter/search results — replace the static LISTINGS array with API-fetched results and it becomes your "results after user filtered by price range or dates" screen.
Wishlist/saved flows — the favorite toggle is already wired to state, so you can easily swap the card styling or add a "view only favorites" mode.