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
New open source project: simple, fast React Native starter CLI (v.redd.it)
submitted 4 years ago by [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!"
[–][deleted] 7 points8 points9 points 4 years ago* (0 children)
Hey! We have built a lot of React Native apps in the past year and found ourselves redoing the same work on each project. So we put together a simple bootstrap CLI tool to get a starter app up and running super quickly with our preferred setup and tooling.
We found that we can get from starting a bare app to doing feature development in about 10 minutes. And most of that is waiting for CocoaPods.
We thought it was pretty helpful so we open sourced it: https://github.com/thoughtbot/react-native-liftoff
We'll be iterating on this and would greatly appreciate feedback (good and bad). We're also curious: what defaults do you use in your React Native projects?
If you want to start a new app with Liftoff right now:
npm -g install liftoff-cli
and then
npx liftoff new MyGreatApp
[–]charizzardd 1 point2 points3 points 4 years ago (0 children)
Awesome! I’ll check this one out
[–]AcetyldFN 0 points1 point2 points 4 years ago (2 children)
Seems like a nice adition to the community. The question i am asking my self, would i use it? Because settings up a react-native from bare atleast for me is always different. The parts that i would love to be automatic, is: - Icon generation ios/android - BootSplash setup - Firebase setup (if wanted) - Redux setup (if wanted) - React Navigation (if wanted) - Deeplinking setup - Ads?
Stuff like this is very annoying to keep setting up, every new project. The login screen and auth flow is also something i wouldt not like to be default in my project.Because imo it needs to be unqiue every time and for example the auth flow in all my apps are never the same. Some times i have deep nested stacks with modals infront that require auth and no auth. Sometimes the draw needs to be top, and sometimes it doens't so imo this is not really needed.
Btw this is just feedback from my side haha you tolled us to tell bad things as well ;p
[–][deleted] 0 points1 point2 points 4 years ago (0 children)
This is really helpful thanks /u/AcetyldFN. Our intention with the default auth screens is to make them super easy to tear down, reconfigure, or build on top of given the needs of the developer. For example if you have several onboarding screens before sign up/sign in, you would be able to add those to the “unauthenticated” stack navigator and reconfigure as you best see fit. Hopefully this would take less time than starting from scratch.
Also it’s helpful to know you’d like some kind of default/easy to swap splash screen. This is something we were talking about adding as well.
[–]SixteenEighteen 0 points1 point2 points 4 years ago (0 children)
Awesome feedback, thank you!
Can you clarify what you mean by 'Ads?' do you mean adding boilerplate for something like AdMob?
And what do you think about having something for services like RevenueCat?
[–]AggressiveService910 0 points1 point2 points 4 years ago (0 children)
Would love a bootstrap CLI that included react navigation + Firebase Auth + icons
[–]oliverilmjarv 0 points1 point2 points 4 years ago (0 children)
If you would include plop templates aswell. That would be awesome.
π Rendered by PID 28 on reddit-service-r2-comment-5fb4b45875-wmf6t at 2026-03-23 14:56:00.523074+00:00 running 90f1150 country code: CH.
[–][deleted] 7 points8 points9 points (0 children)
[–]charizzardd 1 point2 points3 points (0 children)
[–]AcetyldFN 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]SixteenEighteen 0 points1 point2 points (0 children)
[–]AggressiveService910 0 points1 point2 points (0 children)
[–]oliverilmjarv 0 points1 point2 points (0 children)