Commit 795cf8b4 by jhrabal

radegast

parent 4f5c54ee
......@@ -115,7 +115,7 @@ class App extends React.PureComponent {
return (
<View style={styles.container}>
<StatusBar hidden />
<Image source={ require('./assets/bg.jpg') } style={ styles.bg } imageStyle={{ resizeMode: 'stretch' }}/>
<Image source={ require('./assets/bg.jpg') } style={ styles.bg }/>
<View style={styles.ratingsContainer}>
{ buttons }
</View>
......@@ -149,13 +149,14 @@ const styles = EStyleSheet.create({
bg: {
width: '100%',
height: '100%',
position: 'absolute'
position: 'absolute',
resizeMode: 'stretch'
},
ratingsContainer: {
position: 'absolute',
left: 0,
top: '32%',
top: '34%',
width: '100%',
flexDirection: 'row',
alignItems: 'flex-start',
......
......@@ -23,6 +23,9 @@
],
"ios": {
"supportsTablet": true
},
"android": {
"package": "com.janhrabal.radegast.RadegastZona"
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment