diff options
-rw-r--r-- | src/screens/profile/InviteFriendsScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/InviteFriendsScreen.tsx b/src/screens/profile/InviteFriendsScreen.tsx index 06e98b90..d1142b7f 100644 --- a/src/screens/profile/InviteFriendsScreen.tsx +++ b/src/screens/profile/InviteFriendsScreen.tsx @@ -113,8 +113,8 @@ const InviteFriendsScreen: React.FC<InviteFriendsScreenProps> = ({ const UsersFromContacts = () => ( <> <FlatList - style={{maxHeight: SCREEN_HEIGHT * 0.2}} showsVerticalScrollIndicator={false} + scrollEnabled={false} data={results.usersFromContacts} keyExtractor={(item) => item.username} renderItem={({item}) => ( |