Introduction to Animated API (React Native)

  Рет қаралды 26,507

Reactiive

Reactiive

Күн бұрын

What's up mobile devs? In this tutorial we’ll learn how to recreate from scratch the first animation that I did on this channel but... this time we're going to use the React Native Animated APIs!
Learn more about React Native: www.reactiive.io
Support me on Patreon: / reactiive 🤓
Follow me on Twitter: / reactiive_
Source code: github.com/enzomanuelmangano/...
Where's actually "Introduction to Reanimated 2" ?
Here's the answer: • Introduction to React ...
The main concepts we'll explore are:
- Animated Values
- Timing, Spring, Repeat Animations
- useNativeDriver
Chapters:
00:00 Introduction
01:00 Setup
01:53 Timing animations
04:24 useNativeDriver
06:54 Spring Animations
08:30 Interpolate
12:14 Sequence and Parallel
13:50 Loop

Пікірлер: 37
@fabriziadicristo5777
@fabriziadicristo5777 2 жыл бұрын
Interesting comparison! Thanks sir💪
@gajananmehta7215
@gajananmehta7215 2 жыл бұрын
Your all videos are amazing i learn so much new things, keep making such amazing animation videos👍
@abdelalimhassouna9573
@abdelalimhassouna9573 Жыл бұрын
It was indeed very clear and smooth tut. Thank you
@tharathrbt7968
@tharathrbt7968 11 ай бұрын
Great tutorial, short, hit the point ☺️
@Veluc1f3r
@Veluc1f3r Жыл бұрын
Great tutorial! Thank you! Animated namespace is starting to make sense! How would you approach animating between background colors?
@andikarangga1632
@andikarangga1632 Жыл бұрын
great, easy to understand for me. thank you
@lrajoo11
@lrajoo11 Жыл бұрын
Super helpful. Thank you!
@DrNabeel20
@DrNabeel20 2 жыл бұрын
thanks! great job hope for more 🔥
@maximilianoInfinito
@maximilianoInfinito Жыл бұрын
Great Tutorial and example, thankyou
@ludwigvillalba1886
@ludwigvillalba1886 Жыл бұрын
Cool. Thanks for sharing!
@voldemore6300
@voldemore6300 Жыл бұрын
Great video!! Keep producing videos for beginner😊
@aliinceoglu6076
@aliinceoglu6076 2 жыл бұрын
I am really grateful for your tutorials. Thank you! What theme are you using? It looks great :)
@Reactiive
@Reactiive 2 жыл бұрын
Hi Ali thanks for the feedback. Here's the info on my vscode theme setup: - vscode theme “Tokyo Night" ( marketplace.visualstudio.com/items?itemName=enkia.tokyo-night ); - palenight icons ( marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme-icons ).
@khalidkhan5308
@khalidkhan5308 2 жыл бұрын
Please do make more and more tutorials 👌
@daljeetsingh5127
@daljeetsingh5127 2 жыл бұрын
Thank for amazing video
@mma-dost
@mma-dost Жыл бұрын
Great thanks keep making more animation videos and react native tutorials .🙏🙏✅✅🚀🚀
@khanhduy3364
@khanhduy3364 2 жыл бұрын
amazing video
@YunsGeek
@YunsGeek 2 жыл бұрын
thanks sir 🌹 i have a probleme with inverted flatlist im trying to make chat so when i use flatlist to display messages it works fine but when i invert the flatlist since theessages are from down to up the flatlist lagging in android device i did nkt find any solution every thing is fine every child have a key ... i hope you can help me , thanks again ❤
@codingmaster5224
@codingmaster5224 2 жыл бұрын
Thank you 🌹🌹❤️❤️❤️❤️❤️
@tekashinakamura8719
@tekashinakamura8719 2 жыл бұрын
Please make more videos sir
@abhidadhaniya5701
@abhidadhaniya5701 Жыл бұрын
Awesome theme of vscode and what is the name of it?
@johnmaverick3068
@johnmaverick3068 Жыл бұрын
Thanks
@eminzeynalov3395
@eminzeynalov3395 2 жыл бұрын
thanks for the great lessons. You can show how to install reanimated from scratch? there are difficulties in installation.
@Norfeldt
@Norfeldt Жыл бұрын
It can be a 3 step process if you already have compiled. 1. 'expo install react-native-reanimated' 2. Add the plugin string to babel.config as described in the expo docs for reanimated 3. Do 'yarn start -c' to clear the previous compiled cache (this was often the missing step for me)
@learnandlearn849
@learnandlearn849 Жыл бұрын
Thanks for making amazing aimations. Can you make an Video for Ios style picker custome picker that will work on both android and Ios platform may be helpful
@valeriotorroni1602
@valeriotorroni1602 Жыл бұрын
Credo che sei italiano o sbaglio comunque bellisimo video anche per chi ha esperienza nel linguaggio React Native.
@networksx333
@networksx333 2 жыл бұрын
Transform with key of '"rotate" must be a string: {"rotate":3.141592653589793} How to solve?
@tyle233
@tyle233 2 жыл бұрын
had the same problem but I ended up using template strings here is my solution: rotate: progress.interpolate( { inputRange: [0.5 , 1], outputRange: [`${Math.PI}deg` , `${2* Math.PI}deg`], } ),
@networksx333
@networksx333 2 жыл бұрын
@@tyle233 Thank You😇
@tyle233
@tyle233 2 жыл бұрын
actually i dont think this solution works but it only clears the string error, i am also only now realizing this when i had to reverse the animation the square is still tilted
@christianfaustinorio8671
@christianfaustinorio8671 2 жыл бұрын
idk if this is late but i think just use deg instead 1 pi = 180 deg and 2 pi = 360 deg
@MrGonzo-lh9bo
@MrGonzo-lh9bo 2 жыл бұрын
are you italian?
@Reactiive
@Reactiive Жыл бұрын
Well... I love Pasta, Pizza and React Native 🇮🇹
@christianalexandernonis2260
@christianalexandernonis2260 Жыл бұрын
Italiano? Sembra dall’accento
@arupde6320
@arupde6320 2 жыл бұрын
plz be regular man .
@cjgokuhomes10
@cjgokuhomes10 2 жыл бұрын
either provide cc to your videos or stop making already.
@sebastianwolfgang8189
@sebastianwolfgang8189 9 ай бұрын
Man with all due respect this is so bad explained that it hurts to see, get your ideas cleared before you make a video
ELE QUEBROU A TAÇA DE FUTEBOL
00:45
Matheus Kriwat
Рет қаралды 26 МЛН
FOOTBALL WITH PLAY BUTTONS ▶️ #roadto100m
00:29
Celine Dept
Рет қаралды 75 МЛН
$10,000 Every Day You Survive In The Wilderness
26:44
MrBeast
Рет қаралды 58 МЛН
ELE QUEBROU A TAÇA DE FUTEBOL
00:45
Matheus Kriwat
Рет қаралды 26 МЛН