React Native Tutorial - 10 - Image

preview_player
Показать описание

📱 Follow Codevolution

Image
React Native Tutorial
React Native Tutorial for Beginners
Рекомендации по теме
Комментарии
Автор

Vishwas, you have created these playlist in a highly organized, structured and well-planned manner. I can understand your flow planning and can observe practical execution as well. Thank You for creating this.

gaurishtodi
Автор

I'm gradually becoming an experienced software engineer because of you, Vishwas. Proud to say you are my go-to React instructor!

kenkioqqo
Автор

This is the best teaching style I have in my entire life, I can lean everything if someone teach me like this. You are the best. Clear, simple, step by step. I am amaze how I remember all things you say.

destinygames
Автор

Thanks, Vishwas. Waiting eagerly for the next video. Keep up the good work

maxfowzi
Автор

Thank you!
starving for the next one! 😊

michealskup
Автор

Why did you use require() to import the image? Why not import it as ES Modules?

Wakkyguy
Автор

bro you teach really simple thanks keep going and add some good project to this course

mohammadaminsaheb
Автор

Hello Vishwas, you're really helping a lot of peoples, man. You are great.

Anyway, is it possible to provide at least 4-5 videos (on react native) a day ? actually just a single or 2 videos seems less while project is open. We want to practice more.

Yes, we can practice from the doc, but Vishwas is Vishwas.

Thanks man.

babulakter
Автор

Very informative, explanation is very clear. Thank you very much

shanthala
Автор

quick update network image we should indicate the size or the image will not work : style={{width: 100, height: 100}}

jihedbouchnak
Автор

Hi why you have used require instead of import?

factsbyalok
Автор

Help me out here. I'm trying to import an image from the image folder in assets. When I type const logo require = "/. assets/image/...png" it shows Error, saying path not recognize.

I realize that it uses this format "@/assets/images..png" is there way I could reconfigure it?

woochannel
Автор

so there so many type and size phones with different dimensions how to know if my app is responsive in all devices or not ?

ismailbakhach
Автор

Hi! I can't make svgs work.. any advice?

mihaibalan
Автор

Please Create a video on these props of Image,

// defaultSource
// onLoadStart
// onLoad
// onError
// loadingIndicatorSource
// progressiveRenderingEnabled
// fadeDuration
// blurRadius
// cache
// headers
// overlayColor

YourMentorOfficial