UNPKG

vexio-font-static

Version:

Disable font scaling in React Native for Text and TextInput components.

5 lines (4 loc) 174 B
declare module 'vexio-font-static' { // Function to disable font scaling globally for Text and TextInput components export function disableFontScaling(): void; }