Is it possible to do this for cards with different widths?
@ibrahimzakaria512010 ай бұрын
thank you for this tutorial, this puzzle can i do with different length of columns ? i want to each column have different length
@iamitkhatkar8 ай бұрын
Yes, you can, but you have to check for the length as well when moving and hovering on other items.
@AnkitYadav-vj7ln Жыл бұрын
keep going brother
@opt7845 Жыл бұрын
how would I display alphabet letters instead of indices in the boxes
@omidbonakdar48387 ай бұрын
😍😍😍 Awesome
@kbietten9 ай бұрын
Thank you so much!
@iamitkhatkar8 ай бұрын
Glad it helped!
@yahyaguz54086 ай бұрын
Thank you for this video and git repo
@HariHari-w3w Жыл бұрын
nice, what if the height of the box is different each other ?
@iamitkhatkar Жыл бұрын
You can clone the repo and play with it :)
@HariHari-w3w Жыл бұрын
@@iamitkhatkar I have :) and it's harder than I imagine, I'm thinking that it will behave like react-grid-layout but the calculation of layout algorithm when new item move with different x,y,w,h is a bit complex I think.
@YuriiLutsyk0304 Жыл бұрын
Awesome!
@iamitkhatkar Жыл бұрын
Glad you liked it.
@ExpoDev_Dash Жыл бұрын
bro this was awesome.. can u help me with a apk build... My app works in expo go, but it crashes when I do a production build apk.
@favoursatoru Жыл бұрын
Nice, this is very cool. Can I get the source code?
@iamitkhatkar Жыл бұрын
Thanks, source code link added in description.
@Рельныйобзор Жыл бұрын
good job thank you !
@iamitkhatkar Жыл бұрын
Thank you too!
@codefriendly8528 Жыл бұрын
How to set initially random numbers?
@iamitkhatkar Жыл бұрын
this line generates an array of 25 elements and i am mapping to index, so it will look like [0,1,2,3.....24] const arr = new Array(25).fill('').map((_, i) => i);
@arupde6320 Жыл бұрын
be regular
@iamitkhatkar Жыл бұрын
Yes i will. Thanks
@kellecierion8 ай бұрын
Copied and pasted the tutorial of William Candilion