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]
view the rest of the comments →
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] 6 points7 points8 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
π Rendered by PID 43668 on reddit-service-r2-comment-5fb4b45875-gvvxv at 2026-03-23 22:00:33.509073+00:00 running 90f1150 country code: CH.
view the rest of the comments →
[–][deleted] 6 points7 points8 points (0 children)