Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 294 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 294 Bytes

RNSimpleReadMore

Simple and lightweight ReactNative library to truncate text lines with "read more" and "show less" options.

Istallation

npm i -S rn-simple-read-more

Usage

<SimpleReadMore lineHeight={18} numberOfLines={3} text="Really long text...." />