mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
8c7fc732b7
#publish-packages-to-npm
@react-native/debugger-frontend
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.