hi thanks for the video can you make video on react native cli and why your channel don't show when we search about react native courses or videos......
Sir just a small question, please do reply. Why you use layout prop in animated view? My layout animation is not working on ios but it works fine on android. Is it because of the layout prop which I am not provided on my component?
is it worth it installing moti for only it's skeleton? I hardly find any need for the package and I fear it my cause unnecessary bloat in my bundle. WDYT?
Yes, as pointed in the other comment is a different way to specify the width and the height. For instance height: 50, aspectRatio: 1 means that width = 50 * aspectRatio
I was using React Native CLI and I faced some challanges with the Linear gradient. This should resolve the issue when using React Native CLI instead of Expo. Install react-native-linear-gradient: npm install react-native-linear-gradient Replace all instances of: import { LinearGradient } from 'expo-linear-gradient' with: import { LinearGradient } from 'react-native-linear-gradient' Files where the change is needed: node_modules/moti/src/skeleton/expo.tsx node_modules/moti/src/skeleton/skeleton.tsx node_modules/moti/src/skeleton/types.ts node_modules/moti/build/skeleton/expo.js
I appreciate your comment but you shouldn't update the node_modules since they get overwritten on each yarn/npm/bun install. To use Moti skeletons with react-native-linear-gradient I strongly recommend to follow moti's docs: moti.fyi/skeleton#option-2-react-native-linear-gradient
To be honest that's simply false. Of course you can't use Expo Go to build large projects, but you can easily use expo-prebuild in them (I do that in all of my real world projects). And just to be fully precise all of my demos work also of react-native-cli 👀
good to have you back!
Thanks!
amazing video! look into react-native-dynamic-skeletons and with entering and exiting with reanimated
Muito bom o tutorial, gostei bastante dessa animação de loading, vou começar a usar em meus projetos!
Thank you !. It's nice to see you again🎉❤im glad if u can make more video for animated api
Thank you very much for the great tutorials ❤❤
Can you please teach scroll select like date picker in React Native
Great video helps a lot 🎉
Very nice Video :D What kind of VSCode extension are you using, that auto complete everything so nice? :=)
That's GitHub Copilot!
Super useful 💯
Please create shared element transition video
which extension you are using its looking amazing....
thanks for sharing. Can i ask why we don't use memo for ContactListItem at 7:07. And secondly what best way we can do at time 20:20 ?
hi thanks for the video can you make video on react native cli and why your channel don't show when we search about react native courses or videos......
Sir just a small question, please do reply. Why you use layout prop in animated view? My layout animation is not working on ios but it works fine on android. Is it because of the layout prop which I am not provided on my component?
sir can you make Animation like Slack when we drag the Home page it opens the Search bar
Thanks for the suggestion
is it worth it installing moti for only it's skeleton?
I hardly find any need for the package and I fear it my cause unnecessary bloat in my bundle.
WDYT?
If you have already Reanimated installed I think it should be fine 😁
which extension you are using to achieve the auto code suggestion?
I'm using Github Copilot. It's very useful 🤓
what if i want to change the colorMode to my custom color
moti dosent work in expo go right?
It does! This example is made with expo go
@@Reactiive thank you🥂
@@Reactiivemy skeleton initially shows a black gradient just before the normal skeleton gradient, is there anything i can do to fix this?
I don't understand the aspectRatio value. Need help to understand it.
It’s same as adjusting width and height
Yes, as pointed in the other comment is a different way to specify the width and the height.
For instance height: 50, aspectRatio: 1 means that width = 50 * aspectRatio
I was using React Native CLI and I faced some challanges with the Linear gradient.
This should resolve the issue when using React Native CLI instead of Expo.
Install react-native-linear-gradient:
npm install react-native-linear-gradient
Replace all instances of:
import { LinearGradient } from 'expo-linear-gradient'
with:
import { LinearGradient } from 'react-native-linear-gradient'
Files where the change is needed:
node_modules/moti/src/skeleton/expo.tsx
node_modules/moti/src/skeleton/skeleton.tsx
node_modules/moti/src/skeleton/types.ts
node_modules/moti/build/skeleton/expo.js
I appreciate your comment but you shouldn't update the node_modules since they get overwritten on each yarn/npm/bun install. To use Moti skeletons with react-native-linear-gradient I strongly recommend to follow moti's docs: moti.fyi/skeleton#option-2-react-native-linear-gradient
It is not used in a real react-native cli project. I'm asking you to leave this Expo. LARGE PROJECTS ARE NOT DEVELOPED WITH EXPO!
Please define “LARGE” project.
To be honest that's simply false. Of course you can't use Expo Go to build large projects, but you can easily use expo-prebuild in them (I do that in all of my real world projects). And just to be fully precise all of my demos work also of react-native-cli 👀