I am facing a build issue in React Native version 0.78, specifically with react-native-svg. The build fails with the following error:
C++ build system [build] failed while executing
I installed react-native-svg in my React Native 0.78 project and expected it to build successfully.
Actual Result: The build failed with the C++ build system error
How can I resolve this issue? Is react-native-svg compatible with React Native 0.78?