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
First of all, thank you for providing such an extensive collection of icons!
I have a question: is there any way to use the outlined-fill version of Material Symbols in React Native? I’ve encapsulated my Material Symbols component like this and it works well in non-fill symbols:
Although I’ve tried several approaches, such as appending the code point with "-fill" or setting the fontWeight to an extremely high value, I couldn’t find a way to access the fill version of the Material Symbols.
Is there any workaround or guidance you can provide? Or should I open an issue with React Native instead?
The text was updated successfully, but these errors were encountered:
Hi,
First of all, thank you for providing such an extensive collection of icons!
I have a question: is there any way to use the outlined-fill version of Material Symbols in React Native? I’ve encapsulated my Material Symbols component like this and it works well in non-fill symbols:
Although I’ve tried several approaches, such as appending the code point with "-fill" or setting the fontWeight to an extremely high value, I couldn’t find a way to access the fill version of the Material Symbols.
Is there any workaround or guidance you can provide? Or should I open an issue with React Native instead?
The text was updated successfully, but these errors were encountered: