dillon1000/react

Commit

Implement {,un}hideInstance on RN renderer (#14115)

This is required to use lazy.

Test Plan:
* Verified lazy works on a real world use case (shows spinner, shows real content).
* Verified that if I change the primary content's styles to have `display: 'none'` then it never appears (i.e., the code in `unhide` reads the styles successfully)
Browse files
Changed paths2 files
First-parent comparison
M packages/react-native-renderer/src/ReactFabricHostConfig.js ModifiedM packages/react-native-renderer/src/ReactNativeHostConfig.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…