Skip to content

Commit edb7be1

Browse files
author
drawciamage
committed
Update index.js
1 parent 4608e13 commit edb7be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const unmask = NativeModules.RNTextInputMask.unmask;
1212
const setMask = NativeModules.RNTextInputMask.setMask;
1313
export { mask, unmask, setMask };
1414

15-
const TextInputMask = (props, input) => {
15+
const TextInputMask = (props) => {
1616
const [masked, setMasked] = useState(false);
1717
const input = useRef();
1818

0 commit comments

Comments
 (0)