Logo
Explore Help
Register Sign In
lan/JKVideo
1
0
Fork 0
You've already forked JKVideo
mirror of https://gh-proxy.org/https://github.com/tiajinsha/JKVideo synced 2026-07-07 23:18:38 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
3592d036b1930af19d78e4a08bf3e60399c54467
JKVideo/shims/expo-intent-launcher.web.ts

6 lines
205 B
TypeScript
Raw Normal View History

fix(web): 补全缺失的 web shims 并修复渲染崩溃问题 - 新增 sentry-react-native、react-native-video、react-native-static-server、expo-network、expo-intent-launcher、expo-clipboard、expo-file-system 的 web shim - 重写 react-native-pager-view shim,通过 useImperativeHandle 暴露 setPage 方法 - 修复 sentry-react-native shim 缺少 ErrorBoundary 导致的渲染崩溃 - 在 _layout.tsx 中加载 Ionicons 字体,修复 web 端字体 404 - 更新 metro.config.js 中 sentry shim 路径为 .tsx
2026-03-24 21:21:15 +08:00
/** Web shim for expo-intent-launcher - no-op for web */
export async function startActivityAsync(_activity: string, _params?: unknown): Promise<unknown> {
return {};
}
export const ActivityAction = {};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 25.6.2 Page: 27ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API