@react-native-vector-icons/common
Version:
Customizable Icons for React Native with support for image source and full styling.
16 lines (13 loc) • 419 B
JavaScript
;
/**
* dynamic font loading isn't supported on web
* */
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const loadFontAsync = async (_fontFamily, _fontSource) => undefined;
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const isLoaded = _fontFamily => true;
export const dynamicLoader = {
isLoaded,
loadFontAsync
};
//# sourceMappingURL=dynamic-font-loading.web.js.map