react-native/packages/react-native-info
Riccardo Cipolleschi 120558c0cd Bump main to 0.77
Summary:
This change bumps the React Native version in main to 0.77

bypass-github-export-checks

## Changelog:
[General][Changed] - Bump main to 0.77-main

## Facebook:
generated by running `js1 publish react-native 0.77.0-main`

Reviewed By: cortinico

Differential Revision: D62575939

fbshipit-source-id: 6d239fca2eed6cfe51f8c37f78d8dc8730c18b8c
2024-09-12 09:23:23 -07:00
..
src
package.json Bump main to 0.77 2024-09-12 09:23:23 -07:00
README.md
tsconfig.json

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 🎉.