Julien-Ben / Coronhackathon

Social Mobile App created in the context of LauzHack against Covid-19, a 72 hours Hackathon in a team of 8. It provides entertainment to people during lockdown by enabling to share challenges and activities ideas
0 stars 2 forks source link

Swipe down to refresh #68

Open JulienVig opened 4 years ago

JulienVig commented 4 years ago

Current problematic: once a screen is mounted it is not refreshed when a change has been made (e.g. a new validated challenge should be displayed in the profile). The current fix is to go back to the login screen to login once again.

A good feature would be to refresh the current screen by swiping down.

JulienVig commented 4 years ago

Done in ChallengeDetailsScreen, ProfileScreen What is left: ChallengeList (move the scroll view in ChallengesScreen and ChallengesByCategory) and the friend system once it has been merged

JulienVig commented 4 years ago

Could be useful in ChallengeValidation too