-
Notifications
You must be signed in to change notification settings - Fork 934
Closed
Labels
Description
Describe the Feature
CLI could automatically set up and configure user environment while running react-native init for the first time on a new machine.
There are some known requirements such as having Android SDK / NDK (when you want to run from source), CocoaPods and XCode.
CLI could attempt installing them (by prompting users) or asking to install manually and press enter when done, to validate and confirm the installation.
This is similar to "interactive getting started guides" that many services provide, such as Google Apps when you add a new account.
Related Issues
#51 - we could connect this with existing health command
lucasbento and estevaolucas