issues
search
jjPlusPlus
/
bringme-react-native
A scavenger hunt game using React Native and MLKit
0
stars
1
forks
source link
Start match
#31
Closed
jjPlusPlus
closed
12 months ago
jjPlusPlus
commented
1 year ago
It's not perfect, but...
Fixes the "leave match" functionality (and the back button) a bit
Splits "Join Match" screen into it's own screen component (to prevent unnecessary re-renders and data fetching/subs)
Adds a new MatchUtils hook (useMatchData) to handle data manipulation from supabase
The host can now start the match from the lobby once the min_players have been reached
Updates the start_match edge function to set the first round leader
Sets up the base for the Match screen
It's not perfect, but...