UNPKG

react-native-responsive-fontsize

Version:

Simple method for resposive fontSize based on screen-size of the device in React-Native

5 lines (3 loc) 171 B
declare function RFPercentage(percent: number): number; declare function RFValue(value: number, standardScreenHeight?: number): number; export { RFPercentage, RFValue };