[v4] Pull to Refresh not working on iOS
See original GitHub issueBug
Environment info
Library | Version |
---|---|
@gorhom/bottom-sheet | 4.1.4 |
react-native | 0.66.3 |
react-native-reanimated | 2.2.4 |
react-native-gesture-handler | 1.10.3 |
Steps To Reproduce
- Follow the instructions on https://gorhom.github.io/react-native-bottom-sheet/pull-to-refresh and provide
refreshing
andonRefresh
props toBottomSheetScrollView
. - Android: pull to refresh works (albeit only when the bottom sheet is snapped at the topmost position).
- iOS: pull to refresh doesn’t work.
Describe what you expected to happen:
- Should work on both iOS and Android.
Reproducible sample code
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:7
Top Results From Across the Web
pull to refresh not working with small amount of cells
I have a feed view controller (implemented with a UICollectionViewController) When i don't have enough cells to cover the hall screen height the...
Read more >iOS Pull To Refresh Not Working on Specific Devices like ...
iOS Pull To Refresh Not Working on Specific Devices like iPhone X [ Gift : Animated Search Engine : https://www.hows.tech/p/recommended.html ] ...
Read more >UIRefreshControl not firing target… | Apple Developer Forums
I have navigation bar controller and inside one of the tab table view controller with pull down refresh action to refresh data from...
Read more >How to Add Pull-to-Refresh to a Table View or Collection View
The refresh control is not part of the view hierarchy yet. We need to add it to the table view. Navigate to the...
Read more >How to enable pull to refresh - a free SwiftUI by Example tutorial
iOS will automatically show an activity indicator for as long as it takes for your code to finish running. To get started, simply...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same
I found a solution.
For some reasons it works both on Android and iOS if use like so: