A framework for building native applications using React
Improve setting props of the Interop Layer (#41942)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41942 Previously, every time a component was updated, we were passing all the props to the interoperated component. With this change, we are going to only pass the props that are changed. As a safety feature, if the new codepath is not able to detect the type of the prop properly, it will fall back to the previous behavior. ## Changelog: [Internal] - Only pass props to the interoperated component when they changes Reviewed By: sammy-SC Differential Revision: D51755764 fbshipit-source-id: 0185d2cceeab2a1e45b87d5a1e82ab06e00aa82d
R
Riccardo Cipolleschi committed
b0982971c6ed6be98b99db902a38dfdf5e9b8b37
Parent: 201d2d1
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
on 12/14/2023, 4:52:54 PM