Skip to content
Snippets Groups Projects

create lobby by community list

Merged GOEPP THOMAS requested to merge feature/137-create-lobby-by-community-list into develop
Compare and
3 files
+ 4
4
Preferences
Compare changes
Files
3
@@ -108,7 +108,7 @@ export default function Lobby({navigation, route}: Props) {
const onLeavePressed = () => {
navigation.navigate("Multiplayer");
navigation.navigate("TabNavigator");
};
const onPlayPressed = () => {
@@ -116,7 +116,7 @@ export default function Lobby({navigation, route}: Props) {
};
const onCancelPressed = () => {
navigation.navigate("Multiplayer");
navigation.navigate("TabNavigator");
};
const onInvitePressed = () => {