From 526b86ac6682227e23c91922d840a39b822e199f Mon Sep 17 00:00:00 2001 From: Vitor Date: Mon, 25 Apr 2022 13:50:00 -0300 Subject: [PATCH] fix safezonescreen height --- app.json | 5 +++-- src/components/safeZoneScreen/styles.ts | 3 +-- src/screens/pantry/index.tsx | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app.json b/app.json index 29b5425..6c06d54 100755 --- a/app.json +++ b/app.json @@ -3,7 +3,7 @@ "name": "Despensa Virtual", "slug": "ftt-tcc", "scheme": "ftt-tcc", - "version": "1.10.0", + "version": "2.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "splash": { @@ -25,7 +25,8 @@ "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#FFF7F7" }, - "package": "com.vlupine.despensa_virtual" + "package": "com.vlupine.despensa_virtual", + "versionCode": 2 }, "web": { "favicon": "./assets/favicon.png" diff --git a/src/components/safeZoneScreen/styles.ts b/src/components/safeZoneScreen/styles.ts index 315b324..a37cda9 100644 --- a/src/components/safeZoneScreen/styles.ts +++ b/src/components/safeZoneScreen/styles.ts @@ -17,7 +17,6 @@ export default ( backgroundColor: backgroundColor ?? '#FFFFFF' }, containerWithoutScroll: { - // height: Dimensions.get('window').height - (isWithoutHeader ? 0 : 80) - height: '80%' + height: Dimensions.get('window').height - (isWithoutHeader ? 0 : 80), } }); diff --git a/src/screens/pantry/index.tsx b/src/screens/pantry/index.tsx index e235a6f..c4a8455 100644 --- a/src/screens/pantry/index.tsx +++ b/src/screens/pantry/index.tsx @@ -248,7 +248,6 @@ export function Pantry() { - {/* Atualizar status do produto */} {selectedProduct?.productEntity.name}