dillon1000/react
Commit
Browse files RN (fiber) avoids the overhead of bridge calls if there's no update. (#10505)
This is an expensive no-op for Android, and causes an unnecessary view invalidation for certain components (eg RCTTextInput) on iOS.
Changed paths5 files
First-parent comparisonsrc/renderers/native/NativeMethodsMixin.js ModifiedM src/renderers/native/ReactNativeComponent.js ModifiedM src/renderers/native/ReactNativeFiberHostComponent.js ModifiedM src/renderers/native/ReactNativeFiberRenderer.js ModifiedM src/renderers/native/__tests__/ReactNativeMount-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…