Max font scaling multiplier for react native have no effect on native iOS elements like Alert and ActionSheet
I’ve implemented font scaling limitations in my React Native application to accommodate various device font sizes on iOS and Android. While this approach works well for most components, it doesn’t affect the font scaling of native iOS Alert and Action components. I’m exploring ways to extend font scaling control to these native elements.