EvanBacon / react-native-web-hooks

Hooks for React Native web and Expo
MIT License
197 stars 10 forks source link

Types issue for useREM #9

Open slorber opened 4 years ago

slorber commented 4 years ago

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