diff --git a/components/club-selector.tsx b/components/club-selector.tsx index 3f77d125..99acf649 100644 --- a/components/club-selector.tsx +++ b/components/club-selector.tsx @@ -215,6 +215,7 @@ const ClubSelector = ({navigation, route}) => { }} value={searchText} onChangeText={onChangeTextDebounced} + autoFocus={true} /> {searchText !== "" && { textAlign: 'center' }} > - You haven't joined any clubs + Start typing to search for clubs to join... } diff --git a/components/profile-tab.tsx b/components/profile-tab.tsx index 613e49c6..f7560d0a 100644 --- a/components/profile-tab.tsx +++ b/components/profile-tab.tsx @@ -355,6 +355,17 @@ const Options = ({navigation, data}) => { setting={clubsSetting} noSettingText="None" /> + + When you join a club, mutual members will be shown to you first in + search results + General Settings {