Changed Styles and Screen Size for Mobile Device #59
@ -89,9 +89,12 @@ const IndexScreen: React.FC = () => {
|
|||||||
return (
|
return (
|
||||||
<PokerAppUi darkMode={lightGrayMode}>
|
<PokerAppUi darkMode={lightGrayMode}>
|
||||||
<ScrollView
|
<ScrollView
|
||||||
style={styles.scrollView}
|
/*style={styles.scrollView}
|
||||||
contentContainerStyle={styles.scrollViewContent}
|
contentContainerStyle={styles.scrollViewContent}*/
|
||||||
|
style={{ flex: 1 }}
|
||||||
|
contentContainerStyle={{ paddingHorizontal: 15, paddingBottom: 30 }}
|
||||||
>
|
>
|
||||||
|
{isSettingsVisible && (
|
||||||
<Section
|
<Section
|
||||||
title={i18n.t("appearance")}
|
title={i18n.t("appearance")}
|
||||||
iconName={"brightness-4"}
|
iconName={"brightness-4"}
|
||||||
@ -107,6 +110,7 @@ const IndexScreen: React.FC = () => {
|
|||||||
darkMode={lightGrayMode}
|
darkMode={lightGrayMode}
|
||||||
/>
|
/>
|
||||||
</Section>
|
</Section>
|
||||||
|
)}
|
||||||
|
|
||||||
{isSettingsVisible && (
|
{isSettingsVisible && (
|
||||||
<Section
|
<Section
|
||||||
|
Loading…
Reference in New Issue
Block a user