You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How is the touch id title property applied to the component ?,
I'm declaring strings for the title but they still show the default title in the touch id pop up.
here's what I'm currently trying:
<PINCode
...
touchIDSentence={'this app requires you to verify your identity'}
touchIDTitle={'Touch ID'}
/>
The text was updated successfully, but these errors were encountered:
How is the touch id title property applied to the component ?,
I'm declaring strings for the title but they still show the default title in the touch id pop up.
here's what I'm currently trying:
<PINCode
...
touchIDSentence={'this app requires you to verify your identity'}
touchIDTitle={'Touch ID'}
/>
The text was updated successfully, but these errors were encountered: