Skip to content

Conversation

joannaquu
Copy link

Backport of #2377

…2377)

<!-- Thanks for submitting a pull request! We appreciate you spending
the time to work on these changes. Please provide enough information so
that others can review your pull request. The four fields below are
mandatory. -->

<!-- This fork of react-native provides React Native for macOS for the
community. It also contains some changes that are required for usage
internal to Microsoft. We are working on reducing the diff between
Facebook's public version of react-native and our
microsoft/react-native-macos fork. Long term, we want this fork to only
contain macOS concerns and have the other iOS and Android concerns
contributed upstream.

If you are making a new change then one of the following should be done:
- Consider if it is possible to achieve the desired behavior without
making a change to microsoft/react-native-macos. Often a change can be
made in a layer above in facebook/react-native instead.
- Create a corresponding PR against
[facebook/react-native](https://github.com/facebook/react-native)
**Note:** Ideally you would wait for Facebook feedback before submitting
to Microsoft, since we want to ensure that this fork doesn't deviate
from upstream.
-->

## Summary:

<!-- Explain the **motivation** for making this change. What existing
problem does the pull request solve? -->
`NSUnderlinePatternDash`/`NSUnderlinePatternDot` are
[deprecated](https://developer.apple.com/documentation/uikit/nsunderlinepatterndash).
Use their drop-in replacements (`NSUnderlineStylePatternDash` and
`NSUnderlineStylePatternDot`) instead.

## Test Plan:

<!-- Demonstrate the code is solid. Example: The exact commands you ran
and their output, screenshots / videos if the pull request changes the
user interface. -->
Local build
@joannaquu joannaquu requested a review from a team as a code owner February 28, 2025 21:12
@Saadnajmi
Copy link
Collaborator

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Saadnajmi Saadnajmi enabled auto-merge (squash) February 28, 2025 22:56
@Saadnajmi Saadnajmi merged commit 0cd08d0 into microsoft:0.76-stable Feb 28, 2025
10 checks passed
@joannaquu joannaquu deleted the joannaqu/76-cherry-pick branch February 28, 2025 23:35
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