<!-- To get faster and relevant feedback on your issue please provide the following info --> #### Expected Behavior <!-- Write what you thought would happen. --> As React Native Web supports `rem` values, they don't have to be converted to pixels by this library. #### Actual Behavior <!-- Write what happened. Include screenshots if needed. --> `rem` values are converted to a pixel value. #### Show the code <!-- If possible show the code where stylessheets are created, built and used. --> ```ts EStyleSheet.create({ text: { fontSize: '1.25rem', }, }) ``` Expected output: Web: `fontSize: '1.25rem'` Native: `fontSize: 20` #### Environment <!-- Run `react-native info` in your terminal and paste its contents here. --> Expo 38