Open ronakupadhyay91 opened 5 years ago
@ronak91 I ran into the same issue. I did some modifications to this library. I added a property called forceLTR
which will enforce the direction from left to right even if the app is in RTL mode
You can import the library like this:
"react-native-confirmation-code-input": "github:muhammadsr/react-native-confirmation-code-input"
or yarn add github:muhammadsr/react-native-confirmation-code-input
I would do a pull request but I doubt anyone will merge it
@ronak91 You can use a fork without this problem https://github.com/retyui/react-native-confirmation-code-field
containerStyle={{ flexDirection: "row-reverse" }}
I have app in Hebrew and app will in RTL mode and in RTL number input direction starts from Right but i need it from Left so please help me in solve this issue.