From b9b1275d60649ff74a4a542d5fa6641b91e337a7 Mon Sep 17 00:00:00 2001 From: szydlovsky <9szydlowski9@gmail.com> Date: Thu, 4 Sep 2025 14:43:15 +0200 Subject: [PATCH] fix: android example code --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 942101804..6c2e71797 100644 --- a/README.md +++ b/README.md @@ -114,9 +114,9 @@ const styles = StyleSheet.create({ }, input: { fontSize: 20, - padding: 20, + padding: 10, maxHeight: 200, - borderWidth: 1, + backgroundColor: 'lightgray', }, });