Alexandre Parjouet

Results 13 comments of Alexandre Parjouet

> I've added the improved default finalColor in 6.0.0 via [d32dc12](https://github.com/SrBrahma/react-native-shadow-2/commit/d32dc124aaa9a27ded9e10b03c5234d4c932a37a). > > The _`distanceOffset`_ prop I may add later. Still unsure if it would be a nice addition to...

Same here on IOS, but works great on Android, pretty weird behaviour

Same here, without Proguard. I thought It was caused by reanimated 0.6 but it seems it's not.

Same result with keyExtractor. Even if I'm removing renderItem, same result. ``` const renderItem = ({ item, setImageDimensions, }: RenderItemInfo): React.JSX.Element => { return ( { const {width, height} =...

Tried it too, and even onLoadEnd seems not work I'll try with FastImage, to check if it's related to Image of React Native "react-native": "0.72.5", "react-native-reanimated": "^3.6.1", Can it be...

Okay, it's definitly related of not using flex. I don't think it should be required, but I understand that can be hard to avoid it