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', +]