Usage
Creating a new project
Creating a new React Native project is as simple as:
$ rsx new AwesomeAppThis will create a folder called AwesomeApp within the current directory, and then create a React Native project with iOS and Android projects by default.
Adding a platform
$ rsx platforms add androidRunning a project
$ rsx run ios
$ rsx run android