react-native-shadow icon indicating copy to clipboard operation
react-native-shadow copied to clipboard

Error: No ViewManager defined for class RNSVGDefs.

Open spicyboiledfish opened this issue 6 years ago • 3 comments

I just want to set shadow for Android in React Native. And then I followed this link https://stackoverflow.com/questions/41320131/how-to-set-shadows-in-react-native-for-android. The steps are from the github: https://github.com/879479119/react-native-shadow.

spicyboiledfish avatar Jul 20 '17 08:07 spicyboiledfish

qq 20170720161856

spicyboiledfish avatar Jul 20 '17 08:07 spicyboiledfish

You need to configure react-native-svg as well. Follow steps in README here

sdnts avatar Aug 16 '17 19:08 sdnts

@spicyboiledfish if you are using react-native >=0.47 , you should try to delete this SvgPackage#createJSModules method

BCsl avatar Sep 19 '17 08:09 BCsl