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 07c1eab commit 1cbe754Copy full SHA for 1cbe754
index.tsx
@@ -169,7 +169,6 @@ class OTPTextView extends Component<IProps, IState> {
169
e: NativeSyntheticEvent<TextInputKeyPressEventData>,
170
i: number,
171
) => {
172
- console.log('onKeyPress');
173
const val = this.state.otpText[i] || '';
174
const { handleTextChange, inputCellLength, inputCount } = this.props;
175
const { otpText } = this.state;
0 commit comments