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.

7 lines (5 loc) 131 B
export type EllipsizeMode = 'clip' | 'head' | 'middle' | 'tail'; export type TextLineData = { text: string; width: number; };