Commit 7332e384 authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

push notif ke sudah di arahkan ke order detail

parent 3f89e273
......@@ -67,7 +67,7 @@ export default function App() {
} else if (data.action_type == 'Inbox') {
} else if (data.action_type == 'Transaction') {
RootNavigation.navigate('Transaction Detail', {idTrans:data.data_id});
RootNavigation.navigate('Order Detail', {idTrans:data.data_id});
} else if (data.action_type == 'Review') {
RootNavigation.navigate('RatingOrder', {idTrans:data.data_id});
} else if (data.action_type == 'WebView') {
......
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