mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
148066e8f9
Summary: Bumps the CLI to the next version ## Changelog: [General][Changed] - Bump cli dependencies to 15.0.0-alpha.2 Pull Request resolved: https://github.com/facebook/react-native/pull/46394 Test Plan: CI Reviewed By: huntie Differential Revision: D62375405 Pulled By: cipolleschi fbshipit-source-id: fec99216bc7ad6decfd83840091d807f603184da
react-native-info
This package is intended to be used as a part of creating issues with the React Native project. It provides accurate information about your system, and helps our team triage and debug issues.
Usage
$ cd YourProject
$ npx react-native-info@latest
info Fetching system and libraries information...
System:
OS: macOS 14.4.1
CPU: (10) arm64 Apple M1 Pro
Memory: 527.52 MB / 32.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 20.12.0
...
Notes
This is built upon the work of the React Native Community CLI 🎉.