1.0.0 • Published 7 months ago

reactnative-adaptive-fonts v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

reactnative-adaptive-fonts

A React Native library for responsive font sizing across different devices.

Usage

const MyComponent = () => {
  const { typography, fontSizes, getResponsiveSize } = useResponsiveFonts();

  return (
    <Text style={{ fontSize: typography.h1 }}>
      Heading
    </Text>
  );
};

useResponsiveFonts

  typography, 
  fontSizes, 
  getResponsiveSize 
} = useResponsiveFonts();

Installation

npm install reactnative-adaptive-fonts
1.0.0

7 months ago