dillon1000/react

Commit

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.
Browse files
Changed paths5 files
First-parent comparison
M src/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 Modified
Patch

Files changed

Rendering syntax-highlighted changes…