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.

13 lines (12 loc) 291 B
/* eslint-disable import/no-unused-modules */ import { ResponsiveText } from './components'; export type { AnimatableProps, AnimatableValue, AnimationSettings, EllipsizeMode, HorizontalAlignment, TextOverflow, VerticalAlignment } from './types'; export default ResponsiveText;