react native responsive fontSize
v0.5.1

استخدم هذه المكتبة إذا كان لديك مشكلة صغيرة مع حجم الخط؟
yarn add react-native-responsive-fontsize
# or
npm install react-native-responsive-fontsize --save| iPhone SE | iPhone X. |
|---|---|
| الحجج | وصف | |
|---|---|---|
| rfpercentage | النسبة المئوية: العدد | يتم حساب حجم الخط كنسبة مئوية من الارتفاع ( width في وضع المناظر الطبيعية) للجهاز. |
| rfvalue | القيمة: الرقم ، المعايير creenheight؟: الرقم | يتم حساب حجم الخط بناءً على المعايير وقيمة مرور |
standardScreenHeight RFValue680screen width import { RFPercentage , RFValue } from "react-native-responsive-fontsize" ;
const styles = StyleSheet . create ( {
welcome : {
fontSize : RFValue ( 24 , 580 ) // second argument is standardScreenHeight(optional),
textAlign : "center" ,
margin : 10 ,
} ,
instructions : {
textAlign : "center" ,
color : "#333333" ,
marginBottom : 5 ,
fontSize : RFPercentage ( 5 ) ,
} ,
} ) ; الإصدارات
test code