-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
Do you want to request a feature or report a bug?
Feature. See: https://facebook.github.io/react-native/docs/text.html#adjustsfontsizetofit
What is the current behavior?
The prop is not implemented. See:
react-native-web/packages/react-native-web/src/exports/Text/index.js
Lines 44 to 45 in 23fa663
/* eslint-disable */ | |
adjustsFontSizeToFit, |
What is the expected behavior?
The prop to be supported :)
Environment (include versions). Did this work in previous versions?
- OS: all
- Device: all
- Browser: all
- React Native for Web (version): all
- React (version): all
YZahringer