What problem does it solve? Building truly native mobile apps normally requires Swift and Kotlin expertise, but this Skill lets PHP and Laravel developers create fully native iOS and Android apps (SwiftUI and Jetpack Compose UI) entirely in PHP, avoiding web-view wrappers and their performance and lifecycle issues. ## Core Features & Use Cases - SuperNative Screens: Scaffold NativeComponent screens with native:make, register them via Route::native(), and build UI from 40+ EDGE Blade elements (columns, buttons, lists, inputs, chrome elements like top-bar, bottom-nav, and fab). - Data Binding & Reactivity: Two-way binding with native:model, #[Computed], #[Poll], and #[On] attributes, plus nested child components with props, keys, and event bubbling. - Device APIs & Plugins: Access camera, biometrics, geolocation, push notifications, secure storage, and more through core facades and a four-step plugin registration flow. - Use Case: A Laravel developer wants to ship a mobile companion app for their SaaS product. Use this Skill to scaffold native screens, bind form state, add bottom navigation chrome, integrate the camera plugin, and test components in-process with Native::test() — no Swift or Kotlin required. ## 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.