annguyenbinh03 / FUFleamarket

A platform for FPT Students to exchange items.
https://fufleamarket.azurewebsites.net
5 stars 0 forks source link

need a feature to refresh the mobile application #22

Open MQuyen123 opened 1 month ago

MQuyen123 commented 1 month ago

@MQuyen123

MQuyen123 commented 1 month ago

image image When the user pulls down the screen, onRefresh will be called and set refreshing to true. At that point, productContainer will receive the refreshing prop, change to true, and call fetchProduct to fetch new data. After a certain period with setTimeout, refreshing will be set back to false.