hoanglam10499 / react-native-drop-shadow

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

fix: ref should be forwarded #13

Closed leonchabbey closed 2 years ago

leonchabbey commented 2 years ago

Use case example: reanimated's createAnimatedComponent requires the component to forward its ref.

hoanglam10499 commented 2 years ago

So good! Thanks for your PR!