realadvisor / rifm

React Input Format & Mask, tiny (≈800b) component to transform any input component into formatted or masked input. Supports number, date, phone, currency, credit card, etc
https://realadvisor.github.io/rifm/
MIT License
1.3k stars 44 forks source link

React Native supports #98

Open danilowoz opened 4 years ago

danilowoz commented 4 years ago

Hey nice work here, any plans to support React Native?

TrySound commented 4 years ago

Hi. We are not experienced with react-native yet. Maybe later when we will start using it in our platform.

sibelius commented 3 years ago

what is missing for react native?

TrySound commented 3 years ago

I guess experience is still missing 🤷‍♂️

juliushuck commented 2 years ago

Hi, would love to see this in react native. I want to provide users with the same experience on the web and in the app. And second reason to share code between the two.

I saw that it depends on document key events and I think it should be possible without it for react native. There may be edge cases like an external keyboard for example.

Are there any other reasons why it couldn't work with react native? I would be happy to help where I can to make this work.