react-native-macos/Libraries/Inspector
Dominic Gannaway 59e41b4485 Refactor of Fiber integration with React Fiber + Stack
Summary:
This PR aims to update the Inspector tool in React Native to use the new inspection APIs that have been added to the ReactNative renderer:

https://github.com/facebook/react/pull/9691

This PR also cleans up the code in `Inspector.js` so there's no usage of React's internals.
Closes https://github.com/facebook/react-native/pull/14160

Reviewed By: bvaughn

Differential Revision: D5129280

Pulled By: trueadm

fbshipit-source-id: b1b077c04f46b0f52cdea0e19b4154441558f77a
2017-05-30 10:02:32 -07:00
..
BorderBox.js
BoxInspector.js
ElementBox.js
ElementProperties.js Refactor of Fiber integration with React Fiber + Stack 2017-05-30 10:02:32 -07:00
Inspector.js Refactor of Fiber integration with React Fiber + Stack 2017-05-30 10:02:32 -07:00
InspectorOverlay.js Refactor of Fiber integration with React Fiber + Stack 2017-05-30 10:02:32 -07:00
InspectorPanel.js Ran PropTypes -> prop-types codemod against Libraries/FBReactKit/js/react-native-github 2017-04-12 16:15:15 -07:00
NetworkOverlay.js Fix inspector crash 2017-02-13 01:30:32 -08:00
PerformanceOverlay.js Convert from React.createClass to ES6 classes 2016-07-26 01:13:31 -07:00
StyleInspector.js Fix warnings of StyleInspector 2016-02-10 08:40:39 -08:00
resolveBoxStyle.js