Skip to content

Adding missing #import <QuartzCore/QuartzCore.h> imports#35315

Closed
christophpurrer wants to merge 1 commit intofacebook:mainfrom
christophpurrer:export-D41229835
Closed

Adding missing #import <QuartzCore/QuartzCore.h> imports#35315
christophpurrer wants to merge 1 commit intofacebook:mainfrom
christophpurrer:export-D41229835

Conversation

@christophpurrer
Copy link
Copy Markdown
Contributor

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

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner fb-exported labels Nov 11, 2022
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D41229835

@analysis-bot
Copy link
Copy Markdown

analysis-bot commented Nov 11, 2022

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 7,100,944 +0
android hermes armeabi-v7a 6,470,646 +0
android hermes x86 7,518,793 +0
android hermes x86_64 7,377,397 +0
android jsc arm64-v8a 8,965,032 +0
android jsc armeabi-v7a 7,696,430 +0
android jsc x86 9,027,537 +0
android jsc x86_64 9,505,668 +0

Base commit: f657d29
Branch: main

@analysis-bot
Copy link
Copy Markdown

analysis-bot commented Nov 11, 2022

Platform Engine Arch Size (bytes) Diff
ios - universal n/a --

Base commit: f657d29
Branch: main

@pull-bot
Copy link
Copy Markdown

PR build artifact for bbaa4e88d84eaf452448f03a2c975f4dc442fb84 is ready.
To use, download tarball from "Artifacts" tab in this CircleCI job then run yarn add <path to tarball> in your React Native project.

@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D41229835

@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D41229835

@pull-bot
Copy link
Copy Markdown

PR build artifact for d957ae4aa4557600843beaf495c95e54bece516c is ready.
To use, download tarball from "Artifacts" tab in this CircleCI job then run yarn add <path to tarball> in your React Native project.

)

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
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D41229835

@pull-bot
Copy link
Copy Markdown

PR build artifact for 53d6daa is ready.
To use, download tarball from "Artifacts" tab in this CircleCI job then run yarn add <path to tarball> in your React Native project.

christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Nov 14, 2022
)

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
Saadnajmi pushed a commit to microsoft/react-native-macos that referenced this pull request Nov 15, 2022
) (#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
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 p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants