UNPKG

android-credential-manager

Version:

An expo module to access the new Android credential Manager. Supports username/password, Passkeys and Google Sign In. This module is built to use the suggested and latest way to sign in users through Google

8 lines (7 loc) 185 B
module.exports = { 'app/**/*.{js,ts}': [ filenames => `node scripts/lint.js ${filenames.join(' ')}`, 'prettier --write', ], 'src/**/*.{json,md}': ['prettier --write'], };