What problem does it solve? Building native mobile apps normally requires Swift and Kotlin expertise, but this Skill lets PHP and Laravel developers create fully native iOS and Android applications using familiar tools, eliminating the need to learn platform-specific languages or manage web-view wrappers. ## Core Features & Use Cases - Native UI with EDGE Components: Build screens as NativeComponent PHP classes rendering 40+ native Blade elements (columns, buttons, lists, top-bars, bottom-navs) compiled to SwiftUI and Jetpack Compose. - Device API Access: Use camera, biometrics, geolocation, push notifications, secure storage, and dialogs through PHP facades and installable plugins. - Testing & Tooling: Run in-process component tests with Native::test(), scaffold screens with native:make, and manage builds via native:run, native:watch, and native:jump. - Use Case: A Laravel team wants to ship a mobile companion app for their SaaS product. They scaffold screens with native:make, bind data with native:model, add a bottom-nav with typed icon enums, and test everything without a simulator. ## Quick Start Ask the AI to scaffold a new NativePHP mobile screen with native:make, register it with Route::native, and build the UI using EDGE components like native:column and native:button.