# Styling

- [Animations](https://baconbrix.gitbook.io/react-native-web/styling/animations.md): Because RNWeb doesn't support the React Native LayoutAnimation API we need to use other methods for animating our components around the screen. A good alternative is the CSS Transitions API.
- [Aspect Ratio](https://baconbrix.gitbook.io/react-native-web/styling/aspect-ratio.md): Universal solution to the missing aspect ratio prop
- [Grids](https://baconbrix.gitbook.io/react-native-web/styling/grids.md)
- [Interactions](https://baconbrix.gitbook.io/react-native-web/styling/interactions.md)
- [Text](https://baconbrix.gitbook.io/react-native-web/styling/text.md): React Native for web provides access to browser-only style properties. The following styles apply to any primitive that extends \`TextViewStylePropTypes\` like \`\<TextInput />\`.
- [Transforms](https://baconbrix.gitbook.io/react-native-web/styling/transforms.md): In addition to the default transform style properties provided by React Native. React Native for web also provides the following.
- [Transitions](https://baconbrix.gitbook.io/react-native-web/styling/transitions.md): Because RNWeb doesn't support the React Native LayoutAnimation API we need to use other methods for animating our components around the screen. A good alternative is the CSS Transitions API.
- [View](https://baconbrix.gitbook.io/react-native-web/styling/view.md): React Native for web provides access to browser-only style properties. The following styles apply to any primitive that extends \`ViewStylePropTypes\` like Text, Image, TextInput, ScrollView, etc...


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://baconbrix.gitbook.io/react-native-web/styling.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
