Expo Documentation
docs.expo.dev › tutorial › create-your-first-app
Create your first app - Expo Documentation
We'll use create-expo-app to initialize a new Expo app. It is a command line tool to create a new React Native project.
React Native
reactnative.dev › docs › environment-setup
Get Started with React Native · React Native
If your app has unusual constraints that are not served well by a Framework, or you prefer to solve these problems yourself, you can make a React Native app without a Framework using Android Studio, Xcode. If you’re interested in this path, learn how to set up your environment and how to get started without a framework. ... Expo is a production-grade React Native Framework.
Videos
20:44
Complete React Native Tutorial #1 - Introduction & Setup (Expo) ...
How to create your first Expo app | Universal App tutorial #1
09:27
How to setup React Native with Expo quickly - YouTube
03:55
React Native Expo CLI: Step-by-Step Environment Setup (2025 Guide) ...
04:18
How to Deploy Your React Native Expo App to the App Store - YouTube
Expo
expo.dev
Expo
Was struggling to upgrade an old React Native app to the latest version for a few days without success. Created a new expo app, copied my src folder along with some package installs and was ready in just a few minutes!
npm
npmjs.com › package › install-expo-modules
install-expo-modules - npm
Latest version: 0.13.14, last published: 14 days ago. Start using install-expo-modules in your project by running `npm i install-expo-modules`. There are no other projects in the npm registry using install-expo-modules.
» npm install install-expo-modules
DevCamp
devcamp.com › trails › mobile-development-react-native › campsites › getting-started-react-native › guides › installing-expo-generating-application
Installing Expo and Generating the Application
So in order to get started with Expo you can come to expo.io/learn, and this is going to walk you through the steps. And we're also going to do it ourselves. So, you can definitely click around the documentation. We're gonna be looking at the documentation throughout this entire course and so you can start by doing that. Then make sure that you have NodeJS installed, and you should already have that, the third step is to download the command line tool.
npm
npmjs.com › package › expo
expo - npm
The expo package is a single package you can install in any React Native app to begin using Expo modules.
» npm install expo
GitHub
github.com › expo › expo
GitHub - expo/expo: An open-source framework for making universal native apps with React. Expo runs on Android, iOS, and the web.
Expo is an open-source platform for making universal native apps that run on Android, iOS, and the web. It includes a universal runtime and libraries that let you build native apps by writing React and JavaScript.
Starred by 45.8K users
Forked by 10.4K users
Languages TypeScript 55.8% | Kotlin 16.9% | Swift 12.3% | Objective-C 4.2% | JavaScript 3.1% | C++ 2.9%
Kadikraman
kadikraman.github.io › react-native-v2 › setup-expo
[Expo] Getting started with Expo - React Native v2
Next you'll need to install the Expo client on your phone. This is the native shell Expo provides that lets you get started without having the build the native app yourself. Go to the App Store or Play store, search for "Expo" and install it.
Expo Documentation
docs.expo.dev
Expo Documentation
State of React Native 2025 · Have a few minutes and want to shape the future of React Native? Fill out the Survey Now! Build one JavaScript/TypeScript project that runs natively on all your users' devices. Terminal · Copy · - npx create-expo-app@latest · Then continue setting up your environment.
Medium
medium.com › @farrukh.ssarwar › react-native-with-expo-a-developers-tale-7afcaa499bdb
How to build React Native apps with Expo — A Developer’s Tale | by Farrukh Sarwar | Medium
April 8, 2025 - Expo, in essence, is a set of tools ... around React Native. It simplifies the development workflow, allowing you to focus on writing JavaScript code instead of wrestling with native build tools and configurations. Think of it as a pre-configured environment that handles all the tedious setup for you. For me, Expo was a game-changer. It allowed me to: Start Quickly: No need to install Xcode or Android ...