You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another primitive I see missing is Icon. Icons might be able to be shoehorned into Text or Image primitives however I think that would just muddy them both up.
This one might actually be a bit tricky due to the need to include external fonts. Specifically on React Native requiring a native module when using react-native-vector-icons.
Fair point, if your icon actually is an image. However, icons as fonts are much easier to style and scale and are smaller in size.
I guess, technically you could use the Text primitive as well if it is a font. The trick though is how things are loaded on different platforms, specifically when using fonts.
Another primitive I see missing is Icon. Icons might be able to be shoehorned into
Text
orImage
primitives however I think that would just muddy them both up.This one might actually be a bit tricky due to the need to include external fonts. Specifically on React Native requiring a native module when using react-native-vector-icons.
Curious to hear your thoughts on this one @lelandrichardson.
The text was updated successfully, but these errors were encountered: