aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-18 19:41:29 -0400
committerIvan Chen <ivan@tagg.id>2021-03-18 19:41:29 -0400
commit9a7e34bf992e0bfa3b9ce7d83643d97fad209e6e (patch)
treec0de8b25ca53a32094e542c74bd2ecf54439c817 /src
parentccd7d12fa20591b19ac8c8df0c9146740667f90f (diff)
disable scroll
Diffstat (limited to 'src')
-rw-r--r--src/screens/profile/InviteFriendsScreen.tsx2
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}) => (