1k-cross-platform
Installation
SKILL.md
Cross-Platform Development
Patterns for writing platform-specific code in OneKey.
Platform Extensions
Use platform extensions for platform-specific implementations:
| Extension | Platform |
|---|---|
.native.ts |
React Native (iOS/Android) |
.web.ts |
Web platform |
.desktop.ts |
Desktop (Electron) |
.ext.ts |
Browser extension |
Platform Detection
ALWAYS use platformEnv for platform detection: