Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2021-090 frontend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
2021-090
2021-090 frontend
Commits
92df6d39
Commit
92df6d39
authored
Oct 07, 2021
by
IT18111170-Silva S.H.I
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: About us page basic
parent
460773c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
screen/AboutUs.js
screen/AboutUs.js
+5
-6
No files found.
screen/AboutUs.js
View file @
92df6d39
...
...
@@ -10,7 +10,7 @@ export function AboutUs({ navigation }) {
//to diable the yellow box warning on the simulator
return
(
<
SafeAreaView
style
=
{{
flex
:
1
,
color
:
'
yellow
'
}}
>
//
<SafeAreaView style={{flex: 1, color: 'yellow'}}>
<
View
style
=
{
styles
.
container
}
>
<
ImageBackground
source
=
{
require
(
'
../assets/gamification.jpg
'
)}
style
=
{
styles
.
images
}
>
...
...
@@ -42,7 +42,7 @@ export function AboutUs({ navigation }) {
<
/Text
>
<
/ImageBackground
>
<
/View
>
<
/SafeAreaView
>
//
</SafeAreaView>
);
}
...
...
@@ -63,10 +63,9 @@ const styles = StyleSheet.create({
marginLeft
:
8
},
container
:
{
marginTop
:
15
,
marginLeft
:
10
,
marginRight
:
10
,
backgroundColor
:
'
gray
'
backgroundColor
:
'
gray
'
,
justifyContent
:
"
center
"
},
topic
:
{
...
...
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