ReactNative 使用用第三方组件react-native-svg时Android下出现错误

ReactNative 使用用第三方组件react-native-svg时Android下出现错误,IOS 正常,希望哪位大神能尽快帮解决,谢谢!!错误如下:

 Unable to launch redbox because react activity is not available, here is the error that redbox would've displayed: Invariant Violation: Native component for "RNSVGPath" does not exist
 ...

是不是没有link?
npm link react-native-svg

已经 link了,而且查看了原生代码,相关代码都加上去了,在IOS模拟器下运行是没有问题的,就是Android下有问题,不知道是什么原因。