Skip to content

add custom fonts expo  #7

@waltershub

Description

@waltershub

the package works fine for fonts that are already supported but how about using it on a custom
expo provides this method
componentWillMount() {
Font.loadAsync({
'open-sans-bold': require('./assets/fonts/Quicksand-Regular.ttf'),
});

but it not working with the setCustomText(customTextProps);
i think its because by the time the font is loaded the props have already been passed in and failed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions