Features
Every screen in the app, one page per area — the five tabs, the detail stacks, the filter sheets, the tools, and the account surface.
src/app is Expo Router, so the file tree is the screen list. Everything sits
under (main), and the groups inside it are the app's own vocabulary.
The tabs
Matches
Fixtures and live scores, and the tab most sessions start in.
Picks
The value board, and one pick's reasoning.
Screener
Props, filtered — the deepest filter surface in the app.
Trends
Recent hit-rate streaks, for players and teams.
StatsHub
The home surface, and the boards the website does not have.
Everything behind them
Detail screens
One fixture, team, player, league, referee or prop.
Filters and saved views
Every filter is a route, and a setup can be named and reopened.
Tools
Prop Hunter as a wizard, the screener's sub-screens, and the browsers.
Widgets and reminders
Home-screen widgets and match reminders — the app outside the app.
Account and paywall
Onboarding, sign-in, entitlements, and what happens at the gate.
Parity with the website
Parity is the page-by-page comparison against statshub.com, checked against the live site — including the five boards this app has that the website does not.