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
8f843cc6
Commit
8f843cc6
authored
May 13, 2021
by
Giang Tran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chage avatart
parent
9a6020d8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
project.pbxproj
ios/Invest.xcodeproj/project.pbxproj
+2
-2
images.js
src/assets/images.js
+1
-0
Drawer.js
src/components/Header/Drawer.js
+1
-1
PickerAvatart.js
src/components/Picker/PickerAvatart.js
+0
-0
No files found.
ios/Invest.xcodeproj/project.pbxproj
View file @
8f843cc6
...
...
@@ -903,7 +903,7 @@
CODE_SIGN_ENTITLEMENTS
=
Invest/Invest.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
8
;
CURRENT_PROJECT_VERSION
=
9
;
DEVELOPMENT_TEAM
=
MXZ24GRH48
;
ENABLE_BITCODE
=
NO
;
GCC_PREPROCESSOR_DEFINITIONS
=
(
...
...
@@ -937,7 +937,7 @@
CODE_SIGN_ENTITLEMENTS
=
Invest/Invest.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
8
;
CURRENT_PROJECT_VERSION
=
9
;
DEVELOPMENT_TEAM
=
MXZ24GRH48
;
INFOPLIST_FILE
=
Invest/Info.plist
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
...
...
src/assets/images.js
View file @
8f843cc6
...
...
@@ -17,6 +17,7 @@ const images = {
bgHome
:
require
(
'./images/bgHome01.png'
),
iconUser
:
require
(
'./images/iconUser1.png'
),
iconUserHome
:
require
(
'./images/iconUser.png'
),
iconUserAccuracy
:
require
(
'./images/iconUserAccuracy.png'
),
iconList
:
require
(
'./images/iconList7.png'
),
iconRose
:
require
(
'./images/iconRose2.png'
),
...
...
src/components/Header/Drawer.js
View file @
8f843cc6
...
...
@@ -172,7 +172,7 @@ const Drawer = (props) => {
<
View
style
=
{
styles
.
container
}
>
<
View
style
=
{
styles
.
header
}
>
<
Image
source
=
{
imgAvatart
?
{
uri
:
imgAvatart
}
:
R
.
images
.
avarta
r
}
source
=
{
imgAvatart
?
{
uri
:
imgAvatart
}
:
R
.
images
.
iconUse
r
}
style
=
{
styles
.
imgAvatar
}
/
>
<
TouchableOpacity
...
...
src/components/Picker/PickerAvatart.js
View file @
8f843cc6
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