Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
radegast
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jan Hrabal
radegast
Commits
795cf8b4
Commit
795cf8b4
authored
Jul 10, 2019
by
jhrabal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
radegast
parent
4f5c54ee
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
App.js
mobile/App.js
+4
-3
app.json
mobile/app.json
+4
-0
No files found.
mobile/App.js
View file @
795cf8b4
...
...
@@ -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
:
'3
2
%'
,
top
:
'3
4
%'
,
width
:
'100%'
,
flexDirection
:
'row'
,
alignItems
:
'flex-start'
,
...
...
mobile/app.json
View file @
795cf8b4
...
...
@@ -23,6 +23,9 @@
],
"ios"
:
{
"supportsTablet"
:
true
},
"android"
:
{
"package"
:
"com.janhrabal.radegast.RadegastZona"
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment