Skip to content

Commit

Permalink
Added Navigation to report a service
Browse files Browse the repository at this point in the history
  • Loading branch information
prameetc committed Mar 13, 2019
1 parent ab10672 commit df9152a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/screens/Services/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import ContractScreen from './subTabs/ContractScreen';
import DappScreen from './subTabs/DappScreen';
import ServiceScreen from './subTabs/ServiceScreen';
import ProductScreen from './subTabs/ProductScreen';

import { screen } from "../../global/Screens";
import Colors from '../../global/colors';
import AssetsImages from '../../global/AssetsImages';
import styles from './styles';
Expand Down Expand Up @@ -132,7 +132,10 @@ const ServicesScreen = ({
},
{
text: 'Report a Service',
onPress: () => {},
onPress: () => {
setShowModal('');
navigator.push(screen('INFO_SCREEN'));
},
},
{
text: 'Help',
Expand Down

0 comments on commit df9152a

Please sign in to comment.