BrowserEngineKit helps you build a browser with your own engine on iOS and iPadOS. You can replace the built-in WebKit with your own HTML, CSS, and JavaScript handling. This is for developers who want to make a different kind of browser.
You need special permission from Apple called entitlements. Your device must also be in a supported region. The framework handles process isolation, GPU and networking tasks, and eligibility checks. It works with Swift and current Apple SDKs.
Development is possible anywhere. But only users in certain regions can run your browser. Use the BrowserKit companion framework to check if a device is eligible. This skill gives you the steps to set up your project correctly.
Global
mkdir -p ~/.claude/skills/browserenginekitProject
mkdir -p .claude/skills/browserenginekitSource Repository
Vercel React Native Skillsvercel-labs/agent-skills
Build fast and smooth React Native apps with proven best practices
Building Native Uiexpo/skills
Build native mobile interfaces with Expo Router and modern UI patterns
Xcode Project Setupfirebase/agent-skills
Add Swift packages and files to Xcode projects safely and quickly
Upgrading Expoexpo/skills
Upgrade Expo SDK versions and fix dependencies with this step by step guide
Expo Deploymentexpo/skills
Deploy Expo apps to iOS, Android, and web with EAS automation
Expo Dev Clientexpo/skills
Build custom Expo dev clients for testing native code on real devices
Use Domexpo/skills
Run web code in native apps using Expo DOM components without rewriting
Flutter Apply Architecture Best Practicesflutter/skills
Architect Flutter apps with clean layers for scalability and maintainability