disable bounces
This commit is contained in:
@@ -129,7 +129,9 @@ export function GetContacts({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<View style={[a.h_full]}>
|
<View style={[a.h_full]}>
|
||||||
<Layout.Content contentContainerStyle={[gutters, a.flex_1, a.pt_xl]}>
|
<Layout.Content
|
||||||
|
contentContainerStyle={[gutters, a.flex_1, a.pt_xl]}
|
||||||
|
bounces={false}>
|
||||||
<Text style={[a.font_bold, a.text_3xl]}>
|
<Text style={[a.font_bold, a.text_3xl]}>
|
||||||
<Trans>Share Your Contacts to Find Friends</Trans>
|
<Trans>Share Your Contacts to Find Friends</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user