kostas64

Results 21 comments of kostas64

> I was able to solve this by adding `animation: 'fade'` > > ``` > sharedElements={(route, otherRoute, showing) => { > const { id } = route.params > return [...

Same issue here RN: 0.68.2 react-native-skeleton-content-nonexpo: 1.0.1 react-native-linear-gradient: 2.6.2

Same problem. animation takes tool long before start

In my case the problem with the payment sheet was the amount. Stripe is accepting amount in cents. I was passing "10" as amount in "eur" currency. For stripe this...

I dont know what is your code that produces this error, but i was facing the same issue when i was using Gesture Detectors. "react-native-gesture-handler": "^2.4.0" "react-native-reanimated": "^2.10.0" What didnt...

> > Code that made my app freeze (iOS, Android) > > const pangGesture = Gesture.Pan() .onUpdate(e => { const leafsLength = Math.floor(e.x / 42); runOnJS(onPressHandler)(leafsLength); }) .onEnd(() => runOnJS(getRatedColor)());...

@MikhailVasiliev happy to hear that!

> I managed to put the blur inside of an AnimatedView, and change the opacity of that. However that caused some issues with the blur rendering on top of a...

> It is not strictly related to this, but I tried to use reanimated 3 to interpolate the width and other values for a header that needs to change with...

> > > It is not strictly related to this, but I tried to use reanimated 3 to interpolate the width and other values for a header that needs to...