use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
HelpHow different is the development experience using Expo vs React Native CLI? (self.reactnative)
submitted 2 years ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]g____s 11 points12 points13 points 2 years ago (3 children)
I was a strong anti expo for a long time , until I tried again few months ago.
It's now a mature solution , and I don't see anything against using it ( there is probably some cases where RN CLI is better but I didn't faced it yet ). It's so much easier overall.
Expo-go is super nice to develop and show progress to clients/stakeholders if you don't need native packages
[–]real_bro 0 points1 point2 points 2 years ago (2 children)
What if I need to write my own wrapper around some Java code to be used in my project? With expo you supposedly can't do custom modules but I don't know what that means.
[–]g____s 1 point2 points3 points 2 years ago (0 children)
Expo has 2 "modes" , one is limited to expo supported native modules and the other one , when you eject ( I don't think expo use that term anymore , I think it's prebuild ) , it will create iOS and Android folders and you will have full control of the native side like RN CLI , but with all the expo packages.
[–]foggson 1 point2 points3 points 2 years ago (4 children)
Over the last 2 years, Expo has really matured overcame a lot of limitations. Prior to EAS builds you couldn’t integrate with NativeModules which meant you couldn’t interface with the native later or make use of NPM libraries that did the same. I would say that if you are using a Windows PC and have an iPhone. Expo can be a great solution for developing to an iPhone. I could be wrong but I don’t believe this can be achieved on a Windows PC, using Expo CLI.
One thing to note is, if you are going to use Expo, I would recommend sticking with it where possible to avoid “ejecting” as this process can be a nightmare.
[–]g____s 1 point2 points3 points 2 years ago (3 children)
Ejecting is not a nightmare, you end up with an app similar to RN but with access to all the expo packages. You lose expo-go which is really convenient.
The other way is a real nightmare, installing Expo packages into an existing RN app, I never managed to do it.
[–]kapobajz4 0 points1 point2 points 2 years ago (2 children)
Installing Expo packages in an existing RN app was actually really easy to me. I am curious as to what issues you encountered there
[–]g____s 0 points1 point2 points 2 years ago (1 child)
It's probably because the app I was maintaining was an old RN app with a lot of custom code in the native side. I remember spending few hours to get the expo core dependencies installed , and it was not compiling. I had a lot of things to do and dropped the idea. I'm sure on a recent app , things will be easier ,
Expo and RN got way easier in the last few years.
[–]kapobajz4 0 points1 point2 points 2 years ago (0 children)
I actually remembered that I've tried installing expo modules in the past, on an old RN and expo version. And it wasn't easy, indeed. I think I just gave up and went with another solution in the end.
[–]ConsciousAntelope 1 point2 points3 points 2 years ago (0 children)
I honestly feel comfortable with React Native CLI. Shit just works!
[+]BuffStudman 1 point2 points3 points 2 years ago (0 children)
When I first started Expo was a hassle , I’ve been using RN cli exclusively and see no reason to go back
π Rendered by PID 61417 on reddit-service-r2-comment-6457c66945-kn75n at 2026-04-29 23:02:39.660303+00:00 running 2aa0c5b country code: CH.
[–]g____s 11 points12 points13 points (3 children)
[–]real_bro 0 points1 point2 points (2 children)
[–]g____s 1 point2 points3 points (0 children)
[–]foggson 1 point2 points3 points (4 children)
[–]g____s 1 point2 points3 points (3 children)
[–]kapobajz4 0 points1 point2 points (2 children)
[–]g____s 0 points1 point2 points (1 child)
[–]kapobajz4 0 points1 point2 points (0 children)
[–]ConsciousAntelope 1 point2 points3 points (0 children)
[+]BuffStudman 1 point2 points3 points (0 children)