Description
On old arch , setAppProperties in RCTRootView can trigger UNSAFE_componentWillReceiveProps, But on new arch, setAppProperties in RCTFabricSurfaceHostingProxyRootView, setAppProperties won't trigger the same method in Javascript
Are there any alternative solutions to trigger UNSAFE_componentWillReceiveProps from objective-c to Javascript?
Steps to reproduce
same as description
React Native Version
0.79.0
Affected Platforms
Runtime - iOS
Areas
Fabric - The New Renderer
Output of npx @react-native-community/cli info
Stacktrace or Logs
MANDATORY Reproducer
In Objective-C , call RCTFabricSurfaceHostingProxyRootView.setAppProperties
Screenshots and Videos
No response
Description
On old arch , setAppProperties in RCTRootView can trigger UNSAFE_componentWillReceiveProps, But on new arch, setAppProperties in RCTFabricSurfaceHostingProxyRootView, setAppProperties won't trigger the same method in Javascript
Are there any alternative solutions to trigger UNSAFE_componentWillReceiveProps from objective-c to Javascript?
Steps to reproduce
same as description
React Native Version
0.79.0
Affected Platforms
Runtime - iOS
Areas
Fabric - The New Renderer
Output of
npx @react-native-community/cli infoStacktrace or Logs
MANDATORY Reproducer
In Objective-C , call RCTFabricSurfaceHostingProxyRootView.setAppProperties
Screenshots and Videos
No response