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.

8 lines (7 loc) 183 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ELLIPSIS = void 0; const ELLIPSIS = exports.ELLIPSIS = '...'; //# sourceMappingURL=index.js.map