React Native guide
Expo UI Framework Integration Guide
How to integrate a React Native UI framework with Expo, TypeScript, Reanimated, blur surfaces, and theme providers.
Expo UI frameworkReact Native UI kitReact Native component library
Install the framework and native helpers
Expo projects benefit from a UI framework that works with the managed workflow, TypeScript, and common native helpers such as blur and animation packages.
Reactnatively is designed to fit Expo screens without forcing teams to abandon normal React Native layout and StyleSheet patterns.
Wrap the app once
A provider should configure theme, density, glass policy, and interaction defaults at the application boundary.
Once configured, components can share the same design tokens and runtime behavior across the app.