dillon1000/react

Commit

Remove flushSync from React Native (#12565)

There are no plans to enable async in the old renderer. In the new renderer
it only really makes sense to do from the main thread and probably from
native since it'll have to yield to native first.
Browse files
Changed paths2 files
First-parent comparison
M packages/react-native-renderer/src/ReactFabric.js ModifiedM packages/react-native-renderer/src/ReactNativeRenderer.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…