talut / react-native-pin-view

Easy, convenient, quick-forming PinView component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTL layout issue

burugular opened this issue · comments

Hello
React native pin view works great, thank you for that.
I have an issue with RTL layout. In Arabic, when it comes to numbers and number keypad it is same as English.
When the phone is set to RTL, the KeyboardView is reversed and the InputView starts from right when pin is entered. but it should be exactly the same as LTR.

Is there way to stop it from change the layout in RTL.

Please suggest

Thanks
R

Hi, thanks for this. I forgot to disabling the RTL. I will update as soon as possible

Thank you @talut .
I want to use this awesome library in my project but at the same time I need it to work well with RTL. so disabling RTL.
Please update me as early as possible on this.
thanks
R

Hi, I updated the package. Right now I disable RTL support for styling. So this issue is solved I think. But I will add RTL support at future release with stable solution. (RTL disable by only styling not with I18nManager.allowRTL(false) api. )

Hi,your library is good but i am facing one issue when i am calling clear() function then last value of pressed get vanish,and pin does not matched properly.
please suggest me what should i do.

Hi,your library is good but i am facing one issue when i am calling clear() function then last value of pressed get vanish,and pin does not matched properly.
please suggest me what should i do.

Thanks, can you please open a new issue about this problem?