Skip to content

add horizontal timeline component #30

Description

@divinenaman

To Do

  • make a horizontal scrollable FlatList
  • add this component to profile screen
  • design it yourself just match the color scheme of the app
  • the data to the FlatList should be similar to this:
[
 { 
    points: 30,
    date: "03/07/2021",
    remarks: "for leaderboard app"
  },
  { 
    points: 50,
    date: "06/08/2021",
    remarks: "for leaderboard website"
  },
]

Advanced Feature (if you want to work on this but first complete a basic thing):

  • Try adding a feature that whenever someone opens the app the list scrolls to the current date

How to make a horizontal scrollable FlatList:

Something similar to this:

image

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions