-
Notifications
You must be signed in to change notification settings - Fork 213
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Feature request
You may want to implement a pull to refresh that is shared across all tabs. This might just be good to be included in the examples.
Current behavior
Currently, the examples load a pullToRefresh from each tab's scene independently. I.e. if you do not implement a pull to refresh on each tab, then depending on what tab you are on you you'll get different behaviour.
TAB
- Scene1: FlatList with images
- Scene2: Static user information
- Scene3: ScrollView with other information
Proposed solution
A shared pullToRefresh that implements a "refreshing" value that can be used trigger a useEffect
in each scene.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request