-
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…
-
Let's say we need to set a value of pincode-input if the value was received from some source (e.g. in Android - via otp-verify logic).
Getting selection error (4 is codeLength) from the TextInput:…
-
### Version
Tell us which versions you are using:
- react-native-image-crop-picker v0.20.3
- react-native v0.55.3
### Platform
Tell us to which platform this issue is related
- Android
…
-
I need help, I've tried to follow the documentation I always get this error:
## Error 1
```sh
ERROR Error: Requiring unknown module "undefined". If you are sure the module exists, try resta…
-
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!
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…
-
I need to be able to use the following REGEX as a mask:
^([0-1]?[0-9]|2[0-3]):[0-5][0-9]$
Is that possible?
-
## 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…
-
Hi I can't see the cursor of text input in Android :)
tnx
-
Hello, I have found an error on masked input, follow below the stack trace:
```
java.lang.StackOverflowError: stack size 8MB
at java.lang.reflect.Constructor.newInstance0(Constructor.java)
…