Skip to content

Tags: erenkulaksiz/vector-icons

Tags

expo-font-fix

Toggle expo-font-fix's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update "expo-font" imports

Instead of `import { Font } from 'expo-font'` we now have `import * as Font from 'expo-font'`. (In the cases where you use only a few named exports, this opens the path to dead-export elimination in some bundlers.)

Test plan: made this change locally in my node_modules and loaded in NCL in the Expo repo