mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
# Summary - Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. - extract SVG web components. - extract web types. - extract utils function. ## Test Plan You can test that problem by running a test example `Test1813` ### What are the steps to reproduce (after prerequisites)? Without those changes, you can occur that problem by running a test example `Test1813` ## Compatibility | OS | Implemented | | ------- | :---------: | | iOS | ✅ | | Android | ✅ | --------- Co-authored-by: Jakub Grzywacz <jakub.grzywacz@swmansion.com>