evblurbs / react-native-md-textinput

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

Support RTL #46

Closed behzad888 closed 7 years ago

behzad888 commented 7 years ago

How can i use to RTL label and input style?

behzad888 commented 7 years ago

<TextField label={'name'} highlightColor={Blue} labelStyle={{right: 0}} />

I found it 😄

tnx