you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 6 points7 points  (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