dillon1000/react

Commit

Adds a ReactNativeInspector API to ReactNativeRenderer (#9691)

* fixed conflicts with master

* splits fiber and stack implementations

* prettier run

* updated fiber implementation based on feedback

* updated fiber implementation for selecting inspector hierarchy

* run of prettier

* fixed flow issues

* updated stack implementation

* fixes an implementation difference where before it wasnt properly understoof

* addresses comments in PR feedback

* updated stack inspector to use emptyObject

* Update ReactNativeFiberInspector.js

Fixes a flow error

* fixes last flow error

* prettier

* applied changes to how viewConfig works for fibers and extracted measure out

* fixed bad paste

* fixes flow errors

* prettyify

* revmoed getComponentName changes

* updated logic for getHostProps and addressed other PR feedback

* improved throwing to invariant and update stack implemenation based on feedback

* prettier
Browse files
Changed paths4 files
First-parent comparison
M src/renderers/native/ReactNativeFiber.js ModifiedA src/renderers/native/ReactNativeFiberInspector.js AddedM src/renderers/native/ReactNativeStack.js ModifiedA src/renderers/native/ReactNativeStackInspector.js Added
Patch

Files changed

Rendering syntax-highlighted changes…