@react-native/debugger-frontend
Debugger frontend for React Native based on Chrome DevTools
Last updated 4 months ago by react-native-bot .
BSD-3-Clause · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @react-native/debugger-frontend 
SYNC missed versions from official npm registry.

@react-native/debugger-frontend

npm package

Debugger frontend for React Native based on Chrome DevTools.

This package is internal to React Native and is intended to be used via @react-native/dev-middleware.

Usage

The package exports the absolute path to the directory containing the frontend assets.

const frontendPath = require('@react-native/debugger-frontend');

// Pass frontendPath to a static server, etc

Contributing

Source repo

Source code for this package lives in the facebook/react-native-devtools-frontend repo. See below for how we build and check in changes.

Updating the frontend assets

The compiled assets for the debugger frontend are periodically checked into this package under the dist/ folder. To update these, run node scripts/debugger-frontend/sync-and-build from the root of your react-native checkout.

# For main
node scripts/debugger-frontend/sync-and-build --branch main

# For stable branches (e.g. '0.73-stable')
node scripts/debugger-frontend/sync-and-build --branch 0.73-stable

By default, this will clone and build from facebook/react-native-devtools-frontend.

Current Tags

  • 0.74.89                                ...           0.74-stable (a year ago)
  • 0.75.5                                ...           0.75-stable (a year ago)
  • 0.76.9                                ...           0.76-stable (a year ago)
  • 0.77.3                                ...           0.77-stable (9 months ago)
  • 0.78.3                                ...           0.78-stable (9 months ago)
  • 0.79.7                                ...           0.79-stable (6 months ago)
  • 0.80.3                                ...           0.80-stable (3 months ago)
  • 0.81.6                                ...           0.81-stable (2 months ago)
  • 0.83.4                                ...           0.83-stable (a month ago)
  • 0.74.82                                ...           false (2 years ago)
  • 0.85.0                                ...           latest (4 days ago)
  • 0.85.0-rc.7                                ...           next (12 days ago)

998 Versions

Maintainers (2)
Downloads
Today 0
This Week 0
This Month 13
Last Day 0
Last Week 40
Last Month 38
Dependencies (0)
None
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |