From 0697b2d49a7ed3d952e81c3b620d727e7f099ba2 Mon Sep 17 00:00:00 2001 From: shubham Date: Wed, 8 May 2024 14:22:49 +0530 Subject: [PATCH] AddContact: dont scroll header along with the content --- views/Settings/AddContact.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/views/Settings/AddContact.tsx b/views/Settings/AddContact.tsx index aaf228ad3..13cac4eed 100644 --- a/views/Settings/AddContact.tsx +++ b/views/Settings/AddContact.tsx @@ -450,27 +450,27 @@ export default class AddContact extends React.Component< }} behavior={Platform.OS === 'ios' ? 'padding' : undefined} > +
+ + + + } + containerStyle={{ + borderBottomWidth: 0 + }} + navigation={navigation} + /> -
- - - - } - containerStyle={{ - borderBottomWidth: 0 - }} - navigation={navigation} - />