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
fd46778e
Commit
fd46778e
authored
Apr 20, 2021
by
Giang Tran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit for up store
parent
7cb5b2b5
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
64 additions
and
10 deletions
+64
-10
KeyStore
KeyStore
+0
-0
build.gradle
android/app/build.gradle
+1
-1
google-services.json
android/app/google-services.json
+53
-0
app-release.aab
android/app/release/app-release.aab
+0
-0
build.gradle
android/build.gradle
+2
-2
project.pbxproj
ios/Invest.xcodeproj/project.pbxproj
+2
-2
HistoryView.js
src/Screens/Action/History/HistoryView.js
+1
-0
Footer.js
src/Screens/Home/Footer.js
+3
-3
Home.js
src/Screens/Home/Home.js
+1
-1
TabNavigation.js
src/routers/TabNavigation.js
+1
-1
No files found.
KeyStore
0 → 100644
View file @
fd46778e
File added
android/app/build.gradle
View file @
fd46778e
...
...
@@ -129,7 +129,7 @@ android {
}
defaultConfig
{
applicationId
"com.invest"
applicationId
"com.
dcv.
invest"
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
versionCode
1
...
...
android/app/google-services.json
View file @
fd46778e
...
...
@@ -7,6 +7,51 @@
"client"
:
[
{
"client_info"
:
{
"mobilesdk_app_id"
:
"1:1070545778193:android:a0cc425ee79fb2df0a23b0"
,
"android_client_info"
:
{
"package_name"
:
"com.dcv.invest"
}
},
"oauth_client"
:
[
{
"client_id"
:
"1070545778193-kb9p93l78tlkp9mmcugvlsebfnsvchun.apps.googleusercontent.com"
,
"client_type"
:
1
,
"android_info"
:
{
"package_name"
:
"com.dcv.invest"
,
"certificate_hash"
:
"5e8f16062ea3cd2c4a0d547876baa6f38cabf625"
}
},
{
"client_id"
:
"1070545778193-hgn2lv4i1jcaotmmrvtih6514pit8q90.apps.googleusercontent.com"
,
"client_type"
:
3
}
],
"api_key"
:
[
{
"current_key"
:
"AIzaSyDohJEC4QiXCub1pmGsUDXHGx7xGpBzirc"
}
],
"services"
:
{
"appinvite_service"
:
{
"other_platform_oauth_client"
:
[
{
"client_id"
:
"1070545778193-hgn2lv4i1jcaotmmrvtih6514pit8q90.apps.googleusercontent.com"
,
"client_type"
:
3
},
{
"client_id"
:
"1070545778193-1f50lidmpnp57s1eqgir4stht3f1ggn3.apps.googleusercontent.com"
,
"client_type"
:
2
,
"ios_info"
:
{
"bundle_id"
:
"dcv.investcustomer.vn"
,
"app_store_id"
:
"1556621903"
}
}
]
}
}
},
{
"client_info"
:
{
"mobilesdk_app_id"
:
"1:1070545778193:android:d91067a8a39254dc0a23b0"
,
"android_client_info"
:
{
"package_name"
:
"com.invest"
...
...
@@ -37,6 +82,14 @@
{
"client_id"
:
"1070545778193-hgn2lv4i1jcaotmmrvtih6514pit8q90.apps.googleusercontent.com"
,
"client_type"
:
3
},
{
"client_id"
:
"1070545778193-1f50lidmpnp57s1eqgir4stht3f1ggn3.apps.googleusercontent.com"
,
"client_type"
:
2
,
"ios_info"
:
{
"bundle_id"
:
"dcv.investcustomer.vn"
,
"app_store_id"
:
"1556621903"
}
}
]
}
...
...
android/app/release/app-release.aab
0 → 100644
View file @
fd46778e
File added
android/build.gradle
View file @
fd46778e
...
...
@@ -2,10 +2,10 @@
buildscript
{
ext
{
buildToolsVersion
=
"2
8.0.3
"
buildToolsVersion
=
"2
9.0.2
"
minSdkVersion
=
21
compileSdkVersion
=
28
targetSdkVersion
=
2
8
targetSdkVersion
=
2
9
}
repositories
{
google
()
...
...
ios/Invest.xcodeproj/project.pbxproj
View file @
fd46778e
...
...
@@ -903,7 +903,7 @@
CODE_SIGN_ENTITLEMENTS
=
Invest/Invest.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
2
0
;
CURRENT_PROJECT_VERSION
=
2
1
;
DEVELOPMENT_TEAM
=
MXZ24GRH48
;
ENABLE_BITCODE
=
NO
;
GCC_PREPROCESSOR_DEFINITIONS
=
(
...
...
@@ -936,7 +936,7 @@
CODE_SIGN_ENTITLEMENTS
=
Invest/Invest.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
2
0
;
CURRENT_PROJECT_VERSION
=
2
1
;
DEVELOPMENT_TEAM
=
MXZ24GRH48
;
INFOPLIST_FILE
=
Invest/Info.plist
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
...
...
src/Screens/Action/History/HistoryView.js
View file @
fd46778e
...
...
@@ -78,6 +78,7 @@ const HistoryView = (props) => {
<
FlatList
style
=
{{
flex
:
1
}}
refreshing
=
{
isRefresh
}
showsVerticalScrollIndicator
=
{
false
}
onRefresh
=
{
onRefresh
}
onEndReachedThreshold
=
{
0.01
}
onEndReached
=
{(
info
)
=>
{
...
...
src/Screens/Home/Footer.js
View file @
fd46778e
...
...
@@ -13,7 +13,7 @@ const Footer = (props) => {
<
/View
>
<
View
style
=
{{
flex
:
1
,
paddingHorizontal
:
15
}}
>
<
Text
style
=
{
styles
.
txt
}
>
Doanh
thu
c
ủ
a
độ
i
<
/Text
>
<
Text
style
=
{
styles
.
txtMoney
}
>
{
toPriceVnd
(
1500000
)}
Đ
<
/Text
>
<
Text
style
=
{
styles
.
txtMoney
}
>
0
Đ
<
/Text
>
<
/View
>
<
View
style
=
{{
justifyContent
:
'center'
,
alignItems
:
'center'
}}
>
<
Icon
name
=
{
'right'
}
size
=
{
20
}
color
=
{
'#707070'
}
/
>
...
...
@@ -26,7 +26,7 @@ const Footer = (props) => {
<
/View
>
<
View
style
=
{{
flex
:
1
,
paddingHorizontal
:
15
}}
>
<
Text
style
=
{
styles
.
txt
}
>
Doanh
thu
nh
à
t
à
i
tr
ợ
<
/Text
>
<
Text
style
=
{
styles
.
txtMoney
}
>
{
toPriceVnd
(
1500000
)}
Đ
<
/Text
>
<
Text
style
=
{
styles
.
txtMoney
}
>
0
Đ
<
/Text
>
<
/View
>
<
View
style
=
{{
justifyContent
:
'center'
,
alignItems
:
'center'
}}
>
<
Icon
name
=
{
'right'
}
size
=
{
20
}
color
=
{
'#707070'
}
/
>
...
...
@@ -39,7 +39,7 @@ const Footer = (props) => {
<
/View
>
<
View
style
=
{{
flex
:
1
,
paddingHorizontal
:
15
}}
>
<
Text
style
=
{
styles
.
txt
}
>
Đầ
u
t
ư
<
/Text
>
<
Text
style
=
{
styles
.
txtMoney
}
>
{
toPriceVnd
(
1500000
)}
Đ
<
/Text
>
<
Text
style
=
{
styles
.
txtMoney
}
>
0
Đ
<
/Text
>
<
/View
>
<
View
style
=
{{
justifyContent
:
'center'
,
alignItems
:
'center'
}}
>
<
Icon
name
=
{
'right'
}
size
=
{
20
}
color
=
{
'#707070'
}
/
>
...
...
src/Screens/Home/Home.js
View file @
fd46778e
...
...
@@ -2,7 +2,7 @@ import React, {useEffect, useState} from 'react';
import
{
View
,
Alert
}
from
'react-native'
;
import
{
connect
}
from
'react-redux'
;
import
{
getTransaction
}
from
'../../apis/Functions/users'
;
import
{
confirmAlert
}
from
'../../components/Aleart'
;
import
HomeView
from
'./HomeView'
;
import
{
useNavigation
}
from
'@react-navigation/native'
;
import
{
AccountVerification
,
PACKETCQG
}
from
'../../routers/ScreenNames'
;
...
...
src/routers/TabNavigation.js
View file @
fd46778e
...
...
@@ -27,7 +27,7 @@ const TabNavigator = (props) => {
useEffect
(()
=>
{
setTimeout
(()
=>
{
showPopUp
();
},
5
000
);
},
3
000
);
},
[]);
const
showPopUp
=
()
=>
{
...
...
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