-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
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
Labels
No labels