Skip to content

Commit

Permalink
Handle line endings correctly on Windows in build script for RN (#26727)
Browse files Browse the repository at this point in the history
Summary:
## Summary

We added some post-processing in the build for RN in #26616 that broke
for users on Windows due to how line endings were handled to the regular
expression to insert some directives in the docblock. This fixes that
problem, reported in #26697 as well.

## How did you test this change?

Verified files are still built correctly on Mac/Linux. Will ask for help
to test on Windows.

DiffTrain build for commit facebook/react@f87e97a.

Changelog: [Internal]

Reviewed By: kassens

Differential Revision: D45279164

Pulled By: rubennorte

fbshipit-source-id: 5372e8357c99bb09704715b155cb85422ec7886a
  • Loading branch information
rubennorte authored and facebook-github-bot committed Apr 26, 2023
1 parent 869e32a commit 0f65b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/Libraries/Renderer/REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
25b99efe0c9c9d593c86829386c86740d409fa8c
f87e97a0a67fa7cfd7e6f2ec985621c0e825cb23

0 comments on commit 0f65b04

Please sign in to comment.