hoanglam10499 / react-native-drop-shadow

https://www.npmjs.com/package/react-native-drop-shadow
MIT License
218 stars 9 forks source link

requireNativeComponent: "DropShadow" was not found in the UIManager. #21

Closed Federico-Mameli01 closed 1 year ago

Federico-Mameli01 commented 1 year ago

Can't solve this issue. I installed it through npm, my project is running with Expo and I imported the component with: import DropShadow from "react-native-drop-shadow"; Has anyone else had this problem before? Any help would be much appreciated. Thanks.

mickaelcornelli commented 1 year ago

Same problem. Working fine on IOS. But got render error on Android. "RequireNativeComponent : "DropShadow" was not found in UIManager

I'm using : "expo": "~45.0.0", "react-native": "0.68.2", "react-native-drop-shadow": "^0.0.6",

nikitaSazhinov commented 1 year ago

Same issue here, anybody found a solution?

hoanglam10499 commented 1 year ago

hi @Federico-Mameli01, expo is not supported

1