Brandon Eichhorn

Results 7 comments of Brandon Eichhorn

Same issue here (nativewind ^4.0.36)

> I'm closing this issue as there doesn't seem to be a Skia bug here In the docs this example is referenced, but this example isn't reproducable anymore right? Because...

> Oups I see what you mean. Indeed the example with Flubber was not > using Reanimated but back then I remembered to have tried it. > You make the...

> Oups I see what you mean. Indeed the example with Flubber was not > using Reanimated but back then I remembered to have tried it. > You make the...

> > > Oups I see what you mean. Indeed the example with Flubber was not > > > using Reanimated but back then I remembered to have tried it....

``` import { useMemo } from 'react'; import { SharedValue, useDerivedValue, useSharedValue } from 'react-native-reanimated'; import { interpolate as flubberInterpolate } from 'flubber2'; import { Skia, type SkPath } from...