Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Added debugging navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
gersomvg committed Jul 24, 2018
1 parent 7a6012b commit a7a9b34
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/modules/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ import { SearchAndScan, Categories, AdminTools } from './components';
isSuperAdmin: auth.user && auth.user.superAdmin,
}))
class Home extends React.Component {
componentDidMount() {
this.props.navigation.push('Product', { barcode: 123 });
}

handleOnPressSearch = () => {
this.props.navigation.push('Search', { autoFocus: true });
};
Expand Down

0 comments on commit a7a9b34

Please sign in to comment.