From 5b251f8fce90622d0df6540e66cfc763f0f98f02 Mon Sep 17 00:00:00 2001
From: vineethkuttan <66076509+vineethkuttan@users.noreply.github.com>
Date: Tue, 12 May 2026 15:39:22 +0530
Subject: [PATCH 1/2] Fixing Placeholder color for TextInput
---
src/examples/TextInputExamplePage.tsx | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/examples/TextInputExamplePage.tsx b/src/examples/TextInputExamplePage.tsx
index 560330bf..992b8b15 100644
--- a/src/examples/TextInputExamplePage.tsx
+++ b/src/examples/TextInputExamplePage.tsx
@@ -94,6 +94,7 @@ export const TextInputExamplePage: React.FunctionComponent<{navigation?: any}> =
}}
onChangeText={onChangeText1}
placeholder="A simple TextInput..."
+ placeholderTextColor={colors.text}
/>
=
multiline
scrollEnabled={false}
placeholder="Enter multiline text input here..."
+ placeholderTextColor={colors.text}
/>
Date: Tue, 12 May 2026 16:39:48 +0530
Subject: [PATCH 2/2] update snapshot
---
__tests__/__snapshots__/App.test.tsx.snap | 2 ++
1 file changed, 2 insertions(+)
diff --git a/__tests__/__snapshots__/App.test.tsx.snap b/__tests__/__snapshots__/App.test.tsx.snap
index dfe852d5..94119e68 100644
--- a/__tests__/__snapshots__/App.test.tsx.snap
+++ b/__tests__/__snapshots__/App.test.tsx.snap
@@ -16695,6 +16695,7 @@ exports[`TextInput Example Page 1`] = `