dillon1000/react
Commit
Browse files 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.
Changed paths2 files
First-parent comparisonpackages/react-native-renderer/src/ReactFabric.js ModifiedM packages/react-native-renderer/src/ReactNativeRenderer.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…