Subscribe
Sign in
Expo

Expo

An open-source framework for making universal native apps
48 reviews35 shoutouts
212 followers

What is Expo?

Build one JavaScript/TypeScript project that runs natively on all your users' devices including Android, iOS, and web.

Do you use Expo?

Expo gallery image
Expo gallery image
Expo gallery image

Recent Expo Launches

View all Expo launches

Forum Threads

How did you build a local-first react native app?

I'm curious how people build local-first apps. I don't need full CRDT support, but more just syncing with a "parent" db (both pulling new data and pushing locally created records).I see tinybase which feels maybe a bit more powerful than what I need (?).

I also see livestore which feels scary to build on something that new. Is there a non-hack way to use sqllite and sync to a postgres db?Basically my criteria in order of importance would be:1. stays out of my way (easy to deploy, migrate, use)2. has leverage with types (a standard linter tells me I'm blowing up the app with the code I just wrote)3. stable (I would ideally just learn a "goto" tool and use that on all projects going forward)

View all

Expo Alternatives

View all Expo alternatives

Review Expo?

4.34/5 based on 48 reviews
View all reviews

Maker reviews of Expo

Apex Breath
Troy Miller
used this to buildApex BreathApex Breath
(64 points)
Shoutout to Expo for simplifying development and deployment.
Factory.fm
musicben
used this to buildFactory.fmFactory.fm
(229 points)
for powering our new mobile app version
a0.dev
Seth Setse
used this to builda0.deva0.dev
(506 points)
Expo is the go to for react native development.
View all Expo reviews

Reviews

koin303
38 reviews
Expo Advantages ✅ Easy to Use – Expo makes it very easy to develop React Native applications without having to fully setup Xcode or Android Studio. Suitable for beginners and teams who want to quickly build prototypes. ✅ Live Reload & Fast Refresh – You can immediately see changes without having to recompile for a long time. ✅ Managed Workflow – Expo provides many built-in APIs such as camera, location, notifications, and many more without having to install additional dependencies. ✅ Cross-Platform – The code written can be run directly on Android, iOS, and Web without many changes. ✅ Expo Go App – Can test applications directly on devices without having to build. Just scan the QR Code! ✅ OTA Updates – Can update applications without having to go through the App Store/Play Store. Expo Disadvantages ❌ Large Application Size – Because it includes many built-in libraries, the application size can be larger than if it was made with React Native bare workflow. ❌ Not All Native Modules Supported – Some specific features (for example, libraries that require native linking) cannot be used in Expo Managed Workflow, so sometimes you have to eject to Bare Workflow. ❌ Customization Limitations – If you want to use a native feature that Expo doesn’t support, you have to eject, which means losing some of Expo’s benefits. Conclusion Expo is great for developers who want to build apps quickly without the hassle of setting up an environment. However, if you need a lot of native customization or want a lighter app, Bare React Native might be a better fit. Bandar Bola
Michelle Daud
10 reviews
The expo community is doing a fantastic job by continuously improving the OG Expo SDK and all the tooling that it provides. I've been using it since 2020 and it's come a long long way. Also, a long to go as well.
Avishek Chatterjee
3 reviews
The Expo library has uplifted the DX of building the React-Native application. It's not a toy project anymore. The expo community is doing a fantastic job by continuously improving the OG Expo SDK and all the tooling that it provides. I've been using it since 2020 and it's come a long long way. Also, a long to go as well.
NDIO AI
6 reviews
The level of convenience is unparalleled. Not having to install Android studio and Xcode while developing is a game changer. Thank you Expo.
Julien Cortesi
1 review
Expo is wonderful; it's the complete opposite of vendor lock-in. You can add the package to your bare workflow, you can build locally, you can set up your own update server... Expo is a blessing!
View all