tamotam-com / tamotam-app

(🧪 Early Beta) 🤙 TamoTam. HangOut. Offline.
https://tamotam.com
35 stars 4 forks source link

Loading Indicator #47

Closed danieldanielecki closed 1 year ago

danieldanielecki commented 1 year ago

Loading Indicator/Spinner should be added while the events are being loaded. https://callstack.github.io/react-native-paper/activity-indicator.html will do

danieldanielecki commented 1 year ago
  1. The correct link is https://callstack.github.io/react-native-paper/4.0/activity-indicator.html.
  2. Fixed in https://github.com/tamotam-com/tamotam-app/commit/a0a9f3919e45c84f9d09dfa294eb8f054041d1b4.
  3. ActivityIndicator was already there, just a case to keep it running while events are empty on MapScreen was required.
danieldanielecki commented 1 year ago
  1. Plus, adding ActivityIndicator to App.tsx, but it more just prophylactically.