You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to set the maxContentSizeMultiplier prop on a Text component, but it looks like it's not changing anything. React native has something similar to this called maxFontSizeMultiplier. Is this supposed to have the same behavior?
Yes, it looks like this functionality finally made it into RN, but it's under a different name than the one the Skype team initially used. See #783 for more details. We should change the ReactXP implementation accordingly. I'd prefer to stick with the "maxContentSizeMultiplier" name in the ReactXP interface to avoid a breaking change for ReactXP.
I tried to set the maxContentSizeMultiplier prop on a Text component, but it looks like it's not changing anything. React native has something similar to this called maxFontSizeMultiplier. Is this supposed to have the same behavior?
https://facebook.github.io/react-native/docs/text#maxfontsizemultiplier
The text was updated successfully, but these errors were encountered: