react/shells/dev/app/InspectableElements
Brian Vaughn 0f2fb5badf
Standalone NPM packages and React Native support (#335)
* Add version 4 react-devtools and react-devtools-core packages which support both React Native and e.g. Safari or iframe DOM usage.
* Replaces typed operations arrays with regular arrays in order to support Hermes. This is unfortunate, since in theory a typed array buffer could be more efficiently transferred between frontend and backend for the web extension, but this never actually worked properly in v8, only Spidermonkey, and it fails entirely in Hermes so for the time being- it's been removed.
* Adds support for React Native (paper renderer)
* Adds a style editor for react-native and react-native-web
2019-07-13 10:05:04 -07:00
..
Contexts.js Add placeholders to clarify between empty string, null, and undefined 2019-02-28 10:46:17 -08:00
CustomHooks.js Added truncation UI indicator for hooks. Addressed lint rule violations. 2019-04-04 14:09:10 -07:00
CustomObject.js Updated hydration logic to handle custom objects 2019-06-12 15:43:15 -07:00
InspectableElements.js Standalone NPM packages and React Native support (#335) 2019-07-13 10:05:04 -07:00
NestedProps.js Don't crash for deeply nested Hooks 2019-04-04 19:28:42 +01:00
SimpleValues.js Standalone NPM packages and React Native support (#335) 2019-07-13 10:05:04 -07:00
index.js Initial pass at properties panel. Lots of TODOs remaining. 2019-02-04 17:49:30 +00:00