Open spicyboiledfish opened 7 years ago
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.
You need to configure react-native-svg as well. Follow steps in README here
react-native-svg
@spicyboiledfish if you are using react-native >=0.47 , you should try to delete this SvgPackage#createJSModules method
SvgPackage#createJSModules
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.