## Notes
- Moved away from old dropdown menu that didn’t support Fabric architecture
- Change existing components to use `react-native-picker-select`
- Figure out splash screen
- Get restaurant categories
- Revisit Uber Eats Scraper API
- Database
- [x] Decide how the API and UI will interact; [[Restaurant Swipe User Workflow]]
- UI should just provide parameters for creating a match game
- App Storage & local state management
- [x] [[Legend State]]
- Uses `Async Storage` for local persistence
- Add some kind of persistence for `session` so that it can be available everywhere
## Reading
I’m reading a Legend State Supabase tutorial and I got reminded of a few things
- Can just call TypeScript types from Dayabase.types
- Use FlatList from react native
- Use observer to wrap components
- Get the type for the database table using typeof
## Reading
I’m reading a Legend State Supabase tutorial and I got reminded of a few things
- Can just call TypeScript types from Dayabase.types
- Use FlatList from react native
- Use observer to wrap components
- Get the type for the database table using typeog