retyui / react-native-confirmation-code-field

A react-native confirmation code field compatible with iOS, Android and Web
MIT License
1.07k stars 125 forks source link

Autofocus code field on screen render #215

Closed andreweinhorn closed 2 years ago

andreweinhorn commented 2 years ago

Is it possible to autofocus the code field when the screen first renders?

have vs want
retyui commented 2 years ago

it should works:

<CodeField
  autoFocus={true}
/>

if you are using an react-navigation you have to know about issues: