If you have any questions about this or request tutorials in this style, be sure to leave a comment below, and thank you for liking the video. 😉
@sanilkp61803 жыл бұрын
Thank you very much !
@americovaldazo44414 жыл бұрын
Thank you very much for this.
@mashschool4 жыл бұрын
You're very welcome!
@parisazamani27723 жыл бұрын
tnx for video
@mashschool3 жыл бұрын
Most welcome
@sangeethsujith63962 жыл бұрын
5:06
@dannipals792 жыл бұрын
Very nice. Is this still the best way to get nested array ? (btw, I'm renderItems from Firebase)
@theexplorertresure2 жыл бұрын
salam, Thanks for the great video. can u tell me how can I replace the text after refreshing with other text
@benefootball3 жыл бұрын
i tried the refresh control on my mobile phone but it didnt work yet
@pankajsharma-rf1ov2 жыл бұрын
Then what is the diff between Listview and SectionList???
@umairali23603 жыл бұрын
how can i show nested array data on click and then hide on second click. please help. its urgent for my project
@shikhapal68492 жыл бұрын
How to push data into array
@umairali23603 жыл бұрын
i use flatlist and then use nested flatlist i am getting same results just like sectionlist, but i want to get nested flatlist data on title click and then hide nested array on 2nd click.
@mashschool3 жыл бұрын
You can use the expandable lists. Something like this: callstack.github.io/react-native-paper/list-accordion.html
@kguspawave20793 жыл бұрын
Great turtorial. Lets Say, i need to get a list of shops(Name, Picture, CategoryList[array], Products(Productname, ProductPic, Price and info)), how do i do this?
@mashschool3 жыл бұрын
You can do it by a nested array (shops) in the SectionList.
@arshiasarabi3 жыл бұрын
How to put the list titles horizontally and the items inside them vertically under their titles?
@mashschool3 жыл бұрын
In this case, it's better to use the table component. www.npmjs.com/package/react-native-table-component
@mudandmoss41323 жыл бұрын
How do you do getItemLayout on a section list with dynamic height rows?
@mashschool3 жыл бұрын
You can use getItemHeight in it. This may help you : medium.com/@jsoendermann/sectionlist-and-getitemlayout-2293b0b916fb
@yosefcuenca66613 жыл бұрын
HI! I was able to follow the tutorial however my Flatlist does not scroll. Why is that so? I tried the code from your repository, too, and still it does not work :((
@hailai10532 жыл бұрын
me too
@shubhambindal70603 жыл бұрын
Not able to do the practice question neither able to find on github . So, can you please share the solution for same.
@mashschool3 жыл бұрын
You can find the source code of each session in "All branches" section of repo with name like this: "RN-Tutorial-Session number". This is the solution: github.com/mahdi-sharifimehr/RN-Tutorial-Main/blob/RN-Tutorial-10-Practice/App.js