Samuel Keusch
Samuel Keusch
+1 Same here It worked when I added `style={ {inputAndroid: {color: 'black'} }}` to the ``
I patched it with `patch-package`: ``` diff --git a/node_modules/native-base/src/components/primitives/Input/Input.tsx b/node_modules/native-base/src/components/primitives/Input/Input.tsx index 7902b1a..ef068a9 100644 --- a/node_modules/native-base/src/components/primitives/Input/Input.tsx +++ b/node_modules/native-base/src/components/primitives/Input/Input.tsx @@ -153,7 +153,8 @@ const Input = ( secureTextEntry={type === 'password'} accessible accessibilityLabel={ariaLabel...