From f830f2c6678767a171ccec132be97f15e208df65 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Wed, 22 Jan 2025 09:17:31 -0800 Subject: [PATCH] feat: Add `getConcretePropsShared()` (#48710) Summary: Adds `getConcretePropsShared()` to `ConcreteShadowNode.h`. I need this in Nitro Views to update state in-place without throwing away the old state object and creating a new one each time. From reading the code it seems like you use this pattern a lot tho where you create new State objects each time - so let me know if my thing is a bad idea.. ## Changelog: - [INTERNAL] [ADDED] Add `getConcretePropsShared()` to `ConcreteShadowNode.h`