
Expo
Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React.
Create your first app - Expo Documentation
It uses core React Native components such as <View> and <Text> to display background and text. Styles applied to these components use JavaScript objects rather than CSS, which is used on web.
Expo Documentation
Explore examples Explore a variety of example projects showcasing how to use Expo and seamlessly integrate it with popular services.
Tutorial: Using React Native and Expo
An introduction to a React Native tutorial on how to build a universal app that runs on Android, iOS and the web using Expo.
Overview of using Expo with existing React Native apps
Jan 15, 2025 · To unlock Expo capabilities, you need to install the expo package in your existing React Native project. This guide provides both automated and manual installation steps.
Develop an app with Expo - Expo Documentation
Sep 10, 2025 · If you're new to Expo and React Native or you've been around the ecosystem for a while, this document will be useful to help you to better understand the development process of building an …
create-expo-app - Expo Documentation
Aug 22, 2025 · create-expo-app is a command-line tool to create and set up a new Expo and React Native project. This tool simplifies the initialization process by providing various templates to get …
Reference - Expo Documentation
Sep 11, 2025 · Expo apps are React Native apps, so all Expo SDK packages work in any React Native app with the expo package installed and configured. The easiest way to create a React Native app …
Guides: Overview - Expo Documentation
Sep 10, 2025 · Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React.
Using Expo SDK, React Native, and third-party libraries
Nov 20, 2025 · Learn how to use Expo SDK, React Native libraries, and other third-party npm packages in your project.