Skip to content

Comments

Remove deprecated ImageManager and ContextContainer type aliases#55688

Open
sammy-SC wants to merge 1 commit intofacebook:mainfrom
sammy-SC:export-D90331219
Open

Remove deprecated ImageManager and ContextContainer type aliases#55688
sammy-SC wants to merge 1 commit intofacebook:mainfrom
sammy-SC:export-D90331219

Conversation

@sammy-SC
Copy link
Contributor

Summary:
Changelog:
[General] [Breaking]: Removing deprecated type aliases. Use the type directly.

Remove deprecated type aliases that are no longer used:

  • SharedImageManager → use std::shared_ptr<ImageManager>
  • ContextContainer::Shared → use std::shared_ptr<const ContextContainer>

Reviewed By: lenaic

Differential Revision: D90331219

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 23, 2026
@meta-codesync
Copy link

meta-codesync bot commented Feb 23, 2026

@sammy-SC has exported this pull request. If you are a Meta employee, you can view the originating Diff in D90331219.

sammy-SC added a commit to sammy-SC/react-native that referenced this pull request Feb 23, 2026
…ebook#55688)

Summary:

Changelog:
[General] [Breaking]: Removing deprecated type aliases. Use the type directly.

Remove deprecated type aliases that are no longer used:
- `SharedImageManager` → use `std::shared_ptr<ImageManager>`
- `ContextContainer::Shared` → use `std::shared_ptr<const ContextContainer>`

Reviewed By: lenaic

Differential Revision: D90331219
sammy-SC added a commit to sammy-SC/react-native that referenced this pull request Feb 23, 2026
…ebook#55688)

Summary:

Changelog:
[General] [Breaking]: Removing deprecated type aliases. Use the type directly.

Remove deprecated type aliases that are no longer used:
- `SharedImageManager` → use `std::shared_ptr<ImageManager>`
- `ContextContainer::Shared` → use `std::shared_ptr<const ContextContainer>`

Reviewed By: lenaic

Differential Revision: D90331219
sammy-SC added a commit to sammy-SC/react-native that referenced this pull request Feb 23, 2026
…ebook#55688)

Summary:
Pull Request resolved: facebook#55688

Changelog:
[General] [Breaking]: Removing deprecated type aliases. Use the type directly.

Remove deprecated type aliases that are no longer used:
- `SharedImageManager` → use `std::shared_ptr<ImageManager>`
- `ContextContainer::Shared` → use `std::shared_ptr<const ContextContainer>`

Reviewed By: lenaic

Differential Revision: D90331219
@sammy-SC sammy-SC force-pushed the export-D90331219 branch 2 times, most recently from cd40d8b to ebd70a3 Compare February 23, 2026 20:50
sammy-SC added a commit to sammy-SC/react-native that referenced this pull request Feb 23, 2026
…ebook#55688)

Summary:

Changelog:
[General] [Breaking]: Removing deprecated type aliases. Use the type directly.

Remove deprecated type aliases that are no longer used:
- `SharedImageManager` → use `std::shared_ptr<ImageManager>`
- `ContextContainer::Shared` → use `std::shared_ptr<const ContextContainer>`

Reviewed By: lenaic

Differential Revision: D90331219
sammy-SC added a commit to sammy-SC/react-native that referenced this pull request Feb 23, 2026
…ebook#55688)

Summary:

Changelog:
[General] [Breaking]: Removing deprecated type aliases. Use the type directly.

Remove deprecated type aliases that are no longer used:
- `SharedImageManager` → use `std::shared_ptr<ImageManager>`
- `ContextContainer::Shared` → use `std::shared_ptr<const ContextContainer>`

Reviewed By: lenaic

Differential Revision: D90331219
sammy-SC added a commit to sammy-SC/react-native that referenced this pull request Feb 23, 2026
…ebook#55688)

Summary:

Changelog:
[General] [Breaking]: Removing deprecated type aliases. Use the type directly.

Remove deprecated type aliases that are no longer used:
- `SharedImageManager` → use `std::shared_ptr<ImageManager>`
- `ContextContainer::Shared` → use `std::shared_ptr<const ContextContainer>`

Reviewed By: lenaic

Differential Revision: D90331219
sammy-SC added a commit to sammy-SC/react-native that referenced this pull request Feb 24, 2026
…ebook#55688)

Summary:

Changelog:
[General] [Breaking]: Removing deprecated type aliases. Use the type directly.

Remove deprecated type aliases that are no longer used:
- `SharedImageManager` → use `std::shared_ptr<ImageManager>`
- `ContextContainer::Shared` → use `std::shared_ptr<const ContextContainer>`

Reviewed By: lenaic

Differential Revision: D90331219
sammy-SC added a commit to sammy-SC/react-native that referenced this pull request Feb 24, 2026
…ebook#55688)

Summary:

Changelog:
[General] [Breaking]: Removing deprecated type aliases. Use the type directly.

Remove deprecated type aliases that are no longer used:
- `SharedImageManager` → use `std::shared_ptr<ImageManager>`
- `ContextContainer::Shared` → use `std::shared_ptr<const ContextContainer>`

Reviewed By: lenaic

Differential Revision: D90331219
sammy-SC added a commit to sammy-SC/react-native that referenced this pull request Feb 24, 2026
…ebook#55688)

Summary:

Changelog:
[General] [Breaking]: Removing deprecated type aliases. Use the type directly.

Remove deprecated type aliases that are no longer used:
- `SharedImageManager` → use `std::shared_ptr<ImageManager>`
- `ContextContainer::Shared` → use `std::shared_ptr<const ContextContainer>`

Reviewed By: lenaic

Differential Revision: D90331219
sammy-SC added a commit to sammy-SC/react-native that referenced this pull request Feb 24, 2026
…ebook#55688)

Summary:

Changelog:
[General] [Breaking]: Removing deprecated type aliases. Use the type directly.

Remove deprecated type aliases that are no longer used:
- `SharedImageManager` → use `std::shared_ptr<ImageManager>`
- `ContextContainer::Shared` → use `std::shared_ptr<const ContextContainer>`

Reviewed By: lenaic

Differential Revision: D90331219
sammy-SC added a commit to sammy-SC/react-native that referenced this pull request Feb 24, 2026
…ebook#55688)

Summary:

Changelog:
[General] [Breaking]: Removing deprecated type aliases. Use the type directly.

Remove deprecated type aliases that are no longer used:
- `SharedImageManager` → use `std::shared_ptr<ImageManager>`
- `ContextContainer::Shared` → use `std::shared_ptr<const ContextContainer>`

Reviewed By: lenaic

Differential Revision: D90331219
sammy-SC added a commit to sammy-SC/react-native that referenced this pull request Feb 24, 2026
…ebook#55688)

Summary:

Changelog:
[General] [Breaking]: Removing deprecated type aliases. Use the type directly.

Remove deprecated type aliases that are no longer used:
- `SharedImageManager` → use `std::shared_ptr<ImageManager>`
- `ContextContainer::Shared` → use `std::shared_ptr<const ContextContainer>`

Reviewed By: lenaic

Differential Revision: D90331219
sammy-SC added a commit to sammy-SC/react-native that referenced this pull request Feb 25, 2026
…ebook#55688)

Summary:

Changelog:
[General] [Breaking]: Removing deprecated type aliases. Use the type directly.

Remove deprecated type aliases that are no longer used:
- `SharedImageManager` → use `std::shared_ptr<ImageManager>`
- `ContextContainer::Shared` → use `std::shared_ptr<const ContextContainer>`

Reviewed By: lenaic

Differential Revision: D90331219
sammy-SC added a commit to sammy-SC/react-native that referenced this pull request Feb 25, 2026
…ebook#55688)

Summary:

Changelog:
[General] [Breaking]: Removing deprecated type aliases. Use the type directly.

Remove deprecated type aliases that are no longer used:
- `SharedImageManager` → use `std::shared_ptr<ImageManager>`
- `ContextContainer::Shared` → use `std::shared_ptr<const ContextContainer>`

Reviewed By: lenaic

Differential Revision: D90331219
sammy-SC added a commit to sammy-SC/react-native that referenced this pull request Feb 25, 2026
…ebook#55688)

Summary:
Pull Request resolved: facebook#55688

Changelog:
[General] [Breaking]: Removing deprecated type aliases. Use the type directly.

Remove deprecated type aliases that are no longer used:
- `SharedImageManager` → use `std::shared_ptr<ImageManager>`
- `ContextContainer::Shared` → use `std::shared_ptr<const ContextContainer>`

Reviewed By: lenaic

Differential Revision: D90331219
…ebook#55688)

Summary:
Pull Request resolved: facebook#55688

Changelog:
[General] [Breaking]: Removing deprecated type aliases. Use the type directly.

Remove deprecated type aliases that are no longer used:
- `SharedImageManager` → use `std::shared_ptr<ImageManager>`
- `ContextContainer::Shared` → use `std::shared_ptr<const ContextContainer>`

Reviewed By: lenaic

Differential Revision: D90331219
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported meta-exported p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants