TP-36903 | Updated Package Json and Few Css Fixes

This commit is contained in:
yashmantri
2023-08-17 18:24:52 +05:30
parent 2fed05d25f
commit c2f76a48c1
4 changed files with 13 additions and 5 deletions

View File

@@ -131,8 +131,8 @@ def reactNativeArchitectures() {
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
}
def VERSION_CODE = 76
def VERSION_NAME = "2.3.3"
def VERSION_CODE = 77
def VERSION_NAME = "2.3.4"
android {
ndkVersion rootProject.ext.ndkVersion

View File

@@ -1,6 +1,6 @@
{
"name": "AV_APP",
"version": "2.3.3",
"version": "2.3.4",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",

View File

@@ -32,7 +32,7 @@ const PerformanceCard = () => {
setSelectedFilters(
getPerformanceDetailFilter(
item.redirectionType,
Object.keys(filters['COMMON']?.filters)?.includes(
Object.keys(filters?.['COMMON']?.filters ?? {})?.includes(
CurrentAllocationStatsFilterMap[item.redirectionType]
)
)

View File

@@ -34,7 +34,15 @@ const PerformanceOverview = () => {
navigateTo={PageRouteEnum.CASH_COLLECTED}
rightSideView={
<View style={[GenericStyles.row, GenericStyles.alignCenter]}>
<Text style={[styles.fw700, styles.leftContent, GenericStyles.fontSize16]}>
<Text
numberOfLines={1}
style={[
styles.fw700,
styles.leftContent,
GenericStyles.fontSize16,
{ maxWidth: 150 },
]}
>
{formatAmount(totalCashCollected, false)}
</Text>
<View style={styles.rightIcon}>