Command line tools that ship with react-native
in form of the @react-native-community/cli
package.
It exposes
react-native
binary, so your can callyarn react-native
ornpx react-native
directly from your project.
Note: CLI has been extracted from core react-native
as a part of "Lean Core" effort. Please read this blog post for more details.
- Compatibility
- Documentation
- About
- Creating a new React Native project
- Usage in an existing React Native project
- Updating the CLI
- Maintainers
- License
Our release cycle is independent of react-native
. We follow semver and here is the compatibility table:
@react-native-community/cli |
react-native |
---|---|
^2.0.0 | ^0.60.0 |
^1.0.0 | ^0.59.0 |