Thank You Apiut. I also often feel overwhelmed with this topic sometimes. And I like to get a step back and try to tackle the problem in small and digestible pieces.
this channel is like pure gold i cant stop watching your videos even in the holidays XD i just wanna thank you for sharing your knowledge and everything you (the redash library as well)
Looking forward to the follow up to this! Would love to see it fully integrated with the pinch to zoom and everything similar to how Instagram functions.
Hi William! You rock! Thanks for your videos! One question tho... in this one I had this problem: TypeError: (0, _reactNativeRedash.usePanGestureHandler) is not a function. (In '(0, _reactNativeRedash.usePanGestureHandler)()', '(0, _reactNativeRedash.usePanGestureHandler)' is undefined) What could it be?
Hi, I'm stuck in clock hand animation using Panresponder. What I should do? In the scenario, people can freely rotate the clock hand of the clock and set time by their own of clock
What if i put this into a material top tab navigator? which has also 3 screens side by side swipeable, and lets say i put this in the middle screen.. will it prevent to swipe to side screens ?
Hey William thanks for this great video, but I am a beginner with animations, so can you start a series from scratch like basics to advance animation concepts in react native. We really want this kind of series. ❤️ from India.
This is because it's a declaration to be run on the UI thread not JavaScript code executed imperatively. I go deeper in this topic in this video: start-react-native.dev/lessons/the-heart-of-the-matter
Is it possible to execute a JS function on handler state changed using react native redash? For example to navigate back by dragging down. (e.g. call navigate.goBack() if the translateY is greater than 0.8 * screen height)
I show the infinite swiper technique at ua-cam.com/video/zF9rmPH00AA/v-deo.html if you send me a beautiful example of an infinite swiper, I would love to do it on the channel
I'm new to Animations in React native and I find your content very usefull. One simple question tho: I tried to implement your swiper in my own project and I realised if i swipe fast it scrolls past a few image. What do i have to tweak to make it so it only snaps to the next or previous image?
I was trying to do this for a week and you did it in 10mins 🤣 I have one more doubt, shouldn't we use spring function instead of timing function as we have velocity.
you should find this version useful: ua-cam.com/video/yBuhnVDXekQ/v-deo.html Also this one relates nicely to the topic: ua-cam.com/video/PzKWpwmmRqM/v-deo.html
Such a priceless knowledge being shared for free. The world is still full of so many great people. Thank you for all this William!
Every time I am overwhelmed by a feature, I find comfort in William Candilion's videos
Thank You Apiut. I also often feel overwhelmed with this topic sometimes. And I like to get a step back and try to tackle the problem in small and digestible pieces.
this channel is like pure gold i cant stop watching your videos even in the holidays XD i just wanna thank you for sharing your knowledge and everything you (the redash library as well)
Looking forward to the follow up to this! Would love to see it fully integrated with the pinch to zoom and everything similar to how Instagram functions.
Josh you're gonna love next's week video 😅I'm so excited to share the next recipe of using this with the pinch gesture handler.
@@wcandillon god how i hate your french accent, some words sound totally unintelligible
Hi William! You rock! Thanks for your videos! One question tho... in this one I had this problem: TypeError: (0, _reactNativeRedash.usePanGestureHandler) is not a function. (In '(0, _reactNativeRedash.usePanGestureHandler)()', '(0, _reactNativeRedash.usePanGestureHandler)' is undefined) What could it be?
Can you do the same with screens instead of images?
How to set 3rd slide as active?
Can you post a video on how to use a scrollview inside a pangesturehandler?
Hi, I'm stuck in clock hand animation using Panresponder. What I should do? In the scenario, people can freely rotate the clock hand of the clock and set time by their own of clock
I tried to understand what you did there, but always when i swipe to fast it skips one or more images. How can i set a max width "for every scroll"?
Just did this and integrated the pinch gesture too! And used index to add a pagination UI overlay.
That's fantastic 🙌🏻I'm currently attempting to have it pan within the zoomed image and seamlessly swiped when reaching the end of the zoomed image.
I love it, How can I get the index value out of the cycle, I want to use it on the UI to render an active dot.
What cam do you use ?
Best channel for React Native Tutorial :) & what's about flutter for new project, it safe?
Could the same approach (horizontal ScrollView) be used to make a swipeable calendar, which is pretty much an "inifnite" collection of months?
What if i put this into a material top tab navigator? which has also 3 screens side by side swipeable, and lets say i put this in the middle screen.. will it prevent to swipe to side screens ?
Hey William thanks for this great video, but I am a beginner with animations, so can you start a series from scratch like basics to advance animation concepts in react native. We really want this kind of series.
❤️ from India.
Sorry, have to ask, why he uses cond(eq(... instead of:
if(state === State.ACTIVE) {
translateX = offsetX + translation.x
}
are these the same?
This is because it's a declaration to be run on the UI thread not JavaScript code executed imperatively. I go deeper in this topic in this video: start-react-native.dev/lessons/the-heart-of-the-matter
Up down swipe is possible?
❤️From Kerala, India
🙌🏻 from beautiful Zürich Switzerland
@@wcandillon ❤️
Same 🤯❤️
@@42xzero Bro😍
Is it possible to execute a JS function on handler state changed using react native redash? For example to navigate back by dragging down. (e.g. call navigate.goBack() if the translateY is greater than 0.8 * screen height)
my bad, I forgot `call(..)` from reanimated exists.. awesome videos william!
Well done and solid code. Thank you. Do you have video of making both panGestHandler and pinchGestureHandler working together?
How would you make this an infinite swiper?
I show the infinite swiper technique at ua-cam.com/video/zF9rmPH00AA/v-deo.html if you send me a beautiful example of an infinite swiper, I would love to do it on the channel
This is great. Lol, also what font do you use in your dev environment?
Thanks man, Its seems very easy when you do it.
thanks William, for shares so many codes!
You are more than welcome, I'm having a blast doing it!
What plugin are you using to format your visual studio so that it formats the code when you pasted in closing tags
It's the eslint autofix option
that's grate william. make playlist for panresponder ,it will be awesome
I'm new to Animations in React native and I find your content very usefull. One simple question tho: I tried to implement your swiper in my own project and I realised if i swipe fast it scrolls past a few image. What do i have to tweak to make it so it only snaps to the next or previous image?
Thanks,Excited;
Hope you like it!
Finally learned what snapToInterval means
I was trying to do this for a week and you did it in 10mins 🤣 I have one more doubt, shouldn't we use spring function instead of timing function as we have velocity.
spring would be great too, make sure to not have too big oscillations. I used timing for simplicity here.
I wish to see this being implemented in react-native-reanimated v3
you should find this version useful: ua-cam.com/video/yBuhnVDXekQ/v-deo.html
Also this one relates nicely to the topic: ua-cam.com/video/PzKWpwmmRqM/v-deo.html
@@wcandillon oh God thank you for responding! I’ll look into it
@@wcandillon thanks I got it implemented!
Very Good 👍
your so awesome man. Tanks.
Thanks man.. btw please teach on udemy... can't wait for it..
It will always be on start-react-native.dev/. To anyone who reads this: can I hook you up with a discount? My email is wcandillon@gmail.com
I love your accent😍
Please do more small video format
You got it :) I have some exciting stuff in the pipeline.
this guy is the monk
your the best!
Pls do more fancy ui that is not available and it's available in flutter 👌
Please send me suggestions if you have some.
@@wcandillon
There r lots of pretty ui in youtube which has built by flutter and I didn't find something like in react..
whats sean evans doing?
I like your accent
Thank You Nyoba! I should really make an effort to speak clearer sometimes 😅
@@wcandillon it's okay . I hope you made a lot of video tutorials again👍
NISI ЧИТАВ