From f3353f9d663407cf9f79367741513ce239e1cafe Mon Sep 17 00:00:00 2001 From: Joseph Cosentino Date: Mon, 2 Sep 2024 00:29:22 -0700 Subject: [PATCH] fix webview not showing --- app/detail.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/detail.tsx b/app/detail.tsx index 33a931d..d893d2e 100644 --- a/app/detail.tsx +++ b/app/detail.tsx @@ -148,7 +148,6 @@ const styles = StyleSheet.create({ borderRadius: 8, overflow: 'hidden', elevation: 3, - alignItems: 'center', shadowColor: '#000', shadowOffset: { width: 0, height: 2 }, shadowOpacity: 0.1,