接入移动壳返回栈事件
移动壳声明 host.events 和 navigation.canGoBack 能力 Expo WebView 导航状态变化时向 H5 注入返回栈事件 H5 native_app transport 支持订阅 HostBridge 事件 补充事件订阅测试、移动壳能力测试和配置守卫 更新宿主壳方案和团队共享决策记录
This commit is contained in:
@@ -41,6 +41,8 @@ for (const snippet of [
|
||||
"Linking.addEventListener('url'",
|
||||
'buildMobileShellUrlFromDeepLink',
|
||||
'configureMobileHostBridgeNavigation',
|
||||
'navigation.canGoBack',
|
||||
'buildHostBridgeMessageScript',
|
||||
]) {
|
||||
if (!appSource.includes(snippet)) {
|
||||
throw new Error(`mobile shell App missing ${snippet}`);
|
||||
|
||||
Reference in New Issue
Block a user