Adding missing #import <QuartzCore/QuartzCore.h> imports#35315
Adding missing #import <QuartzCore/QuartzCore.h> imports#35315christophpurrer wants to merge 1 commit intofacebook:mainfrom
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D41229835 |
Base commit: f657d29 |
Base commit: f657d29 |
|
PR build artifact for bbaa4e88d84eaf452448f03a2c975f4dc442fb84 is ready. |
|
This pull request was exported from Phabricator. Differential Revision: D41229835 |
bbaa4e8 to
de27eff
Compare
|
This pull request was exported from Phabricator. Differential Revision: D41229835 |
de27eff to
d957ae4
Compare
|
PR build artifact for d957ae4aa4557600843beaf495c95e54bece516c is ready. |
) Summary: Pull Request resolved: facebook#35315 These headers are needed on react-native-macOS, but not explicitly imported all the time. It seems that some UIKit header will implicitly import them. Changelog: [Internal] Differential Revision: D41229835 fbshipit-source-id: d7ca2b1abd9f63c2d93df1bca56108401ea2f814
|
This pull request was exported from Phabricator. Differential Revision: D41229835 |
d957ae4 to
53d6daa
Compare
|
PR build artifact for 53d6daa is ready. |
) Summary: Pull Request resolved: facebook#35315 These headers are needed on react-native-macOS, but not explicitly imported all the time. It seems that some UIKit header will implicitly import them. We have other use case in react-native(-iOS) in which we also explicitly importing them - https://github.com/facebook/react-native/search?q=QuartzCore- , hence use following 'that' practice 'here'. Changelog: [Internal] Reviewed By: javache Differential Revision: D41229835 fbshipit-source-id: b0182bf4f7905e8e157b341eb62cadec6ba354ca # Conflicts: # Libraries/Text/Text/RCTTextView.m # React/Views/RCTView.m
) (#1507) Summary: Pull Request resolved: facebook#35315 These headers are needed on react-native-macOS, but not explicitly imported all the time. It seems that some UIKit header will implicitly import them. We have other use case in react-native(-iOS) in which we also explicitly importing them - https://github.com/facebook/react-native/search?q=QuartzCore- , hence use following 'that' practice 'here'. Changelog: [Internal] Reviewed By: javache Differential Revision: D41229835 fbshipit-source-id: b0182bf4f7905e8e157b341eb62cadec6ba354ca # Conflicts: # Libraries/Text/Text/RCTTextView.m # React/Views/RCTView.m
Summary:
These headers are needed on react-native-macOS, but not explicitly imported all the time. It seems that some UIKit header will implicitly import them.
Changelog: [Internal]
Differential Revision: D41229835