Commit fd46778e by Giang Tran

edit for up store

parent 7cb5b2b5
File added
......@@ -129,7 +129,7 @@ android {
}
defaultConfig {
applicationId "com.invest"
applicationId "com.dcv.invest"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
......
......@@ -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"
}
}
]
}
......
......@@ -2,10 +2,10 @@
buildscript {
ext {
buildToolsVersion = "28.0.3"
buildToolsVersion = "29.0.2"
minSdkVersion = 21
compileSdkVersion = 28
targetSdkVersion = 28
targetSdkVersion = 29
}
repositories {
google()
......
......@@ -903,7 +903,7 @@
CODE_SIGN_ENTITLEMENTS = Invest/Invest.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 20;
CURRENT_PROJECT_VERSION = 21;
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 = 20;
CURRENT_PROJECT_VERSION = 21;
DEVELOPMENT_TEAM = MXZ24GRH48;
INFOPLIST_FILE = Invest/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
......
......@@ -78,6 +78,7 @@ const HistoryView = (props) => {
<FlatList
style={{flex: 1}}
refreshing={isRefresh}
showsVerticalScrollIndicator={false}
onRefresh={onRefresh}
onEndReachedThreshold={0.01}
onEndReached={(info) => {
......
......@@ -13,7 +13,7 @@ const Footer = (props) => {
</View>
<View style={{flex: 1, paddingHorizontal: 15}}>
<Text style={styles.txt}>Doanh thu ca độ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'} />
......
......@@ -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';
......
......@@ -27,7 +27,7 @@ const TabNavigator = (props) => {
useEffect(() => {
setTimeout(() => {
showPopUp();
}, 5000);
}, 3000);
}, []);
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