react-native-responsive-fontSize icon indicating copy to clipboard operation
react-native-responsive-fontSize copied to clipboard

Dimensions.get("window") returns zero in some IOS versions affecting RFValue to be really low

Open chaveene opened this issue 2 years ago • 0 comments

Dimensions.get("window") returns zero in some IOS versions (15.3,15.4 like wise) so as a workaround we used Dimensions.get("screen") instead and used as external library.

chaveene avatar Mar 18 '22 04:03 chaveene