From c4c23557b93eb1f46f16f0cfcc7334e9b48e8868 Mon Sep 17 00:00:00 2001 From: Baran Date: Thu, 5 Sep 2019 11:56:22 +0800 Subject: [PATCH] feat: add `openBusinessView` function --- src/method.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/method.js b/src/method.js index b29409b..7957dc1 100644 --- a/src/method.js +++ b/src/method.js @@ -145,5 +145,6 @@ export const asyncMethods = [ 'reLaunch', 'navigateTo', 'switchTab', - 'navigateBack' -] \ No newline at end of file + 'navigateBack', + 'openBusinessView', +]