You could use the requestFocus tag:
<Button ...>
<requestFocus />
</Button>
I find it odd though that it auto-focuses one of your buttons, I haven’t observed that behavior in any of my views.
You could use the requestFocus tag:
<Button ...>
<requestFocus />
</Button>
I find it odd though that it auto-focuses one of your buttons, I haven’t observed that behavior in any of my views.