xinthink / react-native-material-kit

Bringing Material Design to React Native
https://rnmk.xinthink.com
MIT License
4.84k stars 578 forks source link

Input text not seen #279

Open stief510 opened 7 years ago

stief510 commented 7 years ago

As i am typing the input the letters do not appear. only when i tap out of the input field

parker-kimbell commented 7 years ago

I am also seeing this. 0.3.4 is breaking text input fields on at least iOS.

Crash-- commented 7 years ago

Which version of RN are you using? Since RN changes its flex box system we had to remove a flex:1 for new version...

Can you try to add a textInputStyle property as suggested here : https://github.com/xinthink/react-native-material-kit/pull/274#issuecomment-267754368

xinthink commented 7 years ago

As @Crash-- mentioned, please try to specify flex:1 in textInputStyle And I've also put this in the release note of v0.3.4

parker-kimbell commented 7 years ago

Thanks much for the response; we'll try what's been suggested.

RN version is 0.35.

Crash-- commented 7 years ago

Is it working @parker-kimbell ?

parker-kimbell commented 7 years ago

@Crash-- Apologies for taking so long to answer back. The solution recommended by @xinthink is working. It's not my issue report, but could be closed as far as I can tell.

agrass commented 7 years ago

Hi! I'm with this problem using RN 0.41 with RNMK 0.4.1. I tried the solution of @xinthink but still same problem. Any suggestion? Thanks