Thank you sir… but what if I want to display a modal by using a map of an object, instead of hard coding the button like you did? Let’s imagine that you have a list of cards (object) and in each card , we have a button that must display a modal with a content of each card. How will we do please? I can’t find a video on you tube showing that…
how do you avoid scrolling if the page content is scrollable? I tried overflow-y-hidden but that results in jumping content on windows due the scrollbar is being removed!
But you repeated the code for creating three separate modal. You did not follow code reusability.we should create custom modal component and then then we can use that custom modal component on 3 different case based upon modal content.
thank you so much sir, you are my super hero, now i can finish my job
aggree😍
Thank you. It was very easy to understand. You explined everything clearly. Keep up the good work.
Thank you 🙏 great video, no longer need to use component libraries for my Modals 💪
Thank you so much brother, this tutorial is simple clear and easy to follow, keep up the good work !
Thanks buddy , been searching for this the whole time!!!
Good job. Easy explanation 🎉
Glad it was helpful!
Really helpful video bro.. 😎
this what I want. Thank you
Thank you! that´s really help me. I salute you from Argentina.
thank you Mister, very nice
Great tutorial! Thank you!
Dude I wanna ask u something. Can u show us If we want to add another components under that modal button...
thank you. i learn a lot.
Glad to hear that!
Thank you sir… but what if I want to display a modal by using a map of an object, instead of hard coding the button like you did? Let’s imagine that you have a list of cards (object) and in each card , we have a button that must display a modal with a content of each card. How will we do please? I can’t find a video on you tube showing that…
Thanks buddy
Nice ..make more react and tailwind please I'm learning it from u. Can you make random quiz using react and tailwind?
full scrren feature is not working in this modal how can i do it??
Thanks man! really helpful
Glad to hear it!
Amazing, thank you!
how do you avoid scrolling if the page content is scrollable? I tried overflow-y-hidden but that results in jumping content on windows due the scrollbar is being removed!
in modal component use this
useEffect(() => {
document.body.style.overflow = "hidden";
return() => {
document.body.style.overflow = "unset";
}
},[isVisible]);
Thank you brother
But you repeated the code for creating three separate modal. You did not follow code reusability.we should create custom modal component and then then we can use that custom modal component on 3 different case based upon modal content.
Yes, that's what I'm looking for for my project!! Do you know of any channels that do that?
sir i did same like you but when i click on screen my modal is not getting close
Thanks man!
দাদা context api in react native এ একটা ভিডিও আনলে খুব ভালো হয়। love from Behala
Thank you Boss 💖💖❤❤💖💖
8:19 showModal is not working onClick
Can you send me your github code link for this project
Great
Sir could you please make video on how to make expo react native app run on android smart TV.
Is this modal responsive?
Can you provide this code ?
its working
Thanks
Thanks alot
Source code?
Portals?
Not at all clear explaination
After u install when u create index.js app.js file
Just Amazing
Thanks!
Great tutorial! Thank you!
thanks a lot
Can you provide this code ?