Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.14 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.14 KB

Infinite scroll flatList

An infinite scroll flatList example, that act like pagination for long list in react native & typescript. Made with random user api... If you want to see how is work, you should definitely check video at below...

myFlatListMovie.mp4

Check how is work on your computer

  1. It's to easy. Open your terminal, choose a workspace and run this code lines. That's it!
    Share your feedback with me any time, if you have...
git clone https://github.com/mehmetcabbar/infinite-scroll-flatlist.git <br/>
cd <folderName> 
npm install
cd ios && pod install && cd ..
npx react-native start
npx react-native run-ios


Why I published this code in my github repo?

Finding basic, simple and useful code it can be pain in the ass, sometimes!
I have a simple reason "because I need that this code lines, always!". I realized, when I was working on some projects, some code lines is so popular on my apps. I want to create a main point for myself and of course, share to anyone who need that!
Cheers 🥂