We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4608e13 commit edb7be1Copy full SHA for edb7be1
index.js
@@ -12,7 +12,7 @@ const unmask = NativeModules.RNTextInputMask.unmask;
12
const setMask = NativeModules.RNTextInputMask.setMask;
13
export { mask, unmask, setMask };
14
15
-const TextInputMask = (props, input) => {
+const TextInputMask = (props) => {
16
const [masked, setMasked] = useState(false);
17
const input = useRef();
18
0 commit comments