jarden-digital/react-native-pincode

Touch ID title - Usage

Opened this issue · 0 comments

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'}
/>