Skip to content

TabRoutes

Seán Lynch edited this page Oct 7, 2023 · 3 revisions

When Authenticated, this is the main component that navigates between the authenticated screens

These include

  • Home (HomeScreen.js)

    • First screen that gets run after Login
    • checks for new app version
    • checkGalleryPermission in componentDidMount to request access to photos
    • Actions include:
      • Open Gallery to import geotagged photos from the device to app
      • Select images to tag/delete
      • Upload selected/tagged images
  • Teams

    • View top teams / all teams
    • View your teams & active team
    • Create/join team
  • GlobalData

    • View all stats since OLM started, updated in real-time
      • total litter
      • total photos
      • total littercoin
      • total users
  • Leaderboards

    • today / yesterday / this month / last month / all time
  • UserStats

    • View your stats
    • Open settings
Action
Reducer
Clone this wiki locally