-
-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Labels
Description
Expected Behavior
As React Native Web supports rem
values, they don't have to be converted to pixels by this library.
Actual Behavior
rem
values are converted to a pixel value.
Show the code
EStyleSheet.create({
text: {
fontSize: '1.25rem',
},
})
Expected output:
Web: fontSize: '1.25rem'
Native: fontSize: 20
Environment
Expo 38
upendra-web, querandom, hashtd and sinafath