hieuvp/react-native-fingerprint-scanner

Localization Issue

Opened this issue · 1 comments

Screenshot 2020-08-13 at 8 17 24 AM

FingerprintScanner.authenticate({
title: loginLables.LoginWithBiometrics,
subTitle: '',
description: '',
cancelButton: labels.btnCancel,
onAttempt: this.handleAuthenticationAttempted,
}).then(() => {})
.catch((error) => {});

This is the code i'm using, tried adding description also but didn't worked. Need help to translate the description text "Touch the fingerprint sensor".
Also need the support for the translation of all the messages as i'm not able to translate error message as well.

Thanks

Hey! Did you get any solution? :)