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

Commit

Permalink
Merge pull request #168 from ito-org/responsive-home-v2
Browse files Browse the repository at this point in the history
Implement newer v2 version of home circles, make them responsive
  • Loading branch information
haveyaseen authored Apr 30, 2020
2 parents 3aef730 + 561f607 commit 462b5f9
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 145 deletions.
2 changes: 1 addition & 1 deletion App/screens/DataUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const DataUpload: React.FC<{
<Header
navigationButton={{
title: 'home',
fn: (): void => navigation.navigate('HomeBluetooth'),
fn: (): void => navigation.navigate('Home'),
}}
showHelp={true}
/>
Expand Down
Loading

0 comments on commit 462b5f9

Please sign in to comment.