Update layout for smaller phones
This commit is contained in:
parent
4b2d3b8b32
commit
586fd54aed
2 changed files with 3 additions and 3 deletions
|
@ -116,7 +116,7 @@ export default function HomeScreen() {
|
|||
nextComponent={
|
||||
<ThemedIcon size={28} name="chevron-forward"/>
|
||||
}
|
||||
weekdays={[ "Zo", "Ma", "Di", "Woe", "Do", "Vrij", "Zat" ]}
|
||||
weekdays={[ "Ma", "Di", "Woe", "Do", "Vrij", "Zat", "Zo" ]}
|
||||
months={[
|
||||
"Januari",
|
||||
"Februari",
|
||||
|
|
|
@ -161,11 +161,11 @@ const styles = StyleSheet.create( {
|
|||
},
|
||||
mapContainer: {
|
||||
marginTop: 15,
|
||||
height: 400,
|
||||
height: Dimensions.get( 'window' ).height / 3,
|
||||
},
|
||||
map: {
|
||||
width: Dimensions.get( 'window' ).width,
|
||||
height: 400,
|
||||
height: Dimensions.get( 'window' ).height / 3,
|
||||
flex: 1,
|
||||
},
|
||||
listContainer: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue