-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
Android: expose ReactFontManager as a standalone target #38506
Conversation
This pull request was exported from Phabricator. Differential Revision: D47569319 |
35fef88
to
be0932e
Compare
This pull request was exported from Phabricator. Differential Revision: D47569319 |
Base commit: cb173e6 |
This pull request was exported from Phabricator. Differential Revision: D47569319 |
Summary: Pull Request resolved: facebook#38506 There are use cases where an app needs to install a custom font in a separate infra/tool. Instead of bloating those infra/tool with deep React Native dependencies, this allows it to depend on only the pieces that matter. To ensure backward compatibility, the existing ReactFontManager will proxy method calls to the new impl going forward. Changelog: [Changed][Android] Moved ReactFontManager to a common package Reviewed By: mdvacca Differential Revision: D47569319 fbshipit-source-id: e3fb8f44715c2889b7703f77f7cb933c0a541cf0
be0932e
to
d4f3dbd
Compare
This pull request was exported from Phabricator. Differential Revision: D47569319 |
Summary: Pull Request resolved: facebook#38506 There are use cases where an app needs to install a custom font in a separate infra/tool. Instead of bloating those infra/tool with deep React Native dependencies, this allows it to depend on only the pieces that matter. To ensure backward compatibility, the existing ReactFontManager will proxy method calls to the new impl going forward. Changelog: [Changed][Android] Moved ReactFontManager to a common package Reviewed By: mdvacca Differential Revision: D47569319 fbshipit-source-id: 1346b254c9e1ce7778c0a9b7c541cf7110cab67a
d4f3dbd
to
6916316
Compare
This pull request was exported from Phabricator. Differential Revision: D47569319 |
Summary: Pull Request resolved: facebook#38506 There are use cases where an app needs to install a custom font in a separate infra/tool. Instead of bloating those infra/tool with deep React Native dependencies, this allows it to depend on only the pieces that matter. To ensure backward compatibility, the existing ReactFontManager will proxy method calls to the new impl going forward. Changelog: [Changed][Android] Moved ReactFontManager to a common package Reviewed By: mdvacca Differential Revision: D47569319 fbshipit-source-id: fecf8368d1315639df7fd1f2975249efc5d145a9
6916316
to
67a3fe1
Compare
Summary: Pull Request resolved: facebook#38506 There are use cases where an app needs to install a custom font in a separate infra/tool. Instead of bloating those infra/tool with deep React Native dependencies, this allows it to depend on only the pieces that matter. To ensure backward compatibility, the existing ReactFontManager will proxy method calls to the new impl going forward. Changelog: [Changed][Android] Moved ReactFontManager to a common package Reviewed By: mdvacca Differential Revision: D47569319 fbshipit-source-id: e8e715bfe3b02723345eb90a7e6fa8247f7b13ac
67a3fe1
to
75d09b9
Compare
This pull request was exported from Phabricator. Differential Revision: D47569319 |
This pull request was successfully merged by @fkgozali in 7341f9a. When will my fix make it into a release? | Upcoming Releases |
Summary: Pull Request resolved: facebook#38506 There are use cases where an app needs to install a custom font in a separate infra/tool. Instead of bloating those infra/tool with deep React Native dependencies, this allows it to depend on only the pieces that matter. To ensure backward compatibility, the existing ReactFontManager will proxy method calls to the new impl going forward. Changelog: [Changed][Android] Moved ReactFontManager to a common package Reviewed By: mdvacca Differential Revision: D47569319 fbshipit-source-id: 18ba6617d6c3f68823bdccaacfd8cc961cd6ce34
Summary:
There are use cases where an app needs to install a custom font in a separate infra/tool. Instead of bloating those infra/tool with deep React Native dependencies, this allows it to depend on only the pieces that matter.
To ensure backward compatibility, the existing ReactFontManager will proxy method calls to the new impl going forward.
Changelog: [Changed][Android] Moved ReactFontManager to a common package
Differential Revision: D47569319