import Compatibility from "../\_compatibility.mdx"
import Usage from "../\_usage.mdx"
# Divide Width
## Usage
## How it works
React Native does not have support child selectors, so the `styled` components clones its children and appends the child styles.
```tsx
// With this code
0
1
2
// It will output as this
0
1
2
```
## Compatibility