ReactNativeLocalization icon indicating copy to clipboard operation
ReactNativeLocalization copied to clipboard

Restrict RTL support when language selected is arabic

Open MatellioKanika opened this issue 6 years ago • 1 comments

I have my react native app supporting two languages; English and Arabic. Whenever the language chosen is Arabic, the text input fields enforce an rtl(Right to left) direction, which I want to restrict. Can this be achieved in any manner. For instance, is there a way I can set rtl to false?

MatellioKanika avatar Mar 04 '19 06:03 MatellioKanika