From bfb2dcf81308a3aa2da68cad1f7f336a39f32eb0 Mon Sep 17 00:00:00 2001 From: Siva <90086731+Sivac07@users.noreply.github.com> Date: Sun, 7 Jan 2024 10:04:25 +0530 Subject: [PATCH] Update handling-text-input.md I have set the text input padding as 100. Because the text input box will show in the center of device instead of top of the device. So, it will be more convenient to user to test the input box . --- docs/handling-text-input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/handling-text-input.md b/docs/handling-text-input.md index 532f051c799..301dbf19384 100644 --- a/docs/handling-text-input.md +++ b/docs/handling-text-input.md @@ -14,7 +14,7 @@ import {Text, TextInput, View} from 'react-native'; const PizzaTranslator = () => { const [text, setText] = useState(''); return ( - +