ChrisBrinton / SensorIoT_app

The app for the SensorIoT suite
2 stars 1 forks source link

Fix scroll to refresh for dashboard and history screen (#31) #32

Closed ChrisBrinton closed 5 years ago

ChrisBrinton commented 5 years ago

Eliminated onScrollEndDrag as the mechanism for pull to refresh and started using the RefreshControl prop of ScrollView which should work consistently across OSs.

May need/want to move to a custom class like react-native-pull-refresh