You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
There hasn't been any activity on this issue in the past 3 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days.
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
commandThe text was updated successfully, but these errors were encountered: