From c12b69e1d346d67a260d903bd72579b41ca7c386 Mon Sep 17 00:00:00 2001 From: fancydevpro <41801970+fancydevpro@users.noreply.github.com> Date: Thu, 11 Jul 2019 23:10:19 +0300 Subject: [PATCH] fix container style --- src/CountryCodeList.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/CountryCodeList.js b/src/CountryCodeList.js index 6cc3f60..1859652 100644 --- a/src/CountryCodeList.js +++ b/src/CountryCodeList.js @@ -118,8 +118,9 @@ class CountryCodeList extends React.Component { const styles = StyleSheet.create({ container: { - marginTop: 63, - flex: 1 + paddingTop: 63, + flex: 1, + backgroundColor: 'white', }, sectionHeader: { justifyContent: 'center',