Bump react-native from 0.66.4 to 0.67.1 in /react-native/ReactNativeFlipperExample (#3341)

Summary:
Bumps [react-native](https://github.com/facebook/react-native) from 0.66.4 to 0.67.1.
<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>0.67.1</h2>
<p>A patch release including fixes to unblock Detox and Android JSC builds</p>
<ul>
<li>Remove alert's window when call to <code>hide</code>. (<a href="a46a99e120">a46a99e120</a> by <a href="https://github.com/asafkorem"><code>@​asafkorem</code></a>)</li>
<li>Do not remove libjscexecutor.so from release builds (<a href="574a773f8f">574a773f8f</a> by <a href="https://github.com/cortinico"><code>@​cortinico</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/12">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 changelog history in the <a href="https://github.com/facebook/react-native/blob/main/CHANGELOG.md">changelog.md file</a>.</p>
<h2>0.67.0</h2>
<p>0.67 stable is out!</p>
<p>This release includes <strong>385 commits</strong> with <strong>75 contributors</strong>! Thank you to all our contributors new and old! You can find the <a href="https://github.com/facebook/react-native/blob/main/CHANGELOG.md#v0670">full changelog here</a>.</p>
<ul>
<li>See the highlights of the release in our <a href="https://reactnative.dev/blog/2022/01/19/version-067">release blog post</a>.</li>
<li>You can participate in the conversation on the status of this release at <a href="https://github.com/reactwg/react-native-releases/discussions/10">this issue</a>.</li>
<li>You can upgrade to this version using the <a href="https://react-native-community.github.io/upgrade-helper/">upgrade helper webtool</a> ⚛️</li>
</ul>
<h2>0.67.0-rc.6</h2>
<p>We are aiming for this to be our candidate for stable. We aim to promote 0.67.0-rc.6 to stable in the first half of January 2022.</p>
<ul>
<li>(iOS) Fix M1 build error when pod has no IPHONEOS_DEPLOYMENT_TARGET <a href="9cd4092336</a></li>
</ul>
<hr />
<p>To test it, run</p>
<pre lang="sh"><code>npx react-native init RN067RC6 --version 0.67.0-rc.6
</code></pre>
<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/1">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 changelog history in the <a href="https://github.com/facebook/react-native/blob/main/CHANGELOG.md">changelog.md file</a>.</p>
<h2>0.67.0-rc.5</h2>
<p>We are aiming for this to be our candidate for stable (�)</p>
<ul>
<li>Revert Hermes 0.10 due to <a href="https://github-redirect.dependabot.com/facebook/hermes/issues/649">facebook/hermes#649</a>
<ul>
<li>Revert Hermes on iOS: <a href="a510c2733f</a></li>
</ul>
</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</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>
<h2>v0.67.1</h2>
<h3>Fixed</h3>
<h4>Android specific</h4>
<ul>
<li>Do not remove libjscexecutor.so from release builds (<a href="574a773f8f">574a773f8f</a> by <a href="https://github.com/cortinico"><code>@​cortinico</code></a>)</li>
</ul>
<h4>iOS specific</h4>
<ul>
<li>Remove alert's window when call to <code>hide</code>. (<a href="a46a99e120">a46a99e120</a> by <a href="https://github.com/asafkorem"><code>@​asafkorem</code></a>)</li>
</ul>
<h2>v0.67.0</h2>
<h3>Added</h3>
<h4>Android specific</h4>
<ul>
<li>Add <code>ACCESS_MEDIA_LOCATION</code> permission to PermisionsAndroid library. (<a href="79db483568">79db483568</a> by <a href="https://github.com/Skrilltrax"><code>@​Skrilltrax</code></a>)</li>
<li>Implement <code>SnapToAlignment</code> in <code>ReactScrollView</code> (<a href="e774c037bc">e774c037bc</a>), <code>ReactScrollViewManager</code> (<a href="c6e5640e87">c6e5640e87</a>), <code>ReactHorizontalScrollView</code> (<a href="b12256394e">b12256394e</a>), <code>ReactHorizontalScrollViewManager</code> (<a href="deec1db9fd">deec1db9fd</a>) and update <code>ScrollView.js</code> (<a href="a54cfb9e57">a54cfb9e57</a>) and reach parity with iOS (<a href="04184ef851">04184ef851</a>) by <a href="https://github.com/mdvacca"><code>@​mdvacca</code></a></li>
<li>Show Redbox for C++ errors. (<a href="d6c879edba">d6c879edba</a> by <a href="https://github.com/sota000"><code>@​sota000</code></a>)</li>
<li>Added an experimental touch dispatch path (<a href="a2feaeb5f1">a2feaeb5f1</a> by <a href="https://github.com/ShikaSD"><code>@​ShikaSD</code></a>)</li>
</ul>
<h4>iOS specific</h4>
<ul>
<li>Added <code>cancelButtonTintColor</code> prop for <code>ActionSheetIOS</code> to change only the text color of the cancel button (<a href="01856633a1">01856633a1</a> by <a href="https://github.com/nomi9995"><code>@​nomi9995</code></a>)</li>
<li>Added <a href="https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/TP40009250-SW14"><code>LSApplicationQueriesSchemes</code></a> in info.plist with entries tel, telprompt, http, fb, geo (<a href="b26f277262">b26f277262</a> by <a href="https://github.com/utkarsh-dixit"><code>@​utkarsh-dixit</code></a>)</li>
<li>Add <code>UIAccessibilityTraitUpdatesFrequently</code> to progressBar role (<a href="1a42bd6e97">1a42bd6e97</a> by <a href="https://github.com/jimmy623"><code>@​jimmy623</code></a>)</li>
<li>Add <code>asdf-vm</code> support in <code>find-node.sh</code> (<a href="3e7c310b1d">3e7c310b1d</a> by <a href="https://github.com/pastleo"><code>@​pastleo</code></a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>ImageBackground</code> now respects <code>imageStyle</code> width and height (<a href="dbd5c3d8e5">dbd5c3d8e5</a> by <a href="https://github.com/Naturalclar"><code>@​Naturalclar</code></a>)</li>
<li>Rename deprecated <code>Keyboard.removeEventListener</code> to <code>Keyboard.removeListener</code>. (<a href="8880c09076">8880c09076</a> by <a href="https://github.com/yungsters"><code>@​yungsters</code></a>)</li>
<li>Update <code>Modal</code>'s mock to not render its children when it is not visible (<a href="ec614c16b3">ec614c16b3</a> by <a href="https://github.com/AntoineDoubovetzky"><code>@​AntoineDoubovetzky</code></a>)</li>
<li>Upgraded <code>react-devtools-core</code> dependency to 4.19.1 (<a href="356236471a">356236471a</a> by <a href="https://github.com/jstejada"><code>@​jstejada</code></a>)</li>
<li>React-native/normalize-color now supports Node.js (<a href="65e58f26e1">65e58f26e1</a> by <a href="https://github.com/yungsters"><code>@​yungsters</code></a>)</li>
<li>Updated to Contributor Covenant v2.1 (<a href="19f8d2f7da">19f8d2f7da</a>)</li>
</ul>
<h4>Android specific</h4>
<ul>
<li>Hermes initialization will no longer need an explicit configuration. (<a href="a40f973f58">a40f973f58</a> by <a href="https://github.com/Ashoat"><code>@​Ashoat</code></a>)</li>
<li>Setting <code>overflow: scroll</code> in View component style will clip the children in the View container (<a href="93beb83abe">93beb83abe</a> by <a href="https://github.com/ryancat"><code>@​ryancat</code></a>)</li>
<li>Native views backing <code>Animated.View</code> (w/ JavaScript-driven animations) will no longer be flattened; this should be a transparent change. (<a href="4fdbc44ab5">4fdbc44ab5</a> by <a href="https://github.com/yungsters"><code>@​yungsters</code></a>)</li>
<li>Use new Locale API on Android 11 (API 30)+ (<a href="b7c023a8c1">b7c023a8c1</a>)</li>
<li>Changed <code>react.gradle</code> <code>detectCliPath</code> function logic for <code>cliPath</code> case (<a href="ce51b62494">ce51b62494</a> by <a href="https://github.com/vitalyiegorov"><code>@​vitalyiegorov</code></a>)</li>
<li>Remove <code>&quot;high&quot;</code> and <code>&quot;balanced&quot;</code> as values for <code>android_hyphenationFrequency</code> on <code>Text</code> (<a href="a0d30b848a">a0d30b848a</a>)</li>
<li>Bump Gradle version to 7.2, Bump Kotlin version to 1.5.31 (<a href="9ae3367431">9ae3367431</a> by <a href="https://github.com/svbutko"><code>@​svbutko</code></a>)</li>
<li>Move mavenCentral repo below local paths (<a href="046b02628d">046b02628d</a> by <a href="https://github.com/friederbluemle"><code>@​friederbluemle</code></a>)</li>
</ul>
<h4>iOS specific</h4>
<ul>
<li>Optimized font handling for iOS (<a href="4ac42d88ef">4ac42d88ef</a> by <a href="https://github.com/Adlai-Holler"><code>@​Adlai-Holler</code></a>)</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="25f3d310d9"><code>25f3d31</code></a> [0.67.1] Bump version numbers</li>
<li><a href="96ad60e3a1"><code>96ad60e</code></a> Do not remove libjscexecutor.so from release builds (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/32932">#32932</a>)</li>
<li><a href="218b4c19bb"><code>218b4c1</code></a> fix(iOS): remove alert's window when call to <code>hide</code>. (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/32833">#32833</a>)</li>
<li><a href="857dbd9b20"><code>857dbd9</code></a> [0.67.0] Bump version numbers</li>
<li><a href="900af2b3b6"><code>900af2b</code></a> TODO dummy commit</li>
<li><a href="842aac5a3c"><code>842aac5</code></a> Update bump-oss-version.js to guide releaser through release actions (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/32769">#32769</a>)</li>
<li><a href="a59141fb28"><code>a59141f</code></a> Update comments in publish-npm and leverage isTaggedLatest</li>
<li><a href="e7296d6b34"><code>e7296d6</code></a> Remove usages of bump-oss-version from generated scripts</li>
<li><a href="6fc004e95f"><code>6fc004e</code></a> Use tag to set publish version (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/32757">#32757</a>)</li>
<li><a href="c3aa86bea2"><code>c3aa86b</code></a> [0.67.0-rc.6] Bump version numbers</li>
<li>Additional commits viewable in <a href="https://github.com/facebook/react-native/compare/v0.66.4...v0.67.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-native&package-manager=npm_and_yarn&previous-version=0.66.4&new-version=0.67.1)](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/3341

Test Plan:
React Native Android
1. Start Android emulator (Pixel 4, API 27 Oreo 8.1)
2. Go to ReactNativeFlipperExample
3. Run yarn
4. Run yarn use-local-deps
5. Run yarn android
6. Wait for the app to start
7. Check "Logs" plugin works
8. Check "Network" plugin works (click on "IS NPM UP?")
9. Check "Layout" plugin works
10. Check "React Native Tic-Tac-Toe" plugin works

React Native iOS
1. Go to ReactNativeFlipperExample
2. Run yarn
3. Run yarn use-local-deps
4. Go to ReactNativeFlipperExample/ios
5. Run rm -f Podfile.lock
6. Run pod install --repo-update
7. Go to ReactNativeFlipperExample
8. Run yarn ios
9. Wait for the app to start
10. Check "Logs" plugin works
11. Check "Network" plugin works (click on "IS NPM UP?")
12. Check "Layout" plugin works
13. Check "React Native Tic-Tac-Toe" plugin works

Reviewed By: mweststrate

Differential Revision: D33741751

Pulled By: lblasa

fbshipit-source-id: 0bf7778615c327f3d2ef497932e77e94fb0d766d
This commit is contained in:
dependabot[bot]
2022-01-31 03:43:49 -08:00
committed by Facebook GitHub Bot
parent 071bcaff96
commit a0368a8bbf
11 changed files with 287 additions and 252 deletions

View File

@@ -121,7 +121,7 @@ def jscFlavor = 'org.webkit:android-jsc:+'
/** /**
* Whether to enable the Hermes VM. * Whether to enable the Hermes VM.
* *
* This should be set on project.ext.react and mirrored here. If it is not set * This should be set on project.ext.react and that value will be read here. If it is not set
* on project.ext.react, JavaScript will not be compiled to Hermes Bytecode * on project.ext.react, JavaScript will not be compiled to Hermes Bytecode
* and the benefits of using Hermes will therefore be sharply reduced. * and the benefits of using Hermes will therefore be sharply reduced.
*/ */

View File

@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<inset xmlns:android="http://schemas.android.com/apk/res/android"
android:insetLeft="@dimen/abc_edit_text_inset_horizontal_material"
android:insetRight="@dimen/abc_edit_text_inset_horizontal_material"
android:insetTop="@dimen/abc_edit_text_inset_top_material"
android:insetBottom="@dimen/abc_edit_text_inset_bottom_material">
<selector>
<!--
This file is a copy of abc_edit_text_material (https://bit.ly/3k8fX7I).
The item below with state_pressed="false" and state_focused="false" causes a NullPointerException.
NullPointerException:tempt to invoke virtual method 'android.graphics.drawable.Drawable android.graphics.drawable.Drawable$ConstantState.newDrawable(android.content.res.Resources)'
<item android:state_pressed="false" android:state_focused="false" android:drawable="@drawable/abc_textfield_default_mtrl_alpha"/>
For more info, see https://bit.ly/3CdLStv (react-native/pull/29452) and https://bit.ly/3nxOMoR.
-->
<item android:state_enabled="false" android:drawable="@drawable/abc_textfield_default_mtrl_alpha"/>
<item android:drawable="@drawable/abc_textfield_activated_mtrl_alpha"/>
</selector>
</inset>

View File

@@ -3,6 +3,7 @@
<!-- Base application theme. --> <!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. --> <!-- Customize your theme here. -->
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
</style> </style>
</resources> </resources>

View File

@@ -29,8 +29,6 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
mavenCentral()
mavenLocal()
maven { maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url("$rootDir/../node_modules/react-native/android") url("$rootDir/../node_modules/react-native/android")
@@ -39,6 +37,13 @@ allprojects {
// Android JSC is installed from npm // Android JSC is installed from npm
url("$rootDir/../node_modules/jsc-android/dist") url("$rootDir/../node_modules/jsc-android/dist")
} }
mavenCentral {
// We don't want to fetch react-native from Maven Central as there are
// older versions over there.
content {
excludeGroup "com.facebook.react"
}
}
google() google()
jcenter() jcenter()

View File

@@ -14,7 +14,7 @@
# Specifies the JVM arguments used for the daemon process. # Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings. # The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx10248m -XX:MaxPermSize=256m # Default value: -Xmx1024m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
# When configured, Gradle will run in incubating parallel mode. # When configured, Gradle will run in incubating parallel mode.

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

View File

@@ -2,7 +2,7 @@ require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
source 'https://github.com/CocoaPods/Specs' source 'https://github.com/CocoaPods/Specs'
platform :ios, '11.0' platform :ios, '11'
# used for automatic bumping # used for automatic bumping
flipperkit_version = '0.131.0' flipperkit_version = '0.131.0'
@@ -27,7 +27,7 @@ target 'ReactNativeFlipperExample' do
# Versions are explicitly pinned to be able to forcefully test against the latest versions. # Versions are explicitly pinned to be able to forcefully test against the latest versions.
# use_flipper!() should work as well and pick the React Native defaults # use_flipper!() should work as well and pick the React Native defaults
use_flipper!({ 'Flipper' => flipperkit_version, 'Flipper-Folly' => '2.6.10', 'Flipper-RSocket' => '1.4.3', 'Flipper-DoubleConversion' => '3.1.7', 'Flipper-Glog' => '0.3.9', 'Flipper-PeerTalk' => '0.0.4' }) use_flipper!({ 'Flipper' => flipperkit_version, 'Flipper-Folly' => '2.6.10', 'Flipper-RSocket' => '1.4.3', 'Flipper-DoubleConversion' => '3.1.7', 'Flipper-Glog' => '0.3.9', 'Flipper-PeerTalk' => '0.0.4', 'OpenSSL-Universal' => '1.1.1100' })
post_install do |installer| post_install do |installer|
react_native_post_install(installer) react_native_post_install(installer)

View File

@@ -2,14 +2,14 @@ PODS:
- boost (1.76.0) - boost (1.76.0)
- CocoaAsyncSocket (7.6.5) - CocoaAsyncSocket (7.6.5)
- DoubleConversion (1.1.6) - DoubleConversion (1.1.6)
- FBLazyVector (0.66.4) - FBLazyVector (0.67.1)
- FBReactNativeSpec (0.66.4): - FBReactNativeSpec (0.67.1):
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- RCTRequired (= 0.66.4) - RCTRequired (= 0.67.1)
- RCTTypeSafety (= 0.66.4) - RCTTypeSafety (= 0.67.1)
- React-Core (= 0.66.4) - React-Core (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- ReactCommon/turbomodule/core (= 0.66.4) - ReactCommon/turbomodule/core (= 0.67.1)
- Flipper (0.131.0): - Flipper (0.131.0):
- Flipper-Folly (~> 2.6) - Flipper-Folly (~> 2.6)
- Flipper-RSocket (~> 1.4) - Flipper-RSocket (~> 1.4)
@@ -93,271 +93,271 @@ PODS:
- fmt (~> 6.2.1) - fmt (~> 6.2.1)
- glog - glog
- libevent - libevent
- RCTRequired (0.66.4) - RCTRequired (0.67.1)
- RCTTypeSafety (0.66.4): - RCTTypeSafety (0.67.1):
- FBLazyVector (= 0.66.4) - FBLazyVector (= 0.67.1)
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- RCTRequired (= 0.66.4) - RCTRequired (= 0.67.1)
- React-Core (= 0.66.4) - React-Core (= 0.67.1)
- React (0.66.4): - React (0.67.1):
- React-Core (= 0.66.4) - React-Core (= 0.67.1)
- React-Core/DevSupport (= 0.66.4) - React-Core/DevSupport (= 0.67.1)
- React-Core/RCTWebSocket (= 0.66.4) - React-Core/RCTWebSocket (= 0.67.1)
- React-RCTActionSheet (= 0.66.4) - React-RCTActionSheet (= 0.67.1)
- React-RCTAnimation (= 0.66.4) - React-RCTAnimation (= 0.67.1)
- React-RCTBlob (= 0.66.4) - React-RCTBlob (= 0.67.1)
- React-RCTImage (= 0.66.4) - React-RCTImage (= 0.67.1)
- React-RCTLinking (= 0.66.4) - React-RCTLinking (= 0.67.1)
- React-RCTNetwork (= 0.66.4) - React-RCTNetwork (= 0.67.1)
- React-RCTSettings (= 0.66.4) - React-RCTSettings (= 0.67.1)
- React-RCTText (= 0.66.4) - React-RCTText (= 0.67.1)
- React-RCTVibration (= 0.66.4) - React-RCTVibration (= 0.67.1)
- React-callinvoker (0.66.4) - React-callinvoker (0.67.1)
- React-Core (0.66.4): - React-Core (0.67.1):
- glog - glog
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default (= 0.66.4) - React-Core/Default (= 0.67.1)
- React-cxxreact (= 0.66.4) - React-cxxreact (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- React-jsiexecutor (= 0.66.4) - React-jsiexecutor (= 0.67.1)
- React-perflogger (= 0.66.4) - React-perflogger (= 0.67.1)
- Yoga - Yoga
- React-Core/CoreModulesHeaders (0.66.4): - React-Core/CoreModulesHeaders (0.67.1):
- glog - glog
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default - React-Core/Default
- React-cxxreact (= 0.66.4) - React-cxxreact (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- React-jsiexecutor (= 0.66.4) - React-jsiexecutor (= 0.67.1)
- React-perflogger (= 0.66.4) - React-perflogger (= 0.67.1)
- Yoga - Yoga
- React-Core/Default (0.66.4): - React-Core/Default (0.67.1):
- glog - glog
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- React-cxxreact (= 0.66.4) - React-cxxreact (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- React-jsiexecutor (= 0.66.4) - React-jsiexecutor (= 0.67.1)
- React-perflogger (= 0.66.4) - React-perflogger (= 0.67.1)
- Yoga - Yoga
- React-Core/DevSupport (0.66.4): - React-Core/DevSupport (0.67.1):
- glog - glog
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default (= 0.66.4) - React-Core/Default (= 0.67.1)
- React-Core/RCTWebSocket (= 0.66.4) - React-Core/RCTWebSocket (= 0.67.1)
- React-cxxreact (= 0.66.4) - React-cxxreact (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- React-jsiexecutor (= 0.66.4) - React-jsiexecutor (= 0.67.1)
- React-jsinspector (= 0.66.4) - React-jsinspector (= 0.67.1)
- React-perflogger (= 0.66.4) - React-perflogger (= 0.67.1)
- Yoga - Yoga
- React-Core/RCTActionSheetHeaders (0.66.4): - React-Core/RCTActionSheetHeaders (0.67.1):
- glog - glog
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default - React-Core/Default
- React-cxxreact (= 0.66.4) - React-cxxreact (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- React-jsiexecutor (= 0.66.4) - React-jsiexecutor (= 0.67.1)
- React-perflogger (= 0.66.4) - React-perflogger (= 0.67.1)
- Yoga - Yoga
- React-Core/RCTAnimationHeaders (0.66.4): - React-Core/RCTAnimationHeaders (0.67.1):
- glog - glog
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default - React-Core/Default
- React-cxxreact (= 0.66.4) - React-cxxreact (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- React-jsiexecutor (= 0.66.4) - React-jsiexecutor (= 0.67.1)
- React-perflogger (= 0.66.4) - React-perflogger (= 0.67.1)
- Yoga - Yoga
- React-Core/RCTBlobHeaders (0.66.4): - React-Core/RCTBlobHeaders (0.67.1):
- glog - glog
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default - React-Core/Default
- React-cxxreact (= 0.66.4) - React-cxxreact (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- React-jsiexecutor (= 0.66.4) - React-jsiexecutor (= 0.67.1)
- React-perflogger (= 0.66.4) - React-perflogger (= 0.67.1)
- Yoga - Yoga
- React-Core/RCTImageHeaders (0.66.4): - React-Core/RCTImageHeaders (0.67.1):
- glog - glog
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default - React-Core/Default
- React-cxxreact (= 0.66.4) - React-cxxreact (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- React-jsiexecutor (= 0.66.4) - React-jsiexecutor (= 0.67.1)
- React-perflogger (= 0.66.4) - React-perflogger (= 0.67.1)
- Yoga - Yoga
- React-Core/RCTLinkingHeaders (0.66.4): - React-Core/RCTLinkingHeaders (0.67.1):
- glog - glog
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default - React-Core/Default
- React-cxxreact (= 0.66.4) - React-cxxreact (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- React-jsiexecutor (= 0.66.4) - React-jsiexecutor (= 0.67.1)
- React-perflogger (= 0.66.4) - React-perflogger (= 0.67.1)
- Yoga - Yoga
- React-Core/RCTNetworkHeaders (0.66.4): - React-Core/RCTNetworkHeaders (0.67.1):
- glog - glog
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default - React-Core/Default
- React-cxxreact (= 0.66.4) - React-cxxreact (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- React-jsiexecutor (= 0.66.4) - React-jsiexecutor (= 0.67.1)
- React-perflogger (= 0.66.4) - React-perflogger (= 0.67.1)
- Yoga - Yoga
- React-Core/RCTSettingsHeaders (0.66.4): - React-Core/RCTSettingsHeaders (0.67.1):
- glog - glog
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default - React-Core/Default
- React-cxxreact (= 0.66.4) - React-cxxreact (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- React-jsiexecutor (= 0.66.4) - React-jsiexecutor (= 0.67.1)
- React-perflogger (= 0.66.4) - React-perflogger (= 0.67.1)
- Yoga - Yoga
- React-Core/RCTTextHeaders (0.66.4): - React-Core/RCTTextHeaders (0.67.1):
- glog - glog
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default - React-Core/Default
- React-cxxreact (= 0.66.4) - React-cxxreact (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- React-jsiexecutor (= 0.66.4) - React-jsiexecutor (= 0.67.1)
- React-perflogger (= 0.66.4) - React-perflogger (= 0.67.1)
- Yoga - Yoga
- React-Core/RCTVibrationHeaders (0.66.4): - React-Core/RCTVibrationHeaders (0.67.1):
- glog - glog
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default - React-Core/Default
- React-cxxreact (= 0.66.4) - React-cxxreact (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- React-jsiexecutor (= 0.66.4) - React-jsiexecutor (= 0.67.1)
- React-perflogger (= 0.66.4) - React-perflogger (= 0.67.1)
- Yoga - Yoga
- React-Core/RCTWebSocket (0.66.4): - React-Core/RCTWebSocket (0.67.1):
- glog - glog
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default (= 0.66.4) - React-Core/Default (= 0.67.1)
- React-cxxreact (= 0.66.4) - React-cxxreact (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- React-jsiexecutor (= 0.66.4) - React-jsiexecutor (= 0.67.1)
- React-perflogger (= 0.66.4) - React-perflogger (= 0.67.1)
- Yoga - Yoga
- React-CoreModules (0.66.4): - React-CoreModules (0.67.1):
- FBReactNativeSpec (= 0.66.4) - FBReactNativeSpec (= 0.67.1)
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- RCTTypeSafety (= 0.66.4) - RCTTypeSafety (= 0.67.1)
- React-Core/CoreModulesHeaders (= 0.66.4) - React-Core/CoreModulesHeaders (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- React-RCTImage (= 0.66.4) - React-RCTImage (= 0.67.1)
- ReactCommon/turbomodule/core (= 0.66.4) - ReactCommon/turbomodule/core (= 0.67.1)
- React-cxxreact (0.66.4): - React-cxxreact (0.67.1):
- boost (= 1.76.0) - boost (= 1.76.0)
- DoubleConversion - DoubleConversion
- glog - glog
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- React-callinvoker (= 0.66.4) - React-callinvoker (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- React-jsinspector (= 0.66.4) - React-jsinspector (= 0.67.1)
- React-logger (= 0.66.4) - React-logger (= 0.67.1)
- React-perflogger (= 0.66.4) - React-perflogger (= 0.67.1)
- React-runtimeexecutor (= 0.66.4) - React-runtimeexecutor (= 0.67.1)
- React-hermes (0.66.4): - React-hermes (0.67.1):
- DoubleConversion - DoubleConversion
- glog - glog
- hermes-engine - hermes-engine
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- RCT-Folly/Futures (= 2021.06.28.00-v2) - RCT-Folly/Futures (= 2021.06.28.00-v2)
- React-cxxreact (= 0.66.4) - React-cxxreact (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- React-jsiexecutor (= 0.66.4) - React-jsiexecutor (= 0.67.1)
- React-jsinspector (= 0.66.4) - React-jsinspector (= 0.67.1)
- React-perflogger (= 0.66.4) - React-perflogger (= 0.67.1)
- React-jsi (0.66.4): - React-jsi (0.67.1):
- boost (= 1.76.0) - boost (= 1.76.0)
- DoubleConversion - DoubleConversion
- glog - glog
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- React-jsi/Default (= 0.66.4) - React-jsi/Default (= 0.67.1)
- React-jsi/Default (0.66.4): - React-jsi/Default (0.67.1):
- boost (= 1.76.0) - boost (= 1.76.0)
- DoubleConversion - DoubleConversion
- glog - glog
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- React-jsiexecutor (0.66.4): - React-jsiexecutor (0.67.1):
- DoubleConversion - DoubleConversion
- glog - glog
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- React-cxxreact (= 0.66.4) - React-cxxreact (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- React-perflogger (= 0.66.4) - React-perflogger (= 0.67.1)
- React-jsinspector (0.66.4) - React-jsinspector (0.67.1)
- React-logger (0.66.4): - React-logger (0.67.1):
- glog - glog
- react-native-flipper (0.129.0): - react-native-flipper (0.129.0):
- React-Core - React-Core
- React-perflogger (0.66.4) - React-perflogger (0.67.1)
- React-RCTActionSheet (0.66.4): - React-RCTActionSheet (0.67.1):
- React-Core/RCTActionSheetHeaders (= 0.66.4) - React-Core/RCTActionSheetHeaders (= 0.67.1)
- React-RCTAnimation (0.66.4): - React-RCTAnimation (0.67.1):
- FBReactNativeSpec (= 0.66.4) - FBReactNativeSpec (= 0.67.1)
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- RCTTypeSafety (= 0.66.4) - RCTTypeSafety (= 0.67.1)
- React-Core/RCTAnimationHeaders (= 0.66.4) - React-Core/RCTAnimationHeaders (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- ReactCommon/turbomodule/core (= 0.66.4) - ReactCommon/turbomodule/core (= 0.67.1)
- React-RCTBlob (0.66.4): - React-RCTBlob (0.67.1):
- FBReactNativeSpec (= 0.66.4) - FBReactNativeSpec (= 0.67.1)
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- React-Core/RCTBlobHeaders (= 0.66.4) - React-Core/RCTBlobHeaders (= 0.67.1)
- React-Core/RCTWebSocket (= 0.66.4) - React-Core/RCTWebSocket (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- React-RCTNetwork (= 0.66.4) - React-RCTNetwork (= 0.67.1)
- ReactCommon/turbomodule/core (= 0.66.4) - ReactCommon/turbomodule/core (= 0.67.1)
- React-RCTImage (0.66.4): - React-RCTImage (0.67.1):
- FBReactNativeSpec (= 0.66.4) - FBReactNativeSpec (= 0.67.1)
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- RCTTypeSafety (= 0.66.4) - RCTTypeSafety (= 0.67.1)
- React-Core/RCTImageHeaders (= 0.66.4) - React-Core/RCTImageHeaders (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- React-RCTNetwork (= 0.66.4) - React-RCTNetwork (= 0.67.1)
- ReactCommon/turbomodule/core (= 0.66.4) - ReactCommon/turbomodule/core (= 0.67.1)
- React-RCTLinking (0.66.4): - React-RCTLinking (0.67.1):
- FBReactNativeSpec (= 0.66.4) - FBReactNativeSpec (= 0.67.1)
- React-Core/RCTLinkingHeaders (= 0.66.4) - React-Core/RCTLinkingHeaders (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- ReactCommon/turbomodule/core (= 0.66.4) - ReactCommon/turbomodule/core (= 0.67.1)
- React-RCTNetwork (0.66.4): - React-RCTNetwork (0.67.1):
- FBReactNativeSpec (= 0.66.4) - FBReactNativeSpec (= 0.67.1)
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- RCTTypeSafety (= 0.66.4) - RCTTypeSafety (= 0.67.1)
- React-Core/RCTNetworkHeaders (= 0.66.4) - React-Core/RCTNetworkHeaders (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- ReactCommon/turbomodule/core (= 0.66.4) - ReactCommon/turbomodule/core (= 0.67.1)
- React-RCTSettings (0.66.4): - React-RCTSettings (0.67.1):
- FBReactNativeSpec (= 0.66.4) - FBReactNativeSpec (= 0.67.1)
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- RCTTypeSafety (= 0.66.4) - RCTTypeSafety (= 0.67.1)
- React-Core/RCTSettingsHeaders (= 0.66.4) - React-Core/RCTSettingsHeaders (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- ReactCommon/turbomodule/core (= 0.66.4) - ReactCommon/turbomodule/core (= 0.67.1)
- React-RCTText (0.66.4): - React-RCTText (0.67.1):
- React-Core/RCTTextHeaders (= 0.66.4) - React-Core/RCTTextHeaders (= 0.67.1)
- React-RCTVibration (0.66.4): - React-RCTVibration (0.67.1):
- FBReactNativeSpec (= 0.66.4) - FBReactNativeSpec (= 0.67.1)
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- React-Core/RCTVibrationHeaders (= 0.66.4) - React-Core/RCTVibrationHeaders (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- ReactCommon/turbomodule/core (= 0.66.4) - ReactCommon/turbomodule/core (= 0.67.1)
- React-runtimeexecutor (0.66.4): - React-runtimeexecutor (0.67.1):
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- ReactCommon/turbomodule/core (0.66.4): - ReactCommon/turbomodule/core (0.67.1):
- DoubleConversion - DoubleConversion
- glog - glog
- RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly (= 2021.06.28.00-v2)
- React-callinvoker (= 0.66.4) - React-callinvoker (= 0.67.1)
- React-Core (= 0.66.4) - React-Core (= 0.67.1)
- React-cxxreact (= 0.66.4) - React-cxxreact (= 0.67.1)
- React-jsi (= 0.66.4) - React-jsi (= 0.67.1)
- React-logger (= 0.66.4) - React-logger (= 0.67.1)
- React-perflogger (= 0.66.4) - React-perflogger (= 0.67.1)
- SocketRocket (0.6.0) - SocketRocket (0.6.0)
- Yoga (1.14.0) - Yoga (1.14.0)
- YogaKit (1.18.1): - YogaKit (1.18.1):
@@ -392,6 +392,7 @@ DEPENDENCIES:
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`) - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
- hermes-engine (~> 0.9.0) - hermes-engine (~> 0.9.0)
- libevent (~> 2.1.12) - libevent (~> 2.1.12)
- OpenSSL-Universal (= 1.1.1100)
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`) - RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`) - RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
- RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`) - RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
@@ -511,8 +512,8 @@ SPEC CHECKSUMS:
boost: a7c83b31436843459a1961bfd74b96033dc77234 boost: a7c83b31436843459a1961bfd74b96033dc77234
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662 DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
FBLazyVector: e5569e42a1c79ca00521846c223173a57aca1fe1 FBLazyVector: cf409c74423d3507bda74bda1dc41e903ec2cd5b
FBReactNativeSpec: fe08c1cd7e2e205718d77ad14b34957cce949b58 FBReactNativeSpec: ef0ce762fdb37900abb01e008cce5f0ef2cce6b7
Flipper: 221885d6f68362dffe998cbc86877200ec151fe5 Flipper: 221885d6f68362dffe998cbc86877200ec151fe5
Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c
Flipper-DoubleConversion: 57ffbe81ef95306cc9e69c4aa3aeeeeb58a6a28c Flipper-DoubleConversion: 57ffbe81ef95306cc9e69c4aa3aeeeeb58a6a28c
@@ -523,40 +524,40 @@ SPEC CHECKSUMS:
Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541 Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541
FlipperKit: abe28013a659fda2d29c559de80a5dfc79e802b9 FlipperKit: abe28013a659fda2d29c559de80a5dfc79e802b9
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 5337263514dd6f09803962437687240c5dc39aa4 glog: 85ecdd10ee8d8ec362ef519a6a45ff9aa27b2e85
hermes-engine: bf7577d12ac6ccf53ab8b5af3c6ccf0dd8458c5c hermes-engine: bf7577d12ac6ccf53ab8b5af3c6ccf0dd8458c5c
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: a21c126816d8025b547704b777a2ba552f3d9fa9 RCT-Folly: 803a9cfd78114b2ec0f140cfa6fa2a6bafb2d685
RCTRequired: 4bf86c70714490bca4bf2696148638284622644b RCTRequired: e5dc0c44cb366fc93383a2bffbc190fe821e7293
RCTTypeSafety: c475a7059eb77935fa53d2c17db299893f057d5d RCTTypeSafety: 6a4d0cfe070e7fd996e797f439b70878764a1ae0
React: f64af14e3f2c50f6f2c91a5fd250e4ff1b3c3459 React: e194f6b2f0a4f8d24065f3ca0a6abe859694df65
React-callinvoker: b74e4ae80287780dcdf0cab262bcb581eeef56e7 React-callinvoker: a9e7bd8d87147de3530007a3d74afd4b7dbaf57e
React-Core: 3eb7432bad96ff1d25aebc1defbae013fee2fd0e React-Core: 4714b96060ccc19fdfbeec4e30c3b43ec82fb508
React-CoreModules: ad9e1fd5650e16666c57a08328df86fd7e480cb9 React-CoreModules: fbf9a30fe25385428a57bea57d3d6d27830111da
React-cxxreact: 02633ff398cf7e91a2c1e12590d323c4a4b8668a React-cxxreact: 4c8b1bfa89c6e98b8a05ebf0d9ba8d8e322e390c
React-hermes: 7b4c6617b4d4c880d0f44e629651810bf3417440 React-hermes: 7b536f4246210ffd5c928a8b89d45f12f0bfc230
React-jsi: 805c41a927d6499fb811772acb971467d9204633 React-jsi: 1653dc43b537777e80f8e6c9e36aa803c698e4d3
React-jsiexecutor: 94ce921e1d8ce7023366873ec371f3441383b396 React-jsiexecutor: 1af5de75a4c834c05d53a77c1512e5aa6c18412f
React-jsinspector: d0374f7509d407d2264168b6d0fad0b54e300b85 React-jsinspector: ab80bcdb02f28cdfc0dbbaea6db1241565d59002
React-logger: 933f80c97c633ee8965d609876848148e3fef438 React-logger: b08f354e4c928ff794ca477347fea0922aaf11c3
react-native-flipper: 9993c1518795f4edc10f918566273f8a821afa6b react-native-flipper: 9993c1518795f4edc10f918566273f8a821afa6b
React-perflogger: 93075d8931c32cd1fce8a98c15d2d5ccc4d891bd React-perflogger: 9a6172711d9c4c8c7ac0a426717317c3c6ecf85c
React-RCTActionSheet: 7d3041e6761b4f3044a37079ddcb156575fb6d89 React-RCTActionSheet: ed408b54b08278e6af8a75e08679675041da61ae
React-RCTAnimation: 743e88b55ac62511ae5c2e22803d4f503f2a3a13 React-RCTAnimation: 0163b497a423a9576a776685c6e3fe276f934758
React-RCTBlob: bee3a2f98fa7fc25c957c8643494244f74bea0a0 React-RCTBlob: 40e9a2ba218218cc120d037408e6c1686036a3ad
React-RCTImage: 19fc9e29b06cc38611c553494f8d3040bf78c24e React-RCTImage: ae48901aecaf2b5a9f7f51cbb60fc36ff120115d
React-RCTLinking: dc799503979c8c711126d66328e7ce8f25c2848f React-RCTLinking: 1e25d97db107eea60657211f7ecc4509587f8d29
React-RCTNetwork: 417e4e34cf3c19eaa5fd4e9eb20180d662a799ce React-RCTNetwork: 775383be87609cf2d7e182a9b967e51686f12b2f
React-RCTSettings: 4df89417265af26501a7e0e9192a34d3d9848dff React-RCTSettings: 4581080369f65e5bc388061ff7b9cba9389936c4
React-RCTText: f8a21c3499ab322326290fa9b701ae29aa093aa5 React-RCTText: 48df7f52519cfc6a9eb79a02acb3d33df04370a0
React-RCTVibration: e3ffca672dd3772536cb844274094b0e2c31b187 React-RCTVibration: 19c012d1202df46bafbe49268a346f6b3edadfdd
React-runtimeexecutor: dec32ee6f2e2a26e13e58152271535fadff5455a React-runtimeexecutor: 2c92a8bddd1a3e72c7513d1e74235c2d9c84875c
ReactCommon: 57b69f6383eafcbd7da625bfa6003810332313c4 ReactCommon: 2e816fad39f65f2a94a5999d5be463a6b620dcf6
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608 SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Yoga: e7dc4e71caba6472ff48ad7d234389b91dadc280 Yoga: 5cbf25add73edb290e1067017690f7ebf56c5468
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
PODFILE CHECKSUM: ad1ac48de1fcaa9297dd8a070b86fe663c275745 PODFILE CHECKSUM: 6645ff4b03839bdb18d762ee8bd7638e3ac613b6
COCOAPODS: 1.11.2 COCOAPODS: 1.11.2

View File

@@ -836,7 +836,7 @@
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES; ENABLE_TESTABILITY = YES;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 i386"; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
GCC_C_LANGUAGE_STANDARD = gnu99; GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO; GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES; GCC_NO_COMMON_BLOCKS = YES;
@@ -852,11 +852,11 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0; IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)"; LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
LIBRARY_SEARCH_PATHS = ( LIBRARY_SEARCH_PATHS = (
"$(SDKROOT)/usr/lib/swift",
"\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"", "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
"\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
"\"$(inherited)\"", "\"$(inherited)\"",
); );
MTL_ENABLE_DEBUG_INFO = YES; MTL_ENABLE_DEBUG_INFO = YES;
@@ -897,7 +897,7 @@
COPY_PHASE_STRIP = YES; COPY_PHASE_STRIP = YES;
ENABLE_NS_ASSERTIONS = NO; ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_STRICT_OBJC_MSGSEND = YES;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 i386"; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
GCC_C_LANGUAGE_STANDARD = gnu99; GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES; GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -906,11 +906,11 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0; IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)"; LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
LIBRARY_SEARCH_PATHS = ( LIBRARY_SEARCH_PATHS = (
"$(SDKROOT)/usr/lib/swift",
"\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"", "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
"\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
"\"$(inherited)\"", "\"$(inherited)\"",
); );
MTL_ENABLE_DEBUG_INFO = NO; MTL_ENABLE_DEBUG_INFO = NO;

View File

@@ -11,8 +11,8 @@
}, },
"dependencies": { "dependencies": {
"react": "^17.0.2", "react": "^17.0.2",
"react-native": "^0.66.4", "react-native": "^0.67.1",
"react-native-flipper": "^0.129.0" "react-native-flipper": "^0.131.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.16.12", "@babel/core": "^7.16.12",

View File

@@ -1173,10 +1173,10 @@
resolved "https://registry.yarnpkg.com/@react-native/assets/-/assets-1.0.0.tgz#c6f9bf63d274bafc8e970628de24986b30a55c8e" resolved "https://registry.yarnpkg.com/@react-native/assets/-/assets-1.0.0.tgz#c6f9bf63d274bafc8e970628de24986b30a55c8e"
integrity sha512-KrwSpS1tKI70wuKl68DwJZYEvXktDHdZMG0k2AXD/rJVSlB23/X2CB2cutVR0HwNMJIal9HOUOBB2rVfa6UGtQ== integrity sha512-KrwSpS1tKI70wuKl68DwJZYEvXktDHdZMG0k2AXD/rJVSlB23/X2CB2cutVR0HwNMJIal9HOUOBB2rVfa6UGtQ==
"@react-native/normalize-color@1.0.0": "@react-native/normalize-color@2.0.0":
version "1.0.0" version "2.0.0"
resolved "https://registry.yarnpkg.com/@react-native/normalize-color/-/normalize-color-1.0.0.tgz#c52a99d4fe01049102d47dc45d40cbde4f720ab6" resolved "https://registry.yarnpkg.com/@react-native/normalize-color/-/normalize-color-2.0.0.tgz#da955909432474a9a0fe1cbffc66576a0447f567"
integrity sha512-xUNRvNmCl3UGCPbbHvfyFMnpvLPoOjDCcp5bT9m2k+TF/ZBklEQwhPZlkrxRx2NhgFh1X3a5uL7mJ7ZR+8G7Qg== integrity sha512-Wip/xsc5lw8vsBlmY2MO/gFLp3MvuZ2baBZjDeTjjndMgM0h5sxz7AZR62RDPGgstp8Np7JzjvVqVT7tpFZqsw==
"@react-native/polyfills@2.0.0": "@react-native/polyfills@2.0.0":
version "2.0.0" version "2.0.0"
@@ -4872,7 +4872,7 @@ range-parser@~1.2.1:
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
react-devtools-core@^4.13.0: react-devtools-core@4.19.1:
version "4.19.1" version "4.19.1"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.19.1.tgz#bc37c2ef2f48f28c6af4c7292be9dca1b63deace" resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.19.1.tgz#bc37c2ef2f48f28c6af4c7292be9dca1b63deace"
integrity sha512-2wJiGffPWK0KggBjVwnTaAk+Z3MSxKInHmdzPTrBh1mAarexsa93Kw+WMX88+XjN+TtYgAiLe9xeTqcO5FfJTw== integrity sha512-2wJiGffPWK0KggBjVwnTaAk+Z3MSxKInHmdzPTrBh1mAarexsa93Kw+WMX88+XjN+TtYgAiLe9xeTqcO5FfJTw==
@@ -4890,31 +4890,31 @@ react-is@^16.8.1:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
react-native-codegen@^0.0.7: react-native-codegen@^0.0.8:
version "0.0.7" version "0.0.8"
resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.0.7.tgz#86651c5c5fec67a8077ef7f4e36f7ed459043e14" resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.0.8.tgz#b7796a54074139d956fff2862cf1285db43c891b"
integrity sha512-dwNgR8zJ3ALr480QnAmpTiqvFo+rDtq6V5oCggKhYFlRjzOmVSFn3YD41u8ltvKS5G2nQ8gCs2vReFFnRGLYng== integrity sha512-k/944+0XD+8l7zDaiKfYabyEKmAmyZgS1mj+4LcSRPyHnrjgCHKrh/Y6jM6kucQ6xU1+1uyMmF/dSkikxK8i+Q==
dependencies: dependencies:
flow-parser "^0.121.0" flow-parser "^0.121.0"
jscodeshift "^0.11.0" jscodeshift "^0.11.0"
nullthrows "^1.1.1" nullthrows "^1.1.1"
react-native-flipper@^0.129.0: react-native-flipper@^0.131.0:
version "0.129.0" version "0.131.1"
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.129.0.tgz#b2f3626291a61de4eb662adedd290e0d0ab33fd9" resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.131.1.tgz#b1a43e40a442187fa78c5ed6d478471ff4a2686c"
integrity sha512-m4chCu4Hx9FqH21ZtOD3FKusVf4BkmSiOfr1RLyuXnoRp+wVerx/QL/3sG8T5Pe1l5/xTyzuO16a/niQpU7krw== integrity sha512-X65VbZgwVRVYAc3OBdHi0h8dJR/Mgxdg8WoQLGgaYyhHcaqsF06GjOzBJLwNjN3TK5Gih228IFqLqI9Rwl2dEA==
react-native@^0.66.4: react-native@^0.67.1:
version "0.66.4" version "0.67.1"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.66.4.tgz#bf89a5fb18bd23046d889fb4de4ea2822a4d7805" resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.67.1.tgz#a9cc13f1a691e9bb23f146f001e11fc0157af51c"
integrity sha512-9vx5dlSfQlKbbDtr8+xMon6qsmSu7jvjdXWZpEKh3XVKpUidbbODv7048gwVKX8YAel1egeR7hN8vzSeI6ssTw== integrity sha512-doKN9qhtjilF+6p8603OVzqGKL4fq8EDAH5u00KPmZbL5ampHDQX9y8/uwlUvJggvHwZXlnvhW63u8Y1LA8rxw==
dependencies: dependencies:
"@jest/create-cache-key-function" "^27.0.1" "@jest/create-cache-key-function" "^27.0.1"
"@react-native-community/cli" "^6.0.0" "@react-native-community/cli" "^6.0.0"
"@react-native-community/cli-platform-android" "^6.0.0" "@react-native-community/cli-platform-android" "^6.0.0"
"@react-native-community/cli-platform-ios" "^6.0.0" "@react-native-community/cli-platform-ios" "^6.0.0"
"@react-native/assets" "1.0.0" "@react-native/assets" "1.0.0"
"@react-native/normalize-color" "1.0.0" "@react-native/normalize-color" "2.0.0"
"@react-native/polyfills" "2.0.0" "@react-native/polyfills" "2.0.0"
abort-controller "^3.0.0" abort-controller "^3.0.0"
anser "^1.4.9" anser "^1.4.9"
@@ -4923,7 +4923,6 @@ react-native@^0.66.4:
hermes-engine "~0.9.0" hermes-engine "~0.9.0"
invariant "^2.2.4" invariant "^2.2.4"
jsc-android "^250230.2.1" jsc-android "^250230.2.1"
metro-babel-register "0.66.2"
metro-react-native-babel-transformer "0.66.2" metro-react-native-babel-transformer "0.66.2"
metro-runtime "0.66.2" metro-runtime "0.66.2"
metro-source-map "0.66.2" metro-source-map "0.66.2"
@@ -4931,8 +4930,8 @@ react-native@^0.66.4:
pretty-format "^26.5.2" pretty-format "^26.5.2"
promise "^8.0.3" promise "^8.0.3"
prop-types "^15.7.2" prop-types "^15.7.2"
react-devtools-core "^4.13.0" react-devtools-core "4.19.1"
react-native-codegen "^0.0.7" react-native-codegen "^0.0.8"
react-refresh "^0.4.0" react-refresh "^0.4.0"
regenerator-runtime "^0.13.2" regenerator-runtime "^0.13.2"
scheduler "^0.20.2" scheduler "^0.20.2"