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
It seems that SVGO is in reality synchronous, we could use the underlying API _optimizeOnce to create a synchronous mode for SVGR. At time, we plan to create an alternative to SVGO, so let's do synchronous mode first!
Technical detail
Add a new method convertSync in core package.
The text was updated successfully, but these errors were encountered:
As discussed in software-mansion/react-native-svg#753 (comment), #106, #157, synchronous mode is a real thing.
It seems that SVGO is in reality synchronous, we could use the underlying API
_optimizeOnce
to create a synchronous mode for SVGR. At time, we plan to create an alternative to SVGO, so let's do synchronous mode first!Technical detail
Add a new method
convertSync
in core package.The text was updated successfully, but these errors were encountered: