Results 179 comments of Bruno Fantauzzi

> I'm making a 2D RPG with 100s of equipment items and weapons, so I need to reference back to my player/RPG character Aseprite file that has the base player...

Hi, sorry to say after so long but I no longer have plans on adding this by myself. PRs are welcome!

Hi, I just added this note on README: Closing this as I don't think that limiting the radii values may be the best decision at the moment.

Closed due to inactivity

Same. The exact error: `Invariant Violation: requireNativeComponent: "BVLinearGradient" was not found in the UIManager.`

@jameslounds what about creating an Action for it in the Marketplace?

@nagibyro ~~Many thanks! So if I have 4 .yaml files, I add this to their end?~~ Yes! But probably just putting it on the longest one would do it. Maybe...

Try to wrap your Shadow component and content with React.memo/useMemo. Maybe the transition is causing a re-render of the shadow for every animation frame, which is costly. By using the...

My https://github.com/SrBrahma/react-native-shadow-2 have TS support :)