# Expo Web

## Expo Web

- [Awesome Web!](https://baconbrix.gitbook.io/react-native-web/master.md)
- [Intro](https://baconbrix.gitbook.io/react-native-web/intro.md): 💙 React Native Web patterns, techniques, tips, and tricks ✨
- [FAQ](https://baconbrix.gitbook.io/react-native-web/faq.md)
- [Anti-Pitch](https://baconbrix.gitbook.io/react-native-web/anti-pitch.md)
- [Intro to Primitives](https://baconbrix.gitbook.io/react-native-web/primitives/intro-to-primitives.md)
- [View](https://baconbrix.gitbook.io/react-native-web/primitives/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...
- [TextInput](https://baconbrix.gitbook.io/react-native-web/primitives/textinput.md): React Native for web adds the following features to the React Native \<TextInput /> element.
- [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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://baconbrix.gitbook.io/react-native-web/master.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.
