-
I have an input with the following code:
```
const onChangeText = (value) => {
console.log(value);
};
```
When I try to paste a content bigger than the mask (e.g. 12345), there is no w…
-
Hello thanks for this library. I did see one of the last release rightToLeft props was add. If I set it to true this doesn't work for me. Look like it's always leftToRight. Not sure if you do have the…
-
'VirgilCrypto/VirgilCrypto-Swift.h' file not found
![image](https://github.com/user-attachments/assets/be5ac3f1-9472-4931-ba9c-58cd92ebd9f9)
-
Hello,
I was looking for an input mask for postal code and phone number for react native and found this project.
After testing the example on an Android device with `3.1.4`, I have an `affineFor…
-
Hello there, I am getting this error here and I am not really sure what to do
```
Element type is invalid: expected a string (for built-in components) or a class/function (for composite componen…
-
Example:
```jsx
import React, { Component } from 'react'
import { render } from 'react-dom'
import Dialog, {
DialogContent,
} from '@material/react-dialog';
class AlwaysOpenedDialog ext…
-
### Description
App is crashed and showing below error.
NSInvalidArgumentException __76-[RCTModalHostViewManager presentModalHostView:withViewController:animated:]_block_invoke.38
Application tried…
-
Is there any way to use the Masks.BRL_CURRENCY for negative and positve values?
-
## 🐛 Bug Report
On Android, modifying the text within the onChange (or onChangeText) callback causes corruption of the text in the TextInput. (Not tested on iOS.)
For example, I'm trying to force …
-
Will this work with react native?
I tried to install and got a Transform Error from Babel:
```
TransformError: /Users/XXX/node_modules/react-number-format/lib/number_format.js:
[BABEL] /Users…