From 67da5275bce1ca1cd1e74e922e61c71912429705 Mon Sep 17 00:00:00 2001 From: Sacha Froment Date: Mon, 4 Feb 2019 12:54:58 +0100 Subject: [PATCH] fix(android): android default tab size up to fit most of the android Signed-off-by: Sacha Froment --- .../react-native/common/components/Library/ContactIdentity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/react-native/common/components/Library/ContactIdentity.js b/client/react-native/common/components/Library/ContactIdentity.js index 35fc1e245b..d15a8350ee 100644 --- a/client/react-native/common/components/Library/ContactIdentity.js +++ b/client/react-native/common/components/Library/ContactIdentity.js @@ -88,7 +88,7 @@ const ContactIdentity = ({ data }) => <> {data.displayName} + style={{ marginLeft: 15, marginRight: 15, marginBottom: 8, height: Platform.OS === 'android' ? 350 : undefined }}> {}