react/packages/react-devtools-shell
Brian Vaughn 9025949d84
Pin RNW to canary (#18692)
This unbreaks DevTools shell with the latest ReactDOM in master.
2020-04-21 11:46:29 -07:00
..
src Enable prefer-const lint rules (#18451) 2020-04-01 12:35:52 -07:00
README.md DevTools build script enhancements (#17653) 2019-12-18 14:34:40 -08:00
index.html Fixed box-sizing problem in test shell 2020-01-06 10:23:55 -08:00
now.json Moved shell fixture into packages/react-devtools-shell 2019-08-13 18:11:59 -07:00
package.json Pin RNW to canary (#18692) 2020-04-21 11:46:29 -07:00
webpack.config.js DevTools: Improved "native" component stacks (#18656) 2020-04-21 11:46:11 -07:00

README.md

Harness for testing local changes to the react-devtools-inline and react-devtools-shared packages.

Development

This target should be run in parallel with the react-devtools-inline package. The first step then is to run that target following the instructions in the react-devtools-inline README.

The test harness can then be run as follows:

cd packages/react-devtools-shell

yarn start