PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
875 stars 171 forks source link

How to add pull to refresh? #173

Closed lyseiha closed 3 years ago

andreialecu commented 3 years ago

Take a look at https://github.com/PedroBern/react-native-collapsible-tab-view/blob/83250045e6e9f65f35cb71276fc53337182e3eb4/example/src/Shared/Albums.tsx

The example app has pull to refresh functionality on all tabs.

lyseiha commented 3 years ago

Is it support for un-expo project?

anhquan291 commented 2 years ago

Hi @andreialecu About pull to refresh, I'm facing a problem on iOS when using the Tabs.Flatlist in a Bottom Tab. After the List fetch items for the first time, I press to another BottomTab, and I then go back to the Tab that using Tabs.Flatlist, the Refresh Icon was there. So strange. Any suggestions please? Thank you so much. Simulator Screen Shot - iPhone 11 Pro - 2022-02-20 at 21 57 58

Chasty commented 1 year ago

Hi @anhquan291 any solution on that, I'm facing same issue

rajeshde commented 1 year ago

I am facing the same issue @anhquan291 @Chasty . Have you find any workaround or solution to this @andreialecu ?