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.

11 lines (8 loc) 220 B
export type HorizontalAlignment = | 'center' | 'center-left' | 'center-right' | 'left' | 'right'; export type VerticalAlignment = 'bottom' | 'center' | 'top'; export type TextOverflow = 'hidden' | 'visible';