UNPKG

react-native-skia-responsive-text

Version:

A library providing a wrapper for the React Native Skia Text component, offering features like user-friendly text alignment, efficient multiline text management, and straightforward text truncation.

4 lines 266 B
import { ResponsiveText } from './components'; export type { AnimatableProps, AnimatableValue, AnimationSettings, EllipsizeMode, HorizontalAlignment, TextOverflow, VerticalAlignment } from './types'; export default ResponsiveText; //# sourceMappingURL=index.d.ts.map