SVG Handling: Introduce a new mode that allows you to create React Native SVGs using Expo, making it easier to work with SVGs in your React Native projects.
SVG Handling: Ensure that the viewBox is preserved even when dimensions are removed, improving layout consistency for SVGs without explicit dimensions.
Improvements
Documentation: Update documentation to clarify the default value for dimensions, reducing confusion for users regarding SVG configuration.
Documentation: Fix misleading code examples in the documentation related to attribute value replacements, ensuring users have accurate guidance.
Fixes
Fix various typos and small errors in the documentation, enhancing clarity and professionalism.
Others
Improve the repository's visibility by replacing git+ssh links with npm-friendly links, making it easier for users to access the project on GitHub.