evblurbs / react-native-md-textinput

React Native TextInput styled with Material Design.
322 stars 122 forks source link

Can it be integrated with tcomb-form-native? #19

Open sudharsan1988 opened 8 years ago

sudharsan1988 commented 8 years ago

It works great and I thought it would be really great if it could work with tcomb-form-native so that validation and other things can be easily done. Can it be done?

Also, how do we position the highlight label? I know, RN team still have to fix the Android border issue but I used a above the to implement the borders around the textboxes. Just need to address the positioning stuff.

tsvetann commented 8 years ago

you can create a factory in tcomb-form-native and instead of normal TextInput use this module. it should work