我在编译时安装了 react-native-svg 我得到了这个错误
error: package com.facebook.yoga does not exist
提前致谢
我在编译时安装了 react-native-svg 我得到了这个错误
error: package com.facebook.yoga does not exist
提前致谢
Do:
npm install react-native-svg@4.4.1
then you may need to do:
cd android; gradlew clean
Taken from: https://github.com/capitalone/react-native-pathjs-charts/issues/55