A Simple React Native Project that displays activity of events

Tools Used

  • React Native
  • Expo
  • Typescript
  • SCSS

Functionalities of the project

  • Sequential events that have the same author are grouped
  • Events are displayed in descending order (The most recent event is at the top)
  • Clicking on an event marks it and all events above it as selected
  • Shows a maximum of 6 events on render
  • The Show more button shows the length of the remaining non-visible events