Files
react-navigation/packages/native-stack/src/views/FontProcessor.tsx
2021-05-31 20:12:05 +02:00

6 lines
131 B
TypeScript

export function processFonts(
_: (string | undefined)[]
): (string | undefined)[] {
throw new Error('Not supported on Web');
}