Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
InvestCustomer
Overview
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
1
Merge Requests
1
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
Giang Tran
InvestCustomer
Commits
10693ae6
Commit
10693ae6
authored
3 years ago
by
Giang Tran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update code
parent
21073c40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
GeneralInfor.js
src/Screens/Menu/Profile/Tab/GeneralInfor.js
+12
-5
No files found.
src/Screens/Menu/Profile/Tab/GeneralInfor.js
View file @
10693ae6
...
...
@@ -83,7 +83,7 @@ const GeneralInfor = (props) => {
<
AppText
i18nKey
=
{
'Fullname'
}
style
=
{
styles
.
txtTitle
}
><
/AppText
>
<
/View
>
<
View
style
=
{
styles
.
wrapRight
}
>
<
Text
style
=
{
styles
.
txt
Title
}
>
{
props
.
user
.
fullname
}
<
/Text
>
<
Text
style
=
{
styles
.
txt
Right
}
>
{
props
.
user
.
fullname
}
<
/Text
>
<
/View
>
<
/View
>
<
View
style
=
{
styles
.
wrapItem
}
>
...
...
@@ -91,7 +91,7 @@ const GeneralInfor = (props) => {
<
Text
style
=
{
styles
.
txtTitle
}
>
Email
<
/Text
>
<
/View
>
<
View
style
=
{
styles
.
wrapRight
}
>
<
Text
style
=
{
styles
.
txt
Title
}
>
{
props
.
user
.
email
}
<
/Text
>
<
Text
style
=
{
styles
.
txt
Right
}
>
{
props
.
user
.
email
}
<
/Text
>
<
/View
>
<
/View
>
<
View
style
=
{
styles
.
wrapItem
}
>
...
...
@@ -99,7 +99,7 @@ const GeneralInfor = (props) => {
<
AppText
i18nKey
=
{
'Birth'
}
style
=
{
styles
.
txtTitle
}
><
/AppText
>
<
/View
>
<
View
style
=
{
styles
.
wrapRight
}
>
<
Text
style
=
{
styles
.
txt
Title
}
>
{
props
.
user
.
birthday
}
<
/Text
>
<
Text
style
=
{
styles
.
txt
Right
}
>
{
props
.
user
.
birthday
}
<
/Text
>
<
/View
>
<
/View
>
<
View
style
=
{
styles
.
wrapItem
}
>
...
...
@@ -107,7 +107,7 @@ const GeneralInfor = (props) => {
<
AppText
i18nKey
=
{
'Male'
}
style
=
{
styles
.
txtTitle
}
><
/AppText
>
<
/View
>
<
View
style
=
{
styles
.
wrapRight
}
>
<
Text
style
=
{
styles
.
txt
Title
}
>
{
renderMale
()}
<
/Text
>
<
Text
style
=
{
styles
.
txt
Right
}
>
{
renderMale
()}
<
/Text
>
<
/View
>
<
/View
>
<
View
style
=
{
styles
.
wrapItem
}
>
...
...
@@ -115,7 +115,7 @@ const GeneralInfor = (props) => {
<
AppText
i18nKey
=
{
'Status'
}
style
=
{
styles
.
txtTitle
}
><
/AppText
>
<
/View
>
<
View
style
=
{
styles
.
wrapRight
}
>
<
Text
style
=
{
styles
.
txt
Title
}
>
{
props
.
user
.
status_name
}
<
/Text
>
<
Text
style
=
{
styles
.
txt
Right
}
>
{
props
.
user
.
status_name
}
<
/Text
>
<
/View
>
<
/View
>
...
...
@@ -219,6 +219,13 @@ const styles = StyleSheet.create({
paddingTop
:
5
,
},
txtRight
:
{
fontSize
:
getFontXD
(
42
),
color
:
R
.
colors
.
black
,
marginBottom
:
5
,
paddingTop
:
5
,
},
row
:
{
height
:
HEIGHTXD
(
109
),
width
:
'100%'
,
...
...
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