Back to skills

expo-ui-jetpack-compose

development

@expo/ui/jetpack-compose lets you use native Android Jetpack Compose components and Material Design 3 modifiers directly in a React Native/Expo app. It maps the Compose API to JSX so you can render na

Setup & Installation

npx skills add https://github.com/expo/expo-ui-jetpack-compose --skill expo-ui-jetpack-compose
or paste the link and ask your coding assistant to install it
https://github.com/expo/expo-ui-jetpack-compose
View on GitHub

What This Skill Does

@expo/ui/jetpack-compose lets you use native Android Jetpack Compose components and Material Design 3 modifiers directly in a React Native/Expo app. It maps the Compose API to JSX so you can render native Android UI trees without writing Kotlin. Instead of bridging Kotlin views manually or settling for cross-platform approximations, you get direct access to the full Jetpack Compose component tree and modifier system from JSX.

When to use it

  • Working with expo ui jetpack compose functionality
  • Implementing expo ui jetpack compose features
  • Debugging expo ui jetpack compose related issues