Commit 795cf8b4 by jhrabal

radegast

parent 4f5c54ee
...@@ -115,7 +115,7 @@ class App extends React.PureComponent { ...@@ -115,7 +115,7 @@ class App extends React.PureComponent {
return ( return (
<View style={styles.container}> <View style={styles.container}>
<StatusBar hidden /> <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}> <View style={styles.ratingsContainer}>
{ buttons } { buttons }
</View> </View>
...@@ -149,13 +149,14 @@ const styles = EStyleSheet.create({ ...@@ -149,13 +149,14 @@ const styles = EStyleSheet.create({
bg: { bg: {
width: '100%', width: '100%',
height: '100%', height: '100%',
position: 'absolute' position: 'absolute',
resizeMode: 'stretch'
}, },
ratingsContainer: { ratingsContainer: {
position: 'absolute', position: 'absolute',
left: 0, left: 0,
top: '32%', top: '34%',
width: '100%', width: '100%',
flexDirection: 'row', flexDirection: 'row',
alignItems: 'flex-start', alignItems: 'flex-start',
......
...@@ -23,6 +23,9 @@ ...@@ -23,6 +23,9 @@
], ],
"ios": { "ios": {
"supportsTablet": true "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