Cool, The explanation is easy to understand. I like animation in React Native, that's why I like to find references and luckily there are good people like you who want to share
Hi DesignIntoCode, thank you very much for this tutorial, I found it very helpful, these videos are the best, clear and concise, here you have a new subscriber 😉
scrollX is acting funny for me. It is an object first and foremost, but when I stringify it, it turns out it's a very odd decimal number. I tried to stringify then parseInt for the dotWidth, but because the values were a bit odd, the widths don't work out correctly. What could be causing the weird scrollX values?
got an error: ERROR TypeError: undefined is not a function that appears at line "const dotWidth = scrollX.interpolate({" apparently right after the word interpolate in the paginator.js file :/ .... any ideas?
Hey! If you wanna see the ENTIRE app RIGHT NOW, go here! www.patreon.com/posts/animated-app-46720413
Cool, The explanation is easy to understand.
I like animation in React Native, that's why I like to find references and luckily there are good people like you who want to share
Hi DesignIntoCode, thank you very much for this tutorial, I found it very helpful, these videos are the best, clear and concise, here you have a new subscriber 😉
you won me again... clean code very very good and easy to understand
Thanks alot for this. Really helped a lot. One thing, If u have any explained video of Animated Please consider sharing.
Woohoo, this tutorial is fantastic, thank you!!!
Short Explanation but to the point. Like It
Respect man thank you so much!
Excellent content! Would love to see Toasts and different types of animations on mounting and unmounting 🔥
Thanks! That's super cool!
Keep it up bro!😀
tooooo much thank you man it is awesome
Wooohoooo, it's really awesome tutorial
Nice work 🎉
Awesome man
Anyone else having issues with the animations not working at all? 2:48 my dots aren't doing anything. Only the first dot stays wide.
i got an error too
@@gezafiqrullah5321 Make sure that view has an Animated prefix. Animated.View. Took me a minute to find it.
Same issue, did you solve that ?
Thank you so much!
Nice content man......I think it will help me in my app😄
Hello, thanks for the course. I can't see my paginator, the component is there , but not displaid
Same issue, did you solve that ?
import Paginator from "./Paginator"; INSTEAD import Paginator from "./paginator"; ..thank you
its awsome
Nice
what about pages of Flatlist? How can I add the dots each page without index?
My dots are doing nothing after coying all the code
scrollX is acting funny for me. It is an object first and foremost, but when I stringify it, it turns out it's a very odd decimal number. I tried to stringify then parseInt for the dotWidth, but because the values were a bit odd, the widths don't work out correctly.
What could be causing the weird scrollX values?
got an error: ERROR TypeError: undefined is not a function that appears at line "const dotWidth = scrollX.interpolate({" apparently right after the word interpolate in the paginator.js file :/ .... any ideas?
print scrollX and see if it's undefined or not
How can be made vertically?
inputRange must be monotonically non-decreasing
what is this
did you find a solution ? I have the same problem
Use parenteses '( i - 1 )'. If you do not use, 'width' will be multiplied by the value before the subtraction takes place.
const width = useWindowDimensions().width - put .width after usewindowDimensions()
keep it up, hit like and sub
The title could have been 'Animated Onboarding App series - Part 2 (Prepare Indicators)', but anyways, its nice work done.