Daniel Jurma

Results 4 comments of Daniel Jurma

tested within my current ongoing project, the patch from @jgillick works.

> Hi This TextInput prop fix my problem `textContentType='oneTimeCode'` pls refer below link [https://github.com/facebook/react-native/issues/39411#issuecomment-1746484565](url) I can confirm this solved the issue.

> currentTarget works for me: > > ``` > onClick={(e) => e.currentTarget.focus()} > > > > > ``` this did the trick for me

> @manishoctal > > Have you tried this solution? #3959 > > I had a similar problem but solved it by adding `modal={true}` only to the Popover component. > >...