From c9eca5e00a054587a79c6618ce82664cd5632ccf Mon Sep 17 00:00:00 2001 From: Kamolesh Date: Thu, 1 Jul 2021 21:38:26 +0530 Subject: [PATCH 1/2] autofocus fix --- index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/index.tsx b/index.tsx index a3e3f4e..cf15b0c 100644 --- a/index.tsx +++ b/index.tsx @@ -193,6 +193,7 @@ export default class OTPInputView extends Component { this.fields[index] = ref }} From f7697752fc31778b844f6f5914395676d3d225c3 Mon Sep 17 00:00:00 2001 From: Kamolesh Date: Thu, 1 Jul 2021 21:50:12 +0530 Subject: [PATCH 2/2] lint fix --- index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.tsx b/index.tsx index cf15b0c..8895faf 100644 --- a/index.tsx +++ b/index.tsx @@ -193,7 +193,7 @@ export default class OTPInputView extends Component { this.fields[index] = ref }}