1.0.0 • Published 5 years ago

@rn-components-kit/text v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Text


English | 中文

A React component for displaying text. It mainly resolves the following problems of React Native Text component:

  • mixed Chinese and English arranging problem.
  • sometimes tailed text would be cut off on some Android phones.
  • different padding values on Android/IOS os result in different text height.

How to use

npm install @rn-components-kit/text --save

Use the same way as Text component provided by React Native.