Hello, the issue already created here: https://github.com/software-mansion/react-native-reanimated/issues/8256 renaming all import resolves the issue: `#import "SVGLength.h" ` --> `#import "SVGKit/SVGLength.h"` `#import "CSSValue.h"` --> `#import "SVGKit/CSSValue.h"`
Hello, the issue already created here:
software-mansion/react-native-reanimated#8256
renaming all import resolves the issue:
#import "SVGLength.h"-->#import "SVGKit/SVGLength.h"#import "CSSValue.h"-->#import "SVGKit/CSSValue.h"