Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
0517356
GL PROJ
Commits
d97d75b4
Commit
d97d75b4
authored
Jun 20, 2021
by
7056117
Browse files
Contact
parent
21d2a618
Changes
1
Hide whitespace changes
Inline
Side-by-side
TraCloSo/scr/Contact.js
View file @
d97d75b4
...
...
@@ -4,7 +4,7 @@ import { NavigationContainer } from '@react-navigation/native';
import
{
createBottomTabNavigator
}
from
'
@react-navigation/bottom-tabs
'
;
import
{
MaterialCommunityIcons
}
from
'
@expo/vector-icons
'
;
import
{
SafeAreaView
}
from
'
react-native-safe-area-context
'
;
import
Icon
from
"
react-native-vector-icons/
A
nt
Design
"
;
import
Icon
from
"
react-native-vector-icons/
E
nt
ypo
"
;
//view for the Contact screen
export
default
function
Contact
(
{
navigation
})
{
...
...
@@ -18,22 +18,24 @@ export default function Contact( {navigation}) {
<
Text
>
back
<
/Text
>
<
/TouchableOpacity
>
<
View
style
=
{
style
.
Row
}
>
<
Icon
name
=
'
phone
'
size
=
{
30
}
style
=
{
style
.
Icons
}
/
>
<
Text
>+
31
6
12345678
<
/Text
>
<
Icon
name
=
'
phone
'
size
=
{
25
}
/
>
<
Text
style
=
{
style
.
Space
}
>+
31
6
12345678
<
/Text
>
<
/View
>
<
View
style
=
{
style
.
Row
}
>
<
Text
>
tracloso
@
gmail
.
com
<
/Text
>
<
Icon
name
=
'
email
'
size
=
{
25
}
/
>
<
Text
style
=
{
style
.
Space
}
>
tracloso
@
gmail
.
com
<
/Text
>
<
/View
>
<
View
style
=
{
style
.
Row
}
>
<
Icon
name
=
'
twitter
'
size
=
{
30
}
style
=
{
style
.
Icons
}
/
>
<
Text
>
@
tracloso
<
/Text
>
<
Icon
name
=
'
twitter
'
size
=
{
25
}
/
>
<
Text
style
=
{
style
.
Space
}
>
@
tracloso
<
/Text
>
<
/View
>
<
View
style
=
{
style
.
Row
}
>
<
Text
>
Tracloso
<
/Text
>
<
Icon
name
=
'
facebook
'
size
=
{
25
}
/
>
<
Text
style
=
{
style
.
Space
}
>
Tracloso
<
/Text
>
<
/View
>
<
View
style
=
{
style
.
Row
}
>
<
Icon
name
=
'
instagram
'
size
=
{
30
}
style
=
{
style
.
Icons
}
/
>
<
Text
>
@
Tracloso
<
/Text
>
<
Icon
name
=
'
instagram
'
size
=
{
25
}
/
>
<
Text
style
=
{
style
.
Space
}
>
@
Tracloso
<
/Text
>
<
/View
>
<
/SafeAreaView>
);
...
...
@@ -74,14 +76,14 @@ const style = StyleSheet.create({
}
})
},
Icons
:
{
color
:
'
#000000
'
,
},
Row
:
{
flexDirection
:
'
row
'
,
justifyContent
:
'
space-between
'
,
width
:
'
40%
'
,
margin
:
10
,
marginLeft
:
25
,
},
Space
:
{
marginLeft
:
10
,
marginTop
:
5
,
fontSize
:
15
,
},
})
\ 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