admin管理员组文章数量:1278914
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?
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?
Share Improve this question edited Feb 24 at 12:20 Milan Detruja asked Feb 24 at 12:20 Milan DetrujaMilan Detruja 32 bronze badges 2- Have you seen github/software-mansion/… ? – tevemadar Commented Feb 24 at 13:32
- just created a blank project with react native 0.78 and installed the react-native-svg version 15.11.2 , without any issue . – nazmul Commented Feb 24 at 15:28
1 Answer
Reset to default 0you can resolve this issue with add this version of react-native-reanimated: 3.17.0, this is new version of react-native-reanimated
本文标签: React Native 078 Build Failure C Build System Error with reactnativesvgStack Overflow
版权声明:本文标题:React Native 0.78 Build Failure: C++ Build System Error with react-native-svg - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741271085a2369311.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论