react-native-web-hooks icon indicating copy to clipboard operation
react-native-web-hooks copied to clipboard

Types issue for useREM

Open slorber opened this issue 5 years ago • 0 comments

Hi @EvanBacon

I wonder how you solve this:

image

fontSize must be a number according to RN typedefs, yet useREM might return a string on web and is string | number

slorber avatar Jan 25 '20 15:01 slorber