File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/react-native-reanimated/Common/cpp/reanimated/LayoutAnimations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ struct LayoutAnimationsProxy
44
44
mutable std::unordered_map<Tag, int > leastRemoved;
45
45
mutable std::vector<Tag> finishedAnimationTags_;
46
46
std::shared_ptr<LayoutAnimationsManager> layoutAnimationsManager_;
47
- ContextContainer::Shared contextContainer_;
47
+ std::shared_ptr< const ContextContainer> contextContainer_;
48
48
SharedComponentDescriptorRegistry componentDescriptorRegistry_;
49
49
jsi::Runtime &uiRuntime_;
50
50
const std::shared_ptr<UIScheduler> uiScheduler_;
51
51
LayoutAnimationsProxy (
52
52
std::shared_ptr<LayoutAnimationsManager> layoutAnimationsManager,
53
53
SharedComponentDescriptorRegistry componentDescriptorRegistry,
54
- ContextContainer::Shared contextContainer,
54
+ std::shared_ptr< const ContextContainer> contextContainer,
55
55
jsi::Runtime &uiRuntime,
56
56
const std::shared_ptr<UIScheduler> uiScheduler)
57
57
: layoutAnimationsManager_(layoutAnimationsManager),
You can’t perform that action at this time.
0 commit comments