We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ffbd3 commit a8edd66Copy full SHA for a8edd66
android/src/main/java/com/reactnativesimplebiometrics/SimpleBiometricsModule.java
@@ -20,7 +20,7 @@
20
21
@ReactModule(name = SimpleBiometricsModule.NAME)
22
public class SimpleBiometricsModule extends ReactContextBaseJavaModule {
23
- public static final String NAME = "RNSimpleBiometrics";
+ public static final String NAME = "SimpleBiometrics";
24
25
static final int authenticators = BiometricManager.Authenticators.BIOMETRIC_STRONG
26
| BiometricManager.Authenticators.BIOMETRIC_WEAK
0 commit comments