react-native-material-kit
react-native-material-kit copied to clipboard
Textfield Not compatible with react-native-navigation
It seems the Textfield onfocus underlining animation only works on the initially loaded page, but it stops working when the component is re-rendered on a different navigation screen.
I've posted an example of what I mean. It seems that these components don't re-render properly when changing views.
i have the same problem :(
me too on android device, using RN 0.51. But only in release build
Could this be that there’s logic similar to material-design-lite for websites that use the componentHandler.upgradeDOM() or componentHandler.upgradeAllRegistered?
@jamesguan is this happen in debug or release build?
@jamesguan downgrade to rn0.49, works for me
RN 0.51, text field doesn't show underline in release mode when used with react-navigation
Fixed with upgrade to RN 0.52
It looks like this issue is not only with this library but other libraries as well when it comes to react-native-navigation. I also, mislabeled the title, I was referring to the react-native-navigation library by wix, not react-native-navigator. I'll see if upgrading to RN 0.52 will solve it.
Did the update solve it? Did you find a solution?
Solve for me
Solved for me as well by upgrading to RN 0.52. You can close the issue if you want now.
Thank you for the investigation!
I'm seeing this issue RN 53.3 React Native Nav V1. Besides updating RN, did anyone do anything else to get this to work?