🌐
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.
🌐
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 › 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
    
Published   Dec 12, 2025
Version   54.0.29
Author   Expo
🌐
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 › 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
    
Published   Dec 08, 2025
Version   0.13.14
🌐
Educative
educative.io › answers › how-to-setup-react-native-with-expo-on-ubuntu
How to setup React Native with Expo on Ubuntu
For any developer who is new to mobile application development using React Native, Expo is a great way to ease your transition. Let’s have a look at how Expo can be used to setup React Native on Ubuntu: Node.js and npm must be installed prior to setup.
🌐
NotJust
notjust.dev › blog › 2021-11-04-expo-development-environment-setup-for-first-react-native-project-windows
Expo Development Environment Setup on Windows
To install Expo CLI, you simply have to open the terminal and type npm install --global expo-cli. That's it, it's that easy! On a side note, we need to add --global in order to install Expo CLI globally.
Find elsewhere
🌐
Expo Documentation
docs.expo.dev › bare › overview
Overview of using Expo with existing React Native apps - Expo Documentation
This guide provides both automated and manual installation steps. ... Migration to Expo CLI is a drop-in replacement for @react-native-community/cli. It provides full compatibility with all Expo tools and services.
🌐
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.
🌐
DEV Community
dev.to › runosaduwa › how-to-install-react-native-with-expo-quick-easy-4j8j
How to Install React Native with Expo - Quick & Easy - DEV Community
June 8, 2020 - Install the Expo client app on your iOS or Android phone and connect to the same wireless network as your computer. On Android, use the Expo app to scan the QR code from your terminal to open your project.
🌐
NativeBase
docs.nativebase.io › install-expo
Install in Expo project | NativeBase | Universal Components for React and React Native
Please opt in to our enterprise plan (coming soon) for priority support with NativeBase. ... If you are starting a new project, please try gluestack-ui for better performance and new design. ... Expo helps you to create universal (iOS, Android and Web) React Native apps with no build configuration.
🌐
Expo Documentation
docs.expo.dev › brownfield › installing-expo-modules
Install Expo modules in an existing native project
A guide for adding Expo and React Native to existing native apps and adding a first view component.
🌐
Expo Documentation
docs.expo.dev › more › expo-cli
Expo CLI - Expo Documentation
Build and run the native apps locally: npx expo run:ios and npx expo run:android. Install and update packages that work with the version of react-native in your project: npx expo install package-name.
🌐
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.
🌐
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%
🌐
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 ...
🌐
Notifee
notifee.app › react-native › docs › installation
Installation | Notifee
# For iOS cd ios/ && pod install --repo-update npx react-native run-ios # For Android npx react-native run-android · Notifee has a built-in expo plugin you can install into an Expo managed project.