UNPKG

nativescript-fingerprint-auth-custom

Version:

Fork from nativescript-fingerprint-auth to implement custom Android Screen. fingerprint authentication plugin for use in NativeScript apps

8 lines (7 loc) 257 B
/** * iOS and Android apis should match. * It doesn't matter if you export `.ios` or `.android`, either one but only one. */ export * from "./fingerprint-auth.ios"; // Export any shared classes, constants, etc. export * from "./fingerprint-auth.common";