Commit e1e40707 authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

b

parent b2cf6bee
import * as React from 'react';
import { createStackNavigator, HeaderBackButton } from '@react-navigation/stack';
import { connect } from 'react-redux';
import { View, Text, Image } from 'react-native';
import { View, Text, Image, Alert } from 'react-native';
import ActionType from '../redux/globalActionType';
import MenuSelection from './MenuSelection';
import { Ionicons, MaterialCommunityIcons } from '@expo/vector-icons';
......@@ -465,7 +465,7 @@ class Auth extends React.Component {
color: 'white',
textAlign: 'center'
}, title: 'PAYMENT CODE',
headerLeft: props => <HeaderBackButton {...props} onPress={() => navigation.navigate('Home', { screen: 'ORDER' })} />
}}
/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment