Commit fd46778e by Giang Tran

edit for up store

parent 7cb5b2b5
File added
...@@ -129,7 +129,7 @@ android { ...@@ -129,7 +129,7 @@ android {
} }
defaultConfig { defaultConfig {
applicationId "com.invest" applicationId "com.dcv.invest"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1 versionCode 1
......
...@@ -7,6 +7,51 @@ ...@@ -7,6 +7,51 @@
"client": [ "client": [
{ {
"client_info": { "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", "mobilesdk_app_id": "1:1070545778193:android:d91067a8a39254dc0a23b0",
"android_client_info": { "android_client_info": {
"package_name": "com.invest" "package_name": "com.invest"
...@@ -37,6 +82,14 @@ ...@@ -37,6 +82,14 @@
{ {
"client_id": "1070545778193-hgn2lv4i1jcaotmmrvtih6514pit8q90.apps.googleusercontent.com", "client_id": "1070545778193-hgn2lv4i1jcaotmmrvtih6514pit8q90.apps.googleusercontent.com",
"client_type": 3 "client_type": 3
},
{
"client_id": "1070545778193-1f50lidmpnp57s1eqgir4stht3f1ggn3.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "dcv.investcustomer.vn",
"app_store_id": "1556621903"
}
} }
] ]
} }
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
buildscript { buildscript {
ext { ext {
buildToolsVersion = "28.0.3" buildToolsVersion = "29.0.2"
minSdkVersion = 21 minSdkVersion = 21
compileSdkVersion = 28 compileSdkVersion = 28
targetSdkVersion = 28 targetSdkVersion = 29
} }
repositories { repositories {
google() google()
......
...@@ -903,7 +903,7 @@ ...@@ -903,7 +903,7 @@
CODE_SIGN_ENTITLEMENTS = Invest/Invest.entitlements; CODE_SIGN_ENTITLEMENTS = Invest/Invest.entitlements;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20; CURRENT_PROJECT_VERSION = 21;
DEVELOPMENT_TEAM = MXZ24GRH48; DEVELOPMENT_TEAM = MXZ24GRH48;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
GCC_PREPROCESSOR_DEFINITIONS = ( GCC_PREPROCESSOR_DEFINITIONS = (
...@@ -936,7 +936,7 @@ ...@@ -936,7 +936,7 @@
CODE_SIGN_ENTITLEMENTS = Invest/Invest.entitlements; CODE_SIGN_ENTITLEMENTS = Invest/Invest.entitlements;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20; CURRENT_PROJECT_VERSION = 21;
DEVELOPMENT_TEAM = MXZ24GRH48; DEVELOPMENT_TEAM = MXZ24GRH48;
INFOPLIST_FILE = Invest/Info.plist; INFOPLIST_FILE = Invest/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
......
...@@ -78,6 +78,7 @@ const HistoryView = (props) => { ...@@ -78,6 +78,7 @@ const HistoryView = (props) => {
<FlatList <FlatList
style={{flex: 1}} style={{flex: 1}}
refreshing={isRefresh} refreshing={isRefresh}
showsVerticalScrollIndicator={false}
onRefresh={onRefresh} onRefresh={onRefresh}
onEndReachedThreshold={0.01} onEndReachedThreshold={0.01}
onEndReached={(info) => { onEndReached={(info) => {
......
...@@ -13,7 +13,7 @@ const Footer = (props) => { ...@@ -13,7 +13,7 @@ const Footer = (props) => {
</View> </View>
<View style={{flex: 1, paddingHorizontal: 15}}> <View style={{flex: 1, paddingHorizontal: 15}}>
<Text style={styles.txt}>Doanh thu ca đội</Text> <Text style={styles.txt}>Doanh thu ca đội</Text>
<Text style={styles.txtMoney}>{toPriceVnd(1500000)} Đ</Text> <Text style={styles.txtMoney}>0 Đ</Text>
</View> </View>
<View style={{justifyContent: 'center', alignItems: 'center'}}> <View style={{justifyContent: 'center', alignItems: 'center'}}>
<Icon name={'right'} size={20} color={'#707070'} /> <Icon name={'right'} size={20} color={'#707070'} />
...@@ -26,7 +26,7 @@ const Footer = (props) => { ...@@ -26,7 +26,7 @@ const Footer = (props) => {
</View> </View>
<View style={{flex: 1, paddingHorizontal: 15}}> <View style={{flex: 1, paddingHorizontal: 15}}>
<Text style={styles.txt}>Doanh thu nhà tài tr</Text> <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>
<View style={{justifyContent: 'center', alignItems: 'center'}}> <View style={{justifyContent: 'center', alignItems: 'center'}}>
<Icon name={'right'} size={20} color={'#707070'} /> <Icon name={'right'} size={20} color={'#707070'} />
...@@ -39,7 +39,7 @@ const Footer = (props) => { ...@@ -39,7 +39,7 @@ const Footer = (props) => {
</View> </View>
<View style={{flex: 1, paddingHorizontal: 15}}> <View style={{flex: 1, paddingHorizontal: 15}}>
<Text style={styles.txt}>Đầu tư</Text> <Text style={styles.txt}>Đầu tư</Text>
<Text style={styles.txtMoney}>{toPriceVnd(1500000)} Đ</Text> <Text style={styles.txtMoney}>0 Đ</Text>
</View> </View>
<View style={{justifyContent: 'center', alignItems: 'center'}}> <View style={{justifyContent: 'center', alignItems: 'center'}}>
<Icon name={'right'} size={20} color={'#707070'} /> <Icon name={'right'} size={20} color={'#707070'} />
......
...@@ -2,7 +2,7 @@ import React, {useEffect, useState} from 'react'; ...@@ -2,7 +2,7 @@ import React, {useEffect, useState} from 'react';
import {View, Alert} from 'react-native'; import {View, Alert} from 'react-native';
import {connect} from 'react-redux'; import {connect} from 'react-redux';
import {getTransaction} from '../../apis/Functions/users'; import {getTransaction} from '../../apis/Functions/users';
import {confirmAlert} from '../../components/Aleart';
import HomeView from './HomeView'; import HomeView from './HomeView';
import {useNavigation} from '@react-navigation/native'; import {useNavigation} from '@react-navigation/native';
import {AccountVerification, PACKETCQG} from '../../routers/ScreenNames'; import {AccountVerification, PACKETCQG} from '../../routers/ScreenNames';
......
...@@ -27,7 +27,7 @@ const TabNavigator = (props) => { ...@@ -27,7 +27,7 @@ const TabNavigator = (props) => {
useEffect(() => { useEffect(() => {
setTimeout(() => { setTimeout(() => {
showPopUp(); showPopUp();
}, 5000); }, 3000);
}, []); }, []);
const showPopUp = () => { const showPopUp = () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment