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
5 years ago
by
jhrabal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
radegast
parent
4f5c54ee
Hide 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 {
...
@@ -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
:
'3
2
%'
,
top
:
'3
4
%'
,
width
:
'100%'
,
width
:
'100%'
,
flexDirection
:
'row'
,
flexDirection
:
'row'
,
alignItems
:
'flex-start'
,
alignItems
:
'flex-start'
,
...
...
This diff is collapsed.
Click to expand it.
mobile/app.json
View file @
795cf8b4
...
@@ -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
This diff is collapsed.
Click to expand it.
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