Hi - I work on Expo. Yes. There are thousands of companies that build and deliver their apps with Expo to many millions of end users. Our focus as a team is to make Expo something that powers the apps we all use every day, so we pay a lot of attention to making our open source tools and our cloud services work for serious customers. Answer from ccheever on reddit.com
Expo Documentation
docs.expo.dev
Expo Documentation
Docs · BlogChangelogStar Us on GitHub · Hide navigation · Search · HomeGuidesEASReferenceLearn · ArchiveExpo SnackDiscord and ForumsNewsletter · State of React Native 2025 · Have a few minutes and want to shape the future of React Native? Fill out the Survey Now!
Tools for development
By default, Expo Doctor validates your project's packages against the React Native directory and checks if app config properties are properly synced when native directories exist. You can configure these checks in your project's package.json file.
Create a project
Learn how to create a new Expo project · System requirements:
Start developing
Make your first change to an Expo project and see it live on your device.
Set up your environment
Learn how to set up your development environment to start building with Expo.
React Native
reactnative.dev › docs › environment-setup
Get Started with React Native · React Native
1 week ago - Expo provides features like file-based routing, high-quality universal libraries, and the ability to write plugins that modify native code without having to manage native files. ... Yes. You can use React Native without a Framework.
Are companies actually using Expo for developing React Native apps?
Hi - I work on Expo. Yes. There are thousands of companies that build and deliver their apps with Expo to many millions of end users. Our focus as a team is to make Expo something that powers the apps we all use every day, so we pay a lot of attention to making our open source tools and our cloud services work for serious customers. More on reddit.com
Expo vs React Native documentation?
They don’t cover the same things More on reddit.com
is everyone just using Expo?
Yes its the recommended way More on reddit.com
Videos
How to create your first Expo app | Universal App tutorial #1
20:44
Complete React Native Tutorial #1 - Introduction & Setup (Expo) ...
04:12:47
Build a Full Stack Mobile App with React Native & Expo - React ...
Getting Started With React Native & Expo in 2023
01:09:01
React Native for Dummies 2025 – Full Beginner Crash Course - YouTube
04:18
How to Deploy Your React Native Expo App to the App Store - YouTube
Expo
expo.dev
Expo
🌟 Why choose #Expo for your next app? Enjoy the simplicity of building with one codebase for all platforms, access a rich library of pre-built components, and streamline updates with over-the-air changes—all without touching native code! 🚀 #ReactNative #js #100DaysOfCode
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.
October 26, 2025 - Learn about building and deploying universal apps in our official docs! ... packages All the source code for Expo modules, if you want to edit a library or just see how it works this is where you'll find it.
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%
Reddit
reddit.com › r/reactnative › are companies actually using expo for developing react native apps?
r/reactnative on Reddit: Are companies actually using Expo for developing React Native apps?
June 24, 2023 -
I'm about to start a new job and I'll be using React Native to develop mobile apps. Are companies actually using Expo for developing React Native apps? Like has it become a standard? Are there other ways like better alternatives to Expo? I've heard of React Native CLI, is it much better and standardized in the industry?
Top answer 1 of 40
111
Hi - I work on Expo. Yes. There are thousands of companies that build and deliver their apps with Expo to many millions of end users. Our focus as a team is to make Expo something that powers the apps we all use every day, so we pay a lot of attention to making our open source tools and our cloud services work for serious customers.
2 of 40
49
yes there are companies using expo for react native apps. expo makes things hell of a lot easier, and comes with some very nice things for builds, deployment, etc. Standard, not sure but I think its getting there. I would personally rather not use anything else as of right now Alternatives, not sure.
Ideo Software
ideosoftware.com › software house › blog
React Native – What is Expo and is it worth using? / Digitization blog | Project-based Software Development
It is an entire, extensive environment that allows you to conveniently create projects using the command line (Expo CLI), use tools to run applications on a virtual device (Expo Snack), or immediately test implemented changes on your own hardware (Expo Go). Expo therefore provides very wide possibilities in the context of building cross-platform applications in React Native.
DEV Community
dev.to › vrinch › getting-started-with-react-native-expo-a-beginners-guide-4ae8
Getting Started with React Native (EXPO): A Beginner's Guide - DEV Community
October 10, 2024 - Pre-built Modules: Expo includes a wide range of APIs to access native device functionalities. Before we start, ensure you have the following installed: ... Expo CLI: The command-line interface for Expo. Expo Go: Download the Expo Go app from the App Store (iOS) or Google Play (Android) for testing on your mobile device. ... Now, let’s create our first React Native app using Expo.
Galaxies.dev
galaxies.dev › article › should-you-use-expo-react-native
Should you use Expo for React Native? | Galaxies.dev
February 11, 2024 - Aside from the simplified development process, here are some golden nuggets about using Expo: Ease of Use: Build and deploy native mobile apps without ever touching native code directly. Cloud Builds: With EAS, even Mac-less developers can build and submit iOS apps. Over-the-Air Updates: Deploy JavaScript, styles, and images updates directly to users, bypassing app store reviews. Web Development: Port your React Native app to the web, maintaining a single codebase for all platforms.
Rn
rn.new
Create Expo Stack
Use npx rn-new instead of npx create-expo-app to configure and install common packages easily. ... I recently found out rn-new and it's been a breeze setting up project details. ... This is a list of features we're working on, and what we intend to release in future versions. This list is subject to change and will be updated as we make progress. ... A free preview of NativeWindUI, a set of beautifully designed components based on Apple's Human Interface Guidelines using NativeWind.
Reddit
reddit.com › r/expo › expo vs react native documentation?
r/expo on Reddit: Expo vs React Native documentation?
October 29, 2024 -
I want to know which is better for a beginner to read to learn react native, expo documentation or react native documentation? which has easier/better tutorials?
Top answer 1 of 5
2
They don’t cover the same things
2 of 5
2
I think the two go hand in hand… the expo documentation links to react natives when talking about components or lifecycles, and react native docs recommend starting a project with Expo! When you start developing, the expo docs seem easier (if you are using expo of course), but you will quickly need to dive into both!!!