export function* hanldeBiometricNotEnrolled() {
  yield* call(
    buildBiometricNavigator(ROUTES.ONBOARDING_MISSING_DEVICE_BIOMETRIC)
  );