Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
anisamh18 opened this issue Apr 25, 2022 · 0 comments

Comments

@anisamh18
Copy link

anisamh18 commented Apr 25, 2022

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>
  );
}
@anisamh18 anisamh18 changed the title Unrecognized fotn family Material Icons on ios console.error : "fontFamily "Material Icons" is not a system font and has not been loaded through Font.loadAsync Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant