Skip to content

console.error : "fontFamily "Material Icons" is not a system font and has not been loaded through Font.loadAsync #201

Description

@anisamh18

I'm trying to implement pinlock but i'm facing this error, in android everything is okay.
this is my code

import React from 'react';
import { View } from 'react-native';
import PINCode from '@haskkor/react-native-pincode';

export function PinlockScreen() {
  return (
    <View>
      <PINCode status="choose" />
    </View>
  );
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions