Haytham Atef
Haytham Atef
same issue here
I have the same issue
I'm facing same issue, even after adding a description many people just add the zero, I made a work around by adding an extra mask for a list of countries...
I have same issue, using textInput solves the reversed numbers but for me in rtl the input is on the left and country selector is on the right, is there...
@aubert-creation No, I gave up on expo and used react-native cli directly, which is much better and more stable, and all expo modules have better alternatives.
@AstrOOnauta Thank you for the great library, @Bilal-Abdeen Thank you for your work, regarding the issue I also had to manually alter the library to support this, I also added...
@Bilal-Abdeen I also ultered the mask as some users use 0 before the number which excheeds the mask length and some didn't. 
@Bilal-Abdeen @AstrOOnauta I'm sorry not to create a repo and contribute on this as I'm currently working on a project, Find attached .zip folder with the modified package. I'm using...
@Bilal-Abdeen I didn't do anything special regarding using the component, the direction of numbers should be handled by the system, i will include my component maybe I forgot something. I...
@Bilal-Abdeen onChange comes from "react-hook-form". Find below the toEnDigit function `export const toEnDigit = persianString => { let normalizedInput = persianString; if (typeof persianString !== 'string') { normalizedInput = String(persianString);...