Font.loadAsync does not work with SDK 35

All icons from expo/vector-icons are throwing an error: " [‘material’’ is not a system font and has not been loaded through Font.loadAsync]"

try deleting node_modules and package-lock.json and installing again.

Found this link which solved it for me.
https://github.com/expo/expo/issues/5507#issuecomment-535067703

2 Likes