#pragma once #include #include #include #include #include #include #include using namespace facebook; using namespace react; namespace reanimated { using PropsMap = std::unordered_map>; using ChildrenMap = std::unordered_map>; RootShadowNode::Unshared cloneShadowTreeWithNewProps( const RootShadowNode &oldRootNode, const PropsMap &propsMap); } // namespace reanimated