Files
react-native/packages/debugger-frontend
Moti Zilberman 0cd5648155 Fix up missing index.js in files (#39244)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/39244

Changelog: [Internal]

TSIA. Fixup from D48680624.

#publish-packages-to-npm

bypass-github-export-checks

Reviewed By: huntie

Differential Revision: D48869800

fbshipit-source-id: 40733d09f9423232b4b5adb120bf268f8f7e4994
2023-08-31 09:19:52 -07:00
..

@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

Updating the frontend assets

The compiled frontend assets are checked into the React Native repo. Run node scripts/debugger-frontend/sync-and-build from the root of your react-native checkout to update them.