Loading fonts outside of expo

Hey y’all! quick question - can we use the Expo.Font.loadAsync function within a regular react native project created with react-native init?

I believe you need to compile fonts into your app using the require system for assets when using “vanilla” RN. @notbrent might be able to correctly me if I’m wrong here, though.