From 219ec8906c917118a11093b88813563049047e42 Mon Sep 17 00:00:00 2001 From: MinhTran Date: Sat, 16 Dec 2023 00:19:29 +0700 Subject: [PATCH] Update CpnProductDetail.js fix component height --- components/Product/CpnProductDetail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Product/CpnProductDetail.js b/components/Product/CpnProductDetail.js index e171388..963d107 100644 --- a/components/Product/CpnProductDetail.js +++ b/components/Product/CpnProductDetail.js @@ -484,7 +484,7 @@ const styles = StyleSheet.create({ }, container: { width: width, - height: height, + height: '100%', }, viewTop: { width: width,