UNPKG

expo-font

Version:

Load fonts at runtime and use them in React Native components.

14 lines 342 B
export function withServerContext(callback) { return callback(); } export function addServerFont(_entry) { } export function getServerResourceDescriptors() { return []; } export function getLoadedServerFonts() { return []; } export function isServerFontLoaded(_name) { return false; } //# sourceMappingURL=serverContext.js.map