-
Thank you for the excellent library. If the user has an RTL (Right-To-Left) language as the default language on the device, the different parts of the phone number are reversed. For example, if the us…
-
App crashes when I type phone number.
```
package.json:
"react": "16.13.1",
"react-native": "^0.63.4",
"react-native-text-input-mask": "^3.1.4"
```
`mask="[000]-[000]-[00]-[00]"
keyboard…
-
for function :
onChangeText={(text) => { this.setState({
password: text,
})
it cannot work
-
Hi guys. I have problems to run my application in Android emulator.
**package.json**
```
{
"name": "remepe_native",
"version": "0.0.1",
"description": "Hello Expo!",
"author": null,…
-
I have a step-by-step registration screen.
I show the component on the screen like this:
```
{step === 1 &&
}
{step === 2 &&
}
```
I go to step 2 and then back to step 1 I use the func…
-
This fails:
```js
test("react-input-mask and react-testing-library", () => {
const props = {
type: "text",
mask: "(999) 999-9999",
maskChar: null,
onChange: event => updateValue(even…
-
Hi,
In my case it is not possible to have something like "12.00 LEI" - it does not accept the 0/zeros
This seems to happen due to `onChangeText` that looks just simple like this (setting the "Pret…
-
## Environment
## System:
- OS: macOS 14.4.1
- CPU: (8) arm64 Apple M1 Pro
- Memory: 6.32 GB / 32.00 GB
- Shell: 5.9 - /opt/homebrew/bin/zsh
## Binaries:
- Node: 20.11.0 - ~/Librar…
-
When the dropdown component unmounts in RN 0.70.1, it throws an error on removeListner() in react-native-modal. This is due to the changes in react native where removeListner has been renamed to just …
-
Hi!
First of all I would like to say "Thank you" for an amazing library! It's very helpful in RN projects.
Do you have any plans to implement the SVG elements [filter](https://developer.mozilla.org/e…