Event Hotspot
Event hotspots showing artists and events going on in an area
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
Event Hotspot is a browsable event discovery interface that displays live music events in a geographic area, organized by genre and relevance. The screen renders a horizontal carousel of event cards (using FlatList with scrollEventThrottle), a horizontal category filter strip, and an artist spotlight section below. It's built around the interaction model of swiping through cards to preview events, tapping to drill down, and filtering by genre or time.
The component manages local state for the active category filter and responds to user selection via animated card transforms and haptic feedback on interaction. It's designed as a mid-flow screen—typically the entry point after onboarding or a destination from a nav tab.
Use Cases
Music/Event Discovery Apps: The primary fit is any app that surfaces concerts, club nights, or festivals to users. Works well as a dedicated "Discover" or "Explore" tab in ticketing platforms or music community apps.
Location-Based Social Apps: If your app aggregates what's happening nearby (nightlife, cultural events, artist tours), this screen provides an intuitive way to browse by area and genre simultaneously.
Artist-Centric Platforms: Use it as a secondary discovery surface for fans looking for live performances by their favorite artists, with the artist spotlight section providing quick access to trending performers.
Festival/Venue Apps: Venues and festivals can use this as a "What's On" board, filtering by event type and date.