An open API service indexing awesome lists of open source software.

https://github.com/mjm918/react-native-font-scale

Flexible, autoscale, sizetofit `<Text/>` component without any native module
https://github.com/mjm918/react-native-font-scale

auto-scaling flexible react-components react-native text

Last synced: 3 months ago
JSON representation

Flexible, autoscale, sizetofit `<Text/>` component without any native module

Awesome Lists containing this project

README

          

# react-native-font-scale
Flexible, autoscale, sizetofit `` component without any native module

It can be adjusted to fullfil the usage of `wrap_content` in android and `minimumScale` in iOS

# Available props
`text`
`color`
`size`
`weight`
`fixed`
`style`
`width`
`numberOfLines`

# NPM Installation
`npm i react-native-font-scale`

# Basic usage

You can use this if you want to make the text scale and fit the view without trauncate tail