Hey William, just wanted to say that I've been binge-watching your videos lately and - as everyone states over and over again - the quality here is unprecedented. Truly is. I love the community folks like you, Catalin Miron, eveningkid and others are building here on RUclips around React Native with such passion. It motivates me to produce my own content someday and to contribute to open-source. Thank you for being this great role-model. Keep it up, man! - A fan from South America.
Wait, Expo does support the new version of reanimated now? A few days ago I wanted to include animations in my app but have to found out that Expo doesn’t support the new version of reanimated at this time. Now this will be easier for me 😁
Hi, First of all you are really good at animations-gestures with RN. But I’m wondering why did you choose RN? Do you also coding in native languages? Kotlin/Swift If I didn’t see your videos, I would never think that this kind of usages are possible with RN.
My main draw to React is that you can come in with web development skills to build truly native apps. I have this feeling that JavaScript will always win :) but also always been a big supporter of the web platform.
That layout animation is cool. I have a view with a bunch of pills (tags), I want to not animate enter or exit so I left those props off, I set layout only but still on enter it changes the width weirdly.
congratulations for the videos you are very good, I'm looking for a guide to use three js and expo gl are not natively compatible but three is based on webgl Could you help me?
Hi, Will, i like your videos, every time saves me, i wanted to make an application where I could simulate clicks/swipes on my cell phone! The idea is to use voice commands to simulate an action on the cell phone screen! I've done a lot of research and haven't found anything that actually helps me, E2E tests were the only ways I found, but I don't know if I can compile this, generate apks, and even if I can use them everywhere on my cell phone :( any idea what i can do?
React-native-reanimated 2.3 is a separate library and can be used regardless of expo. Expo-gl (and any other expo-* library) can be used "outside of expo" too - they just require one peer dependency.
Don’t bother with layout animations. They’re buggy as hell. Literally just has to remove them from an app my company is working on due to them leaving orphaned views in the android view hierarchy.
That layout animation is cool. I have a view with a bunch of pills (tags), I want to not animate enter or exit so I left those props off, I set layout only but still on enter it changes the width weirdly.
Hey Will, I appreciate your videos on Expo they are so helpful and keeps the community up-to-date with the technology. Much love ❤
Thank you Gilson, really appreciate it 🙌🏼
Hey William, just wanted to say that I've been binge-watching your videos lately and - as everyone states over and over again - the quality here is unprecedented. Truly is. I love the community folks like you, Catalin Miron, eveningkid and others are building here on RUclips around React Native with such passion. It motivates me to produce my own content someday and to contribute to open-source. Thank you for being this great role-model. Keep it up, man!
- A fan from South America.
the Layout Animation is amazing! and so is your tutorial!
Will, thank you so much for the work that you do, we all appreciate you
Hi Will super happy for all the work you do and your videos are a delight for those who love React native
You're the best react native developer ✨
Thanks bro for your work
Thank You Kakashi 🙌🏼
So good these layout animation!!!
Loved it William! Thank you 😄💯
Great demos, thanks
Thank you for this amazing video. Thank you EXPO
Love it when the French speak english. Great content Will
no news about When they will create component to change phone wallpaper ?
Can you please show how you noticed UI load was high in the GL example.
by opening the perf monitor, sorry it's not visible on the video.
@@wcandillon Thank you sir!
Wait, Expo does support the new version of reanimated now? A few days ago I wanted to include animations in my app but have to found out that Expo doesn’t support the new version of reanimated at this time. Now this will be easier for me 😁
Hello William. Thank you 🙏
Hi, First of all you are really good at animations-gestures with RN. But I’m wondering why did you choose RN? Do you also coding in native languages? Kotlin/Swift
If I didn’t see your videos, I would never think that this kind of usages are possible with RN.
x2
x3
My main draw to React is that you can come in with web development skills to build truly native apps. I have this feeling that JavaScript will always win :) but also always been a big supporter of the web platform.
@@wcandillon You are the Picasso of Mobile development. And I even admire the way you talk about React Native, Like an artist.
That layout animation is cool. I have a view with a bunch of pills (tags), I want to not animate enter or exit so I left those props off, I set layout only but still on enter it changes the width weirdly.
Hi , i like your hoodies , where did you get it please ?
alohafromdeer.com/ (William15 - 15% off 😂)
Can you please make a video in your VS Code JavaScript / Typescript setup for linting, auto-imports and code-completion if you don't have one already?
please do pull to refresh like pinterest!
Is it possible to do drag and drop like Trello's on React Native?
Can you share code in your video?
Oups sorry for this oversight, I updated the video description with a link to the source code
Is it suppose to work well on Web ? I'm using expo 44, my layout animation works perfectly fine on ios, but does nothing on web :\
Great🔥
I'm curious how EAS updates differs from / improves upon Expo's current publish updates a solution?
More control over which devices receive which update etc.
I'm pretty sure this is explained somewhere in their docs (feature preview section)
What camera do you use to film yourself?
Is this using reanimated 1 or 2?
congratulations for the videos you are very good, I'm looking for a guide to use three js and expo gl are not natively compatible but three is based on webgl
Could you help me?
Clothe Degrade - Can it be done in React Native?
Hey William, that's a great sweat shirt. Btw what visual studio theme do you use? It looks gorgeous.
marketplace.visualstudio.com/items?itemName=pmndrs.pmndrs :)
The Jonny Sins of codding
Where did you buy the jacket william?
alohafromdeer.com/, William15 - 15% off for everything on the website.
@@wcandillon btw can you explain more about google chrome drag sort with this or skia?
Waiting for 48 , they made a bucnh of changes
What is your VS Code theme?
Very nice theme he's got there
marketplace.visualstudio.com/items?itemName=pmndrs.pmndrs
marketplace.visualstudio.com/items?itemName=pmndrs.pmndrs
@@wcandillon thanks for sharing 🙌
Does anyone know the vscode theme he's using?
this is the theme: marketplace.visualstudio.com/items?itemName=pmndrs.pmndrs
@@wcandillon thanks
Hi, Will, i like your videos, every time
saves me, i wanted to make an application where I could simulate clicks/swipes on my cell phone! The idea is to use voice commands to simulate an action on the cell phone screen! I've done a lot of research and haven't found anything that actually helps me, E2E tests were the only ways I found, but I don't know if I can compile this, generate apks, and even if I can use them everywhere on my cell phone :( any idea what i can do?
Love your videos. This one has a bit of an audio volume issue -- sometimes you're loud and other times too quiet -- I suspect the microphone.
Indeed, my workflow is still not great there. I will try to be more careful in the next one.
are these animations available outside of expo?
React-native-reanimated 2.3 is a separate library and can be used regardless of expo.
Expo-gl (and any other expo-* library) can be used "outside of expo" too - they just require one peer dependency.
Don’t bother with layout animations. They’re buggy as hell. Literally just has to remove them from an app my company is working on due to them leaving orphaned views in the android view hierarchy.
I want to join your course. But I dont have Credit Card to pay
7 years coding react on the web, just starting mobile... you seem to be the goto guy, I'm worried about expo ...
You need a beach vacation, your looking very pale.
Thanks a lot, pal. For details explanation. You save my time ;)
I was trying to contact you on tweeter? no response ... is there any email in order to communicate please
it looks like I missed it, you can ping me at wcandillon@gmail.com
That layout animation is cool. I have a view with a bunch of pills (tags), I want to not animate enter or exit so I left those props off, I set layout only but still on enter it changes the width weirdly.