react-native-zxcvbn
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

react-native-zxcvbn

This module is a wrapper around zxcvbn4j and zxcvbn-ios.

Why? Because js module huge.

Getting started

$ yarn add react-native-zxcvbn

Mostly automatic installation

This module supports autolinking so if you use RN 0.60+ then no additional action is required.

Otherwise, run

$ react-native link react-native-zxcvbn

Usage

import { score } from 'react-native-zxcvbn';
 
const strength = await score(password);
console.log(strength); // 0-4
 

Package Sidebar

Install

npm i react-native-zxcvbn

Weekly Downloads

272

Version

1.0.1

License

MIT

Unpacked Size

9 kB

Total Files

13

Last publish

Collaborators

  • doomsower