879479119 / react-native-shadow

A SVG shadow component powered with react-native-svg,which can provide shadow on Android like iOS ^_^
MIT License
610 stars 82 forks source link

error: package com.facebook.yoga does not exist #2

Closed sirawatGG closed 7 years ago

sirawatGG commented 7 years ago

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; ^

879479119 commented 7 years ago

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

sirawatGG commented 7 years ago

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