ptmt / react-native-macos

[deprecated in favor of https://microsoft.github.io/react-native-windows/] React Native for macOS is an experimental fork for writing desktop apps using Cocoa
MIT License
11.25k stars 429 forks source link

TextInput ignores all style prop #241

Closed unmec closed 5 years ago

unmec commented 5 years ago

🐛 Bug Report

TextInput seems ignoring all styling props

To Reproduce

<TextInput
  style={{color: '#555', width: 100}}
  placeholderTextColor="#666"
/>

None of styling works.

Expected Behavior

It should take styles and display accordingly

Minimal Reproduction

(For bugs that cannot be reproduced within RNTester, please provide a minimal repository.)

Environment