Skip to content

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

@anisamh18

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>
  );
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions