UNPKG

react-native-nitro-totp

Version:

React Native module for TOTP (Time-based One-Time Password) and HOTP (HMAC-based One-Time Password) authentication.

17 lines (15 loc) 387 B
// https://github.com/react-native-community/cli/blob/main/docs/dependencies.md module.exports = { dependency: { platforms: { /** * @type {import('@react-native-community/cli-types').IOSDependencyParams} */ ios: {}, /** * @type {import('@react-native-community/cli-types').AndroidDependencyParams} */ android: {}, }, }, }