879479119 / react-native-shadow

A SVG shadow component powered with react-native-svg,which can provide shadow on Android like iOS ^_^

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: package com.facebook.yoga does not exist

sirawatGG opened this issue · comments

I got this error
/node_modules/react-native-svg/android/src/main/java/com/horcrux/svg/SvgViewManager.java:14: error: package com.facebook.yoga does not exist
import com.facebook.yoga.YogaMeasureMode;
^

maybe react-native-svg was downloaded incorrectly, or its author updated something, you can check the newest version of react-native-svg. since I have never met question about yoga before, hope these can help

thank you for your respond. I just found the solution by updating react and react-native package.