Bump react-native from 0.66.0 to 0.66.2 in /react-native/ReactNativeFlipperExample (#3024)
Summary:
Bumps [react-native](https://github.com/facebook/react-native) from 0.66.0 to 0.66.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/react-native/releases">react-native's releases</a>.</em></p>
<blockquote>
<h2>v0.66.2</h2>
<p>0.66.2 is out with some fixes:</p>
<h3>Fixed</h3>
<ul>
<li>Compare the LogBoxData ignorePatterns with the right code (<a href="https://github.com/facebook/react-native/commit/a950634">a950634</a> by <a href="https://github.com/wiseqingyang"><code>@wiseqingyang</code></a>)</li>
<li>[iOS] Fix logbox window capturing touch events (<a href="https://github.com/facebook/react-native/commit/72ea0e1">72ea0e1</a> by <a href="https://github.com/paddlefish"><code>@paddlefish</code></a>)</li>
<li>Commit generated codegen files as a temporary workaround for devX issue with <code>yarn install</code> removing codegen assets. Proper fix coming in later. (<a href="https://github.com/facebook/react-native/commit/5f7deb5">5f7deb5</a> by <a href="https://github.com/kelset"><code>@kelset</code></a>)</li>
</ul>
<hr />
<p>You can participate in the conversation on the status of this release at this <a href="https://github.com/reactwg/react-native-releases/discussions/5">discussion</a>.</p>
<hr />
<p>To help you upgrade to this version, you can use the <a href="https://react-native-community.github.io/upgrade-helper/">upgrade helper</a> ⚛️</p>
<hr />
<p>You can find the whole <a href="https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md">changelog history</a> over at <code>react-native-releases</code>.</p>
<h2>v0.66.1</h2>
<p>0.66.1 is out with some fixes:</p>
<h3>Fixed</h3>
<ul>
<li>Fix for unable to find find-node.sh in react-native-xcode.sh (<a href="https://github.com/facebook/react-native/commit/cc59a7c">cc59a7c</a> by <a href="https://github.com/garethknowles"><code>@garethknowles</code></a>)</li>
<li>For Android, general fixes to Appearance API and also fixes <code>AppCompatDelegate.setDefaultNightMode()</code>. For iOS, now works correctly when setting <code>window.overrideUserInterfaceStyle</code> (<a href="https://github.com/facebook/react-native/commit/25a2c60">25a2c60</a> by <a href="https://github.com/mrbrentkelly"><code>@mrbrentkelly</code></a>)</li>
<li>Fix Android border positioning regression (<a href="https://github.com/facebook/react-native/commit/d1a33cd">d1a33cd</a> by <a href="https://github.com/oblador"><code>@oblador</code></a>)</li>
</ul>
<hr />
<p>You can participate in the conversation on the status of this release at this <a href="https://github.com/reactwg/react-native-releases/discussions/3">discussion</a>.</p>
<hr />
<p>To help you upgrade to this version, you can use the <a href="https://react-native-community.github.io/upgrade-helper/">upgrade helper</a> ⚛️</p>
<hr />
<p>You can find the whole <a href="https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md">changelog history</a> over at <code>react-native-releases</code>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/facebook/react-native/blob/main/CHANGELOG.md">react-native's changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>v0.66.1</h2>
<h3>Fixed</h3>
<ul>
<li>For Android, general fixes to Appearance API and also fixes AppCompatDelegate.setDefaultNightMode(). For iOS, now works correctly when setting window.overrideUserInterfaceStyle (<a href="25a2c608f7">25a2c608f7</a> by <a href="https://github.com/mrbrentkelly"><code>@mrbrentkelly</code></a>)</li>
</ul>
<h4>Android specific</h4>
<ul>
<li>Fix Android border positioning regression (<a href="d1a33cd139">d1a33cd139</a> by <a href="https://github.com/oblador"><code>@oblador</code></a>)</li>
</ul>
<h4>iOS specific</h4>
<ul>
<li>Fix for unable to find <code>find-node.sh</code> in <code>react-native-xcode.sh</code> script (<a href="cc59a7cbde">cc59a7cbde</a> by <a href="https://github.com/garethknowles"><code>@garethknowles</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="6c19dc3266"><code>6c19dc3</code></a> [0.66.2] Bump version numbers</li>
<li><a href="11644d78ed"><code>11644d7</code></a> Hide the logbox window explicitly. New behavior in iOS SDK appears to… (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/32435">#32435</a>)</li>
<li><a href="9d601e4177"><code>9d601e4</code></a> fix: compare the LogBoxData ignorePatterns with the right code (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/31977">#31977</a>)</li>
<li><a href="7382f556d3"><code>7382f55</code></a> [LOCAL] reintroduce generated codegen files</li>
<li><a href="d48ed4a4bb"><code>d48ed4a</code></a> [0.66.1] Bump version numbers</li>
<li><a href="80e5abdab3"><code>80e5abd</code></a> Fix Android border positioning regression (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/32398">#32398</a>)</li>
<li><a href="e94f9fa76a"><code>e94f9fa</code></a> Addressing various issues with the Appearance API (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/28823">#28823</a>) (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/29106">#29106</a>)</li>
<li><a href="bd01f16be8"><code>bd01f16</code></a> Fix: find-node.sh location in react-native-xcode.sh script (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/32227">#32227</a>)</li>
<li>See full diff in <a href="https://github.com/facebook/react-native/compare/v0.66.0...v0.66.2">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~fb">fb</a>, a new releaser for react-native since your current version.</p>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/3024
Reviewed By: nikoant
Differential Revision: D32246989
Pulled By: mweststrate
fbshipit-source-id: e7892a4ef04cffb1900f5692d76e185df56e4144