# Chromeless UI on React Native

A chromeless React Native integration renders the `THEOplayerView` without adding the Open Video UI package. Your application creates the controls and connects them directly to the Player exposed by the view.

Choose this approach when you need complete control over the interface or cannot use the ready-made React Native components. Your implementation must account for playback state, platform differences, accessibility, lifecycle changes, and errors.

Continue with [Getting started](https://docs-preview.optiview.dolby.com/pr-873/theoplayer/how-to-guides/react-native/ui/chromeless/getting-started.md) for the basic setup.
