Gabriele Prestifilippo
Gabriele Prestifilippo
This PR allows running the authentication in the background, without opening a modal for Android. The method `onAuthError` will catch error messages as documented in the [README.md](https://github.com/GabrielePrestifilippo/react-native-touch-id/blob/master/README.md#methods) P.S. Since this...
When I tap on an input field the keyboard slides up, but the page doesn't. Only after I start typing the whole page slides up. Is there a workaround to...
Hi, I've found your example very useful as a basic structure for an app with RNRF. Could you consider upgrading this example to the new APIs?
Currently, this library allows saving an account(key)-value in a specific service, which is mapped in iOS in `kSecAttrAccount` for the key, `kSecValueData` for the data and `kSecAttrService` for the service....