Month: August 2020
Listener in Animated.event
onScroll={event( [ { nativeEvent: { contentOffset: { y: this.scrollY } } } ], { listener: () => { console.log(‘scrolling’); } } )} As in original…
Invalid prop “onHandlerStateChange” of type object
When I try out some examples I always get an error when using the iOS simulator and Expo 28.0.0 that says that onHandlerStateChange has an…
imageViewer example panning not scaled on iOS
I tried out the imageViewer example and when you zoom in on iOS, the panning translation does not scale with the zoom. So when zoomed…
Programmatically set scale in imageViewer example
I’ve added a double tap gesture handler to mimic the iOS native photoviewer behaviour but I’m not sure how to update the scale in my…
interpolate does not support string values for outputRange
sample code: this.rotate=Animated.interpolate(this.animatedValue, { inputRange: [0, 1000], outputRange: [‘1deg’, ’90deg’], }) error:
parallel(…) alternative
how to run some Animated.timing() in same time with reanimated ?
Declarative onLayout
It would be a nice feature to add possibility to use onLayout in declarative way with Animated.Event and normal non-animated View
Spring animations are “slow” to end
Thank you so much for making this great module. I started to build some video tutorial on how to use it: https://www.youtube.com/watch?v=vAtf1fENGDA https://www.youtube.com/watch?v=UbedXievYGI https://www.youtube.com/watch?v=8HYb6ixhLKQ I’ve…
Sometimes breaking on detaching on iOS
It appears sometimes, and is connected with calling callback on getting value during detaching. 3bbf8a0#diff-1ea1099449a3d9c97e383160f5a623e2R194 This line is breaking. Maybe it is an issue in…
Recent comments