The documentation says "Use a third-party icon library ( such as @expo/vector-icons ), with as prop."
I don't really know what that means, but let's say i want to render the Ionicon's home icon.
<Icon as="Ionicons" name="home" size={size} color={color} />
This just renders the question mark. So any idea how to use this?