FaridSafi / react-native-gifted-listview

✌️ ListView with pull-to-refresh and infinite scrolling for Android and iOS React-Native apps
MIT License
1.62k stars 290 forks source link

[Implemented]Tap to Retry #93

Open swaroop55 opened 7 years ago

swaroop55 commented 7 years ago

Give option to user to retry a specific request.

Example Scenario: -User is in 5th page. -Network Request fails

Current Behaviour: This is not handled. User has to navigate to top and pull to refresh the page.

Modified Behaviour: ‘Tap to retry’ view is shown which on tapping will try to fetch the same request with same page no.

I have implemented the above functionality.Created a PR