### 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: - https://stackoverflow.com/questions/42245636/how-to-do-an-horizontal-listview-or-flatlist-in-react-native ### Something similar to this: 
To Do
Advanced Feature (if you want to work on this but first complete a basic thing):
How to make a horizontal scrollable FlatList:
Something similar to this: