Files
react-native-svg/common/cpp/react/renderer/components/rnsvg
Tomek Zawadzki 1de7709176 Add missing #import <folly/dynamic.h> on RN 0.75 (#2344)
Currently, react-native-svg fails to compile on Android with react-native@0.75.0-rc.4 and new architecture enabled due to an unknown identified folly::dynamic.

This PR adds the missing import so that the identifier has a declaration.
2024-07-11 09:59:57 +02:00
..