diff --git a/bob_party/src/screens/GameChoice.tsx b/bob_party/src/screens/GameChoice.tsx index 46508bb..3334c3f 100644 --- a/bob_party/src/screens/GameChoice.tsx +++ b/bob_party/src/screens/GameChoice.tsx @@ -67,13 +67,21 @@ function GameChoice(props: { navigation: any}) { /> + + Rejoindre un match + setMatchId(val)} + onSubmitEditing={(val) => {joinMatch(val)}} + autoCapitalize='none' + returnKeyType="send" + /> + - - Rejoindre un match - setMatchId(val)} onSubmitEditing={(val) => {joinMatch(val)}} autoCapitalize='none' /> - +