Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
add todo for fetching newest TCNs in refresh icon
Browse files Browse the repository at this point in the history
  • Loading branch information
haveyaseen committed Apr 30, 2020
1 parent 644e960 commit 561f607
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion App/screens/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,14 @@ export const Home: React.FC<{
<Text style={styles.lastFetch}>
{t('home.lastIdFetch')}: {latestFetch}
</Text>
<Icon name="refresh-ccw" size={18} style={styles.refreshIcon} />
<Icon
name="refresh-ccw"
size={18}
style={styles.refreshIcon}
onPress={(): void => {
// TODO: call library to fetch TCNs
}}
/>
</View>
<View style={styles.circlesContainer}>
<Icon
Expand Down

0 comments on commit 561f607

Please sign in to comment.