Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecated API usage in MarkdownFontFamilySpan #511

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

tomekzaw
Copy link
Collaborator

@tomekzaw tomekzaw commented Oct 4, 2024

Details

This PR removes depreecated API usage in MarkdownFontFamilySpan.java caused by using deprecated class ReactFontManager from com.facebook.react.views.text package instead of com.facebook.react.common.assets.

See facebook/react-native#38506 for more details.

-import com.facebook.react.views.text.ReactFontManager;
+import com.facebook.react.common.assets.ReactFontManager;

Related Issues

GH_LINK

Manual Tests

Linked PRs

@tomekzaw tomekzaw merged commit fdc044d into main Oct 4, 2024
5 checks passed
@tomekzaw tomekzaw deleted the @tomekzaw/fix-deprecated-api branch October 4, 2024 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants