DEV Community

LuckyArthas
LuckyArthas

Posted on

1

Error: Expo validation using react-native-form-validation

This is react expo project and the error appeared when using react-native-form-validation for validation.

value={fullName}
label="Full Name"
captionTextStyle={styles.captionTextStyle}
caption={errors.fullName.length > 0 && errors.fullName}
status={errors.fullName.length > 0 ? "danger" : ""}
onChangeText={value => this.handleChange("fullName", value)}
/>
This is one part of validation Input using react-native-ui-kitten.

The error runs because all the texts in input like labels and inputting texts.

I didn't find the reason why this error happened.

"""Error:
10:03
fontFamily "$text-font-family" is not a system font and has not been loaded through Font.loadAsync.

  • If you intended to use a system font, make sure you typed the name correctly and that it is supported by your device operating system.

  • If this is a custom font, be sure to load it with Font.loadAsync.
    """

This is urgent problem... please help me. Thanks.

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay