In React Native, components are styled using inline styles with the StyleSheet API. Inline styles provide a way to define styles directly within the components, similar to CSS, making it easier to manage component styling. For example, you can define styles like color, font size, and padding directly within the component's style prop.