From a2e1be5b3731fae2eb3b6569f4e923c4db178269 Mon Sep 17 00:00:00 2001 From: kdn0325 Date: Wed, 31 Jul 2024 17:50:29 +0900 Subject: [PATCH] fix: set a background color or apply the shadow to a more specific component --- src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.tsx b/src/index.tsx index d6b8314..05c105a 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -48,6 +48,7 @@ export default function OutlinedText({ const styles = StyleSheet.create({ paragraph: { + backgroundColor: 'transparent', textShadowOffset: { width: 1, height: 1,