@rn-components-kit/text
v1.0.0
Published
Text component
Downloads
10
Readme
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.