From e2d76029692045fe95444dba4c4e6336d00e7c0c Mon Sep 17 00:00:00 2001 From: tony chen Date: Tue, 31 Oct 2023 13:46:05 +0800 Subject: [PATCH] fix: build error --- .github/scripts/import-certificate.sh | 3 +- Gemfile | 5 +- Gemfile.lock | 193 ++++++++- ios/Gemfile | 4 - ios/Gemfile.lock | 218 ---------- ios/Podfile | 2 +- ios/Podfile.lock | 549 +++++++++++++------------ ios/taroDemo.xcodeproj/project.pbxproj | 15 + metro.config.js | 9 +- package.json | 8 +- yarn.lock | 93 ++--- 11 files changed, 534 insertions(+), 565 deletions(-) delete mode 100644 ios/Gemfile delete mode 100644 ios/Gemfile.lock diff --git a/.github/scripts/import-certificate.sh b/.github/scripts/import-certificate.sh index fc0e0b10..a0166222 100755 --- a/.github/scripts/import-certificate.sh +++ b/.github/scripts/import-certificate.sh @@ -7,7 +7,8 @@ security list-keychains -s build.keychain security default-keychain -s build.keychain security unlock-keychain -p "" build.keychain security set-keychain-settings -security import <(echo $SIGNING_CERTIFICATE_P12_DATA | base64 --decode) \ +echo $SIGNING_CERTIFICATE_P12_DATA | base64 --decode > signingCertificate.p12 +security import signingCertificate.p12 \ -f pkcs12 \ -k build.keychain \ -P $SIGNING_CERTIFICATE_PASSWORD \ diff --git a/Gemfile b/Gemfile index efd98cad..2e6bcf94 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,5 @@ source 'https://rubygems.org' # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version -ruby '2.7.5' -gem 'cocoapods', '~> 1.11', '>= 1.11.2' \ No newline at end of file + +gem 'fastlane' +gem 'cocoapods', '~> 1.11', '>= 1.11.2' diff --git a/Gemfile.lock b/Gemfile.lock index 5ee50928..edd1adcd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,25 @@ GEM algoliasearch (1.27.5) httpclient (~> 2.8, >= 2.8.3) json (>= 1.5.1) + artifactory (3.0.15) atomos (0.1.3) + aws-eventstream (1.2.0) + aws-partitions (1.843.0) + aws-sdk-core (3.185.1) + aws-eventstream (~> 1, >= 1.0.2) + aws-partitions (~> 1, >= 1.651.0) + aws-sigv4 (~> 1.5) + jmespath (~> 1, >= 1.6.1) + aws-sdk-kms (1.72.0) + aws-sdk-core (~> 3, >= 3.184.0) + aws-sigv4 (~> 1.1) + aws-sdk-s3 (1.136.0) + aws-sdk-core (~> 3, >= 3.181.0) + aws-sdk-kms (~> 1) + aws-sigv4 (~> 1.6) + aws-sigv4 (1.6.1) + aws-eventstream (~> 1, >= 1.0.2) + babosa (1.0.4) claide (1.1.0) cocoapods (1.11.2) addressable (~> 2.8) @@ -53,31 +71,194 @@ GEM nap (>= 0.8, < 2.0) netrc (~> 0.11) cocoapods-try (1.2.0) + colored (1.2) colored2 (3.1.2) + commander (4.6.0) + highline (~> 2.0.0) concurrent-ruby (1.1.9) + declarative (0.0.20) + digest-crc (0.6.5) + rake (>= 12.0.0, < 14.0.0) + domain_name (0.5.20190701) + unf (>= 0.0.5, < 1.0.0) + dotenv (2.8.1) + emoji_regex (3.2.3) escape (0.0.4) ethon (0.15.0) ffi (>= 1.15.0) + excon (0.104.0) + faraday (1.10.3) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0) + faraday-multipart (~> 1.0) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.0) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) + faraday-retry (~> 1.0) + ruby2_keywords (>= 0.0.4) + faraday-cookie_jar (0.0.7) + faraday (>= 0.8.0) + http-cookie (~> 1.0.0) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-httpclient (1.0.1) + faraday-multipart (1.0.4) + multipart-post (~> 2) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) + faraday-retry (1.0.3) + faraday_middleware (1.2.0) + faraday (~> 1.0) + fastimage (2.2.7) + fastlane (2.216.0) + CFPropertyList (>= 2.3, < 4.0.0) + addressable (>= 2.8, < 3.0.0) + artifactory (~> 3.0) + aws-sdk-s3 (~> 1.0) + babosa (>= 1.0.3, < 2.0.0) + bundler (>= 1.12.0, < 3.0.0) + colored + commander (~> 4.6) + dotenv (>= 2.1.1, < 3.0.0) + emoji_regex (>= 0.1, < 4.0) + excon (>= 0.71.0, < 1.0.0) + faraday (~> 1.0) + faraday-cookie_jar (~> 0.0.6) + faraday_middleware (~> 1.0) + fastimage (>= 2.1.0, < 3.0.0) + gh_inspector (>= 1.1.2, < 2.0.0) + google-apis-androidpublisher_v3 (~> 0.3) + google-apis-playcustomapp_v1 (~> 0.1) + google-cloud-storage (~> 1.31) + highline (~> 2.0) + http-cookie (~> 1.0.5) + json (< 3.0.0) + jwt (>= 2.1.0, < 3) + mini_magick (>= 4.9.4, < 5.0.0) + multipart-post (>= 2.0.0, < 3.0.0) + naturally (~> 2.2) + optparse (~> 0.1.1) + plist (>= 3.1.0, < 4.0.0) + rubyzip (>= 2.0.0, < 3.0.0) + security (= 0.1.3) + simctl (~> 1.6.3) + terminal-notifier (>= 2.0.0, < 3.0.0) + terminal-table (~> 3) + tty-screen (>= 0.6.3, < 1.0.0) + tty-spinner (>= 0.8.0, < 1.0.0) + word_wrap (~> 1.0.0) + xcodeproj (>= 1.13.0, < 2.0.0) + xcpretty (~> 0.3.0) + xcpretty-travis-formatter (>= 0.0.3) ffi (1.15.5) fourflusher (2.3.1) fuzzy_match (2.0.4) gh_inspector (1.1.3) + google-apis-androidpublisher_v3 (0.51.0) + google-apis-core (>= 0.11.0, < 2.a) + google-apis-core (0.11.2) + addressable (~> 2.5, >= 2.5.1) + googleauth (>= 0.16.2, < 2.a) + httpclient (>= 2.8.1, < 3.a) + mini_mime (~> 1.0) + representable (~> 3.0) + retriable (>= 2.0, < 4.a) + rexml + webrick + google-apis-iamcredentials_v1 (0.17.0) + google-apis-core (>= 0.11.0, < 2.a) + google-apis-playcustomapp_v1 (0.13.0) + google-apis-core (>= 0.11.0, < 2.a) + google-apis-storage_v1 (0.19.0) + google-apis-core (>= 0.9.0, < 2.a) + google-cloud-core (1.6.0) + google-cloud-env (~> 1.0) + google-cloud-errors (~> 1.0) + google-cloud-env (1.6.0) + faraday (>= 0.17.3, < 3.0) + google-cloud-errors (1.3.1) + google-cloud-storage (1.44.0) + addressable (~> 2.8) + digest-crc (~> 0.4) + google-apis-iamcredentials_v1 (~> 0.1) + google-apis-storage_v1 (~> 0.19.0) + google-cloud-core (~> 1.6) + googleauth (>= 0.16.2, < 2.a) + mini_mime (~> 1.0) + googleauth (1.8.1) + faraday (>= 0.17.3, < 3.a) + jwt (>= 1.4, < 3.0) + multi_json (~> 1.11) + os (>= 0.9, < 2.0) + signet (>= 0.16, < 2.a) + highline (2.0.3) + http-cookie (1.0.5) + domain_name (~> 0.5) httpclient (2.8.3) i18n (1.8.11) concurrent-ruby (~> 1.0) + jmespath (1.6.2) json (2.6.1) + jwt (2.7.1) + mini_magick (4.12.0) + mini_mime (1.1.5) minitest (5.15.0) molinillo (0.8.0) + multi_json (1.15.0) + multipart-post (2.3.0) nanaimo (0.3.0) nap (1.1.0) + naturally (2.2.1) netrc (0.11.0) + optparse (0.1.1) + os (1.1.4) + plist (3.7.0) public_suffix (4.0.6) + rake (13.1.0) + representable (3.2.0) + declarative (< 0.1.0) + trailblazer-option (>= 0.1.1, < 0.2.0) + uber (< 0.2.0) + retriable (3.1.2) rexml (3.2.5) + rouge (2.0.7) ruby-macho (2.5.1) + ruby2_keywords (0.0.5) + rubyzip (2.3.2) + security (0.1.3) + signet (0.18.0) + addressable (~> 2.8) + faraday (>= 0.17.5, < 3.a) + jwt (>= 1.5, < 3.0) + multi_json (~> 1.10) + simctl (1.6.10) + CFPropertyList + naturally + terminal-notifier (2.0.0) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + trailblazer-option (0.1.2) + tty-cursor (0.7.1) + tty-screen (0.8.1) + tty-spinner (0.9.3) + tty-cursor (~> 0.7) typhoeus (1.4.0) ethon (>= 0.9.0) tzinfo (2.0.4) concurrent-ruby (~> 1.0) + uber (0.1.0) + unf (0.1.4) + unf_ext + unf_ext (0.0.8.2) + unicode-display_width (2.5.0) + webrick (1.8.1) + word_wrap (1.0.0) xcodeproj (1.21.0) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) @@ -85,12 +266,18 @@ GEM colored2 (~> 3.1) nanaimo (~> 0.3.0) rexml (~> 3.2.4) + xcpretty (0.3.0) + rouge (~> 2.0.7) + xcpretty-travis-formatter (1.0.1) + xcpretty (~> 0.2, >= 0.0.7) zeitwerk (2.5.3) + PLATFORMS ruby + DEPENDENCIES cocoapods (~> 1.11, >= 1.11.2) -RUBY VERSION - ruby 2.7.4p191 + fastlane + BUNDLED WITH - 2.2.27 \ No newline at end of file + 2.2.27 diff --git a/ios/Gemfile b/ios/Gemfile deleted file mode 100644 index 2e380517..00000000 --- a/ios/Gemfile +++ /dev/null @@ -1,4 +0,0 @@ -# frozen_string_literal: true - -source "https://rubygems.org" -gem 'fastlane' diff --git a/ios/Gemfile.lock b/ios/Gemfile.lock deleted file mode 100644 index b654883e..00000000 --- a/ios/Gemfile.lock +++ /dev/null @@ -1,218 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - CFPropertyList (3.0.5) - rexml - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) - artifactory (3.0.15) - atomos (0.1.3) - aws-eventstream (1.2.0) - aws-partitions (1.587.0) - aws-sdk-core (3.130.2) - aws-eventstream (~> 1, >= 1.0.2) - aws-partitions (~> 1, >= 1.525.0) - aws-sigv4 (~> 1.1) - jmespath (~> 1.0) - aws-sdk-kms (1.56.0) - aws-sdk-core (~> 3, >= 3.127.0) - aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.114.0) - aws-sdk-core (~> 3, >= 3.127.0) - aws-sdk-kms (~> 1) - aws-sigv4 (~> 1.4) - aws-sigv4 (1.5.0) - aws-eventstream (~> 1, >= 1.0.2) - babosa (1.0.4) - claide (1.1.0) - colored (1.2) - colored2 (3.1.2) - commander (4.6.0) - highline (~> 2.0.0) - declarative (0.0.20) - digest-crc (0.6.4) - rake (>= 12.0.0, < 14.0.0) - domain_name (0.5.20190701) - unf (>= 0.0.5, < 1.0.0) - dotenv (2.7.6) - emoji_regex (3.2.3) - excon (0.92.3) - faraday (1.10.0) - faraday-em_http (~> 1.0) - faraday-em_synchrony (~> 1.0) - faraday-excon (~> 1.1) - faraday-httpclient (~> 1.0) - faraday-multipart (~> 1.0) - faraday-net_http (~> 1.0) - faraday-net_http_persistent (~> 1.0) - faraday-patron (~> 1.0) - faraday-rack (~> 1.0) - faraday-retry (~> 1.0) - ruby2_keywords (>= 0.0.4) - faraday-cookie_jar (0.0.7) - faraday (>= 0.8.0) - http-cookie (~> 1.0.0) - faraday-em_http (1.0.0) - faraday-em_synchrony (1.0.0) - faraday-excon (1.1.0) - faraday-httpclient (1.0.1) - faraday-multipart (1.0.3) - multipart-post (>= 1.2, < 3) - faraday-net_http (1.0.1) - faraday-net_http_persistent (1.2.0) - faraday-patron (1.0.0) - faraday-rack (1.0.0) - faraday-retry (1.0.3) - faraday_middleware (1.2.0) - faraday (~> 1.0) - fastimage (2.2.6) - fastlane (2.205.2) - CFPropertyList (>= 2.3, < 4.0.0) - addressable (>= 2.8, < 3.0.0) - artifactory (~> 3.0) - aws-sdk-s3 (~> 1.0) - babosa (>= 1.0.3, < 2.0.0) - bundler (>= 1.12.0, < 3.0.0) - colored - commander (~> 4.6) - dotenv (>= 2.1.1, < 3.0.0) - emoji_regex (>= 0.1, < 4.0) - excon (>= 0.71.0, < 1.0.0) - faraday (~> 1.0) - faraday-cookie_jar (~> 0.0.6) - faraday_middleware (~> 1.0) - fastimage (>= 2.1.0, < 3.0.0) - gh_inspector (>= 1.1.2, < 2.0.0) - google-apis-androidpublisher_v3 (~> 0.3) - google-apis-playcustomapp_v1 (~> 0.1) - google-cloud-storage (~> 1.31) - highline (~> 2.0) - json (< 3.0.0) - jwt (>= 2.1.0, < 3) - mini_magick (>= 4.9.4, < 5.0.0) - multipart-post (~> 2.0.0) - naturally (~> 2.2) - optparse (~> 0.1.1) - plist (>= 3.1.0, < 4.0.0) - rubyzip (>= 2.0.0, < 3.0.0) - security (= 0.1.3) - simctl (~> 1.6.3) - terminal-notifier (>= 2.0.0, < 3.0.0) - terminal-table (>= 1.4.5, < 2.0.0) - tty-screen (>= 0.6.3, < 1.0.0) - tty-spinner (>= 0.8.0, < 1.0.0) - word_wrap (~> 1.0.0) - xcodeproj (>= 1.13.0, < 2.0.0) - xcpretty (~> 0.3.0) - xcpretty-travis-formatter (>= 0.0.3) - gh_inspector (1.1.3) - google-apis-androidpublisher_v3 (0.20.0) - google-apis-core (>= 0.4, < 2.a) - google-apis-core (0.4.2) - addressable (~> 2.5, >= 2.5.1) - googleauth (>= 0.16.2, < 2.a) - httpclient (>= 2.8.1, < 3.a) - mini_mime (~> 1.0) - representable (~> 3.0) - retriable (>= 2.0, < 4.a) - rexml - webrick - google-apis-iamcredentials_v1 (0.10.0) - google-apis-core (>= 0.4, < 2.a) - google-apis-playcustomapp_v1 (0.7.0) - google-apis-core (>= 0.4, < 2.a) - google-apis-storage_v1 (0.13.0) - google-apis-core (>= 0.4, < 2.a) - google-cloud-core (1.6.0) - google-cloud-env (~> 1.0) - google-cloud-errors (~> 1.0) - google-cloud-env (1.6.0) - faraday (>= 0.17.3, < 3.0) - google-cloud-errors (1.2.0) - google-cloud-storage (1.36.2) - addressable (~> 2.8) - digest-crc (~> 0.4) - google-apis-iamcredentials_v1 (~> 0.1) - google-apis-storage_v1 (~> 0.1) - google-cloud-core (~> 1.6) - googleauth (>= 0.16.2, < 2.a) - mini_mime (~> 1.0) - googleauth (1.1.3) - faraday (>= 0.17.3, < 3.a) - jwt (>= 1.4, < 3.0) - memoist (~> 0.16) - multi_json (~> 1.11) - os (>= 0.9, < 2.0) - signet (>= 0.16, < 2.a) - highline (2.0.3) - http-cookie (1.0.4) - domain_name (~> 0.5) - httpclient (2.8.3) - jmespath (1.6.1) - json (2.6.1) - jwt (2.3.0) - memoist (0.16.2) - mini_magick (4.11.0) - mini_mime (1.1.2) - multi_json (1.15.0) - multipart-post (2.0.0) - nanaimo (0.3.0) - naturally (2.2.1) - optparse (0.1.1) - os (1.1.4) - plist (3.6.0) - public_suffix (4.0.7) - rake (13.0.6) - representable (3.1.1) - declarative (< 0.1.0) - trailblazer-option (>= 0.1.1, < 0.2.0) - uber (< 0.2.0) - retriable (3.1.2) - rexml (3.2.5) - rouge (2.0.7) - ruby2_keywords (0.0.5) - rubyzip (2.3.2) - security (0.1.3) - signet (0.16.1) - addressable (~> 2.8) - faraday (>= 0.17.5, < 3.0) - jwt (>= 1.5, < 3.0) - multi_json (~> 1.10) - simctl (1.6.8) - CFPropertyList - naturally - terminal-notifier (2.0.0) - terminal-table (1.8.0) - unicode-display_width (~> 1.1, >= 1.1.1) - trailblazer-option (0.1.2) - tty-cursor (0.7.1) - tty-screen (0.8.1) - tty-spinner (0.9.3) - tty-cursor (~> 0.7) - uber (0.1.0) - unf (0.1.4) - unf_ext - unf_ext (0.0.8.1) - unicode-display_width (1.8.0) - webrick (1.7.0) - word_wrap (1.0.0) - xcodeproj (1.21.0) - CFPropertyList (>= 2.3.3, < 4.0) - atomos (~> 0.1.3) - claide (>= 1.0.2, < 2.0) - colored2 (~> 3.1) - nanaimo (~> 0.3.0) - rexml (~> 3.2.4) - xcpretty (0.3.0) - rouge (~> 2.0.7) - xcpretty-travis-formatter (1.0.1) - xcpretty (~> 0.2, >= 0.0.7) - -PLATFORMS - universal-darwin-21 - -DEPENDENCIES - fastlane - -BUNDLED WITH - 2.2.27 diff --git a/ios/Podfile b/ios/Podfile index a4a2fc32..bfcbf255 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -26,7 +26,7 @@ target 'taroDemo' do # Hermes is now enabled by default. Disable by setting this flag to false. # Upcoming versions of React Native may rely on get_default_flags(), but # we make it explicit here to aid in the React Native upgrade process. - :hermes_enabled => false, + :hermes_enabled => true, :fabric_enabled => flags[:fabric_enabled], # Enables Flipper. # diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 865e61ad..85b5d0e5 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1,12 +1,12 @@ PODS: - boost (1.76.0) - - BVLinearGradient (2.6.2): + - BVLinearGradient (2.8.3): - React-Core - CocoaAsyncSocket (7.6.5) - DoubleConversion (1.1.6) - EXApplication (5.0.1): - ExpoModulesCore - - EXAV (13.0.2): + - EXAV (13.0.3): - ExpoModulesCore - ReactCommon/turbomodule/core - EXBarCodeScanner (12.0.0): @@ -34,7 +34,7 @@ PODS: - React-Core - EXLocation (15.0.1): - ExpoModulesCore - - Expo (47.0.13): + - Expo (47.0.14): - ExpoModulesCore - ExpoImagePicker (14.0.3): - ExpoModulesCore @@ -45,14 +45,14 @@ PODS: - ReactCommon/turbomodule/core - EXSensors (12.0.1): - ExpoModulesCore - - FBLazyVector (0.70.7) - - FBReactNativeSpec (0.70.7): + - FBLazyVector (0.70.14) + - FBReactNativeSpec (0.70.14): - RCT-Folly (= 2021.07.22.00) - - RCTRequired (= 0.70.7) - - RCTTypeSafety (= 0.70.7) - - React-Core (= 0.70.7) - - React-jsi (= 0.70.7) - - ReactCommon/turbomodule/core (= 0.70.7) + - RCTRequired (= 0.70.14) + - RCTTypeSafety (= 0.70.14) + - React-Core (= 0.70.14) + - React-jsi (= 0.70.14) + - ReactCommon/turbomodule/core (= 0.70.14) - Flipper (0.125.0): - Flipper-Folly (~> 2.6) - Flipper-RSocket (~> 1.4) @@ -116,9 +116,10 @@ PODS: - FlipperKit/FlipperKitNetworkPlugin - fmt (6.2.1) - glog (0.3.5) + - hermes-engine (0.70.14) - libevent (2.1.12) - lottie-ios (3.4.0) - - lottie-react-native (5.1.4): + - lottie-react-native (5.1.6): - lottie-ios (~> 3.4.0) - React-Core - OpenSSL-Universal (1.1.1100) @@ -133,211 +134,228 @@ PODS: - DoubleConversion - fmt (~> 6.2.1) - glog - - RCTRequired (0.70.7) - - RCTTypeSafety (0.70.7): - - FBLazyVector (= 0.70.7) - - RCTRequired (= 0.70.7) - - React-Core (= 0.70.7) - - React (0.70.7): - - React-Core (= 0.70.7) - - React-Core/DevSupport (= 0.70.7) - - React-Core/RCTWebSocket (= 0.70.7) - - React-RCTActionSheet (= 0.70.7) - - React-RCTAnimation (= 0.70.7) - - React-RCTBlob (= 0.70.7) - - React-RCTImage (= 0.70.7) - - React-RCTLinking (= 0.70.7) - - React-RCTNetwork (= 0.70.7) - - React-RCTSettings (= 0.70.7) - - React-RCTText (= 0.70.7) - - React-RCTVibration (= 0.70.7) - - React-bridging (0.70.7): + - RCT-Folly/Futures (2021.07.22.00): + - boost + - DoubleConversion + - fmt (~> 6.2.1) + - glog + - libevent + - RCTRequired (0.70.14) + - RCTTypeSafety (0.70.14): + - FBLazyVector (= 0.70.14) + - RCTRequired (= 0.70.14) + - React-Core (= 0.70.14) + - React (0.70.14): + - React-Core (= 0.70.14) + - React-Core/DevSupport (= 0.70.14) + - React-Core/RCTWebSocket (= 0.70.14) + - React-RCTActionSheet (= 0.70.14) + - React-RCTAnimation (= 0.70.14) + - React-RCTBlob (= 0.70.14) + - React-RCTImage (= 0.70.14) + - React-RCTLinking (= 0.70.14) + - React-RCTNetwork (= 0.70.14) + - React-RCTSettings (= 0.70.14) + - React-RCTText (= 0.70.14) + - React-RCTVibration (= 0.70.14) + - React-bridging (0.70.14): - RCT-Folly (= 2021.07.22.00) - - React-jsi (= 0.70.7) - - React-callinvoker (0.70.7) - - React-Codegen (0.70.7): - - FBReactNativeSpec (= 0.70.7) + - React-jsi (= 0.70.14) + - React-callinvoker (0.70.14) + - React-Codegen (0.70.14): + - FBReactNativeSpec (= 0.70.14) - RCT-Folly (= 2021.07.22.00) - - RCTRequired (= 0.70.7) - - RCTTypeSafety (= 0.70.7) - - React-Core (= 0.70.7) - - React-jsi (= 0.70.7) - - React-jsiexecutor (= 0.70.7) - - ReactCommon/turbomodule/core (= 0.70.7) - - React-Core (0.70.7): + - RCTRequired (= 0.70.14) + - RCTTypeSafety (= 0.70.14) + - React-Core (= 0.70.14) + - React-jsi (= 0.70.14) + - React-jsiexecutor (= 0.70.14) + - ReactCommon/turbomodule/core (= 0.70.14) + - React-Core (0.70.14): - glog - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.70.7) - - React-cxxreact (= 0.70.7) - - React-jsi (= 0.70.7) - - React-jsiexecutor (= 0.70.7) - - React-perflogger (= 0.70.7) + - React-Core/Default (= 0.70.14) + - React-cxxreact (= 0.70.14) + - React-jsi (= 0.70.14) + - React-jsiexecutor (= 0.70.14) + - React-perflogger (= 0.70.14) - Yoga - - React-Core/CoreModulesHeaders (0.70.7): + - React-Core/CoreModulesHeaders (0.70.14): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.7) - - React-jsi (= 0.70.7) - - React-jsiexecutor (= 0.70.7) - - React-perflogger (= 0.70.7) + - React-cxxreact (= 0.70.14) + - React-jsi (= 0.70.14) + - React-jsiexecutor (= 0.70.14) + - React-perflogger (= 0.70.14) - Yoga - - React-Core/Default (0.70.7): + - React-Core/Default (0.70.14): - glog - RCT-Folly (= 2021.07.22.00) - - React-cxxreact (= 0.70.7) - - React-jsi (= 0.70.7) - - React-jsiexecutor (= 0.70.7) - - React-perflogger (= 0.70.7) + - React-cxxreact (= 0.70.14) + - React-jsi (= 0.70.14) + - React-jsiexecutor (= 0.70.14) + - React-perflogger (= 0.70.14) - Yoga - - React-Core/DevSupport (0.70.7): + - React-Core/DevSupport (0.70.14): - glog - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.70.7) - - React-Core/RCTWebSocket (= 0.70.7) - - React-cxxreact (= 0.70.7) - - React-jsi (= 0.70.7) - - React-jsiexecutor (= 0.70.7) - - React-jsinspector (= 0.70.7) - - React-perflogger (= 0.70.7) + - React-Core/Default (= 0.70.14) + - React-Core/RCTWebSocket (= 0.70.14) + - React-cxxreact (= 0.70.14) + - React-jsi (= 0.70.14) + - React-jsiexecutor (= 0.70.14) + - React-jsinspector (= 0.70.14) + - React-perflogger (= 0.70.14) - Yoga - - React-Core/RCTActionSheetHeaders (0.70.7): + - React-Core/RCTActionSheetHeaders (0.70.14): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.7) - - React-jsi (= 0.70.7) - - React-jsiexecutor (= 0.70.7) - - React-perflogger (= 0.70.7) + - React-cxxreact (= 0.70.14) + - React-jsi (= 0.70.14) + - React-jsiexecutor (= 0.70.14) + - React-perflogger (= 0.70.14) - Yoga - - React-Core/RCTAnimationHeaders (0.70.7): + - React-Core/RCTAnimationHeaders (0.70.14): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.7) - - React-jsi (= 0.70.7) - - React-jsiexecutor (= 0.70.7) - - React-perflogger (= 0.70.7) + - React-cxxreact (= 0.70.14) + - React-jsi (= 0.70.14) + - React-jsiexecutor (= 0.70.14) + - React-perflogger (= 0.70.14) - Yoga - - React-Core/RCTBlobHeaders (0.70.7): + - React-Core/RCTBlobHeaders (0.70.14): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.7) - - React-jsi (= 0.70.7) - - React-jsiexecutor (= 0.70.7) - - React-perflogger (= 0.70.7) + - React-cxxreact (= 0.70.14) + - React-jsi (= 0.70.14) + - React-jsiexecutor (= 0.70.14) + - React-perflogger (= 0.70.14) - Yoga - - React-Core/RCTImageHeaders (0.70.7): + - React-Core/RCTImageHeaders (0.70.14): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.7) - - React-jsi (= 0.70.7) - - React-jsiexecutor (= 0.70.7) - - React-perflogger (= 0.70.7) + - React-cxxreact (= 0.70.14) + - React-jsi (= 0.70.14) + - React-jsiexecutor (= 0.70.14) + - React-perflogger (= 0.70.14) - Yoga - - React-Core/RCTLinkingHeaders (0.70.7): + - React-Core/RCTLinkingHeaders (0.70.14): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.7) - - React-jsi (= 0.70.7) - - React-jsiexecutor (= 0.70.7) - - React-perflogger (= 0.70.7) + - React-cxxreact (= 0.70.14) + - React-jsi (= 0.70.14) + - React-jsiexecutor (= 0.70.14) + - React-perflogger (= 0.70.14) - Yoga - - React-Core/RCTNetworkHeaders (0.70.7): + - React-Core/RCTNetworkHeaders (0.70.14): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.7) - - React-jsi (= 0.70.7) - - React-jsiexecutor (= 0.70.7) - - React-perflogger (= 0.70.7) + - React-cxxreact (= 0.70.14) + - React-jsi (= 0.70.14) + - React-jsiexecutor (= 0.70.14) + - React-perflogger (= 0.70.14) - Yoga - - React-Core/RCTSettingsHeaders (0.70.7): + - React-Core/RCTSettingsHeaders (0.70.14): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.7) - - React-jsi (= 0.70.7) - - React-jsiexecutor (= 0.70.7) - - React-perflogger (= 0.70.7) + - React-cxxreact (= 0.70.14) + - React-jsi (= 0.70.14) + - React-jsiexecutor (= 0.70.14) + - React-perflogger (= 0.70.14) - Yoga - - React-Core/RCTTextHeaders (0.70.7): + - React-Core/RCTTextHeaders (0.70.14): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.7) - - React-jsi (= 0.70.7) - - React-jsiexecutor (= 0.70.7) - - React-perflogger (= 0.70.7) + - React-cxxreact (= 0.70.14) + - React-jsi (= 0.70.14) + - React-jsiexecutor (= 0.70.14) + - React-perflogger (= 0.70.14) - Yoga - - React-Core/RCTVibrationHeaders (0.70.7): + - React-Core/RCTVibrationHeaders (0.70.14): - glog - RCT-Folly (= 2021.07.22.00) - React-Core/Default - - React-cxxreact (= 0.70.7) - - React-jsi (= 0.70.7) - - React-jsiexecutor (= 0.70.7) - - React-perflogger (= 0.70.7) + - React-cxxreact (= 0.70.14) + - React-jsi (= 0.70.14) + - React-jsiexecutor (= 0.70.14) + - React-perflogger (= 0.70.14) - Yoga - - React-Core/RCTWebSocket (0.70.7): + - React-Core/RCTWebSocket (0.70.14): - glog - RCT-Folly (= 2021.07.22.00) - - React-Core/Default (= 0.70.7) - - React-cxxreact (= 0.70.7) - - React-jsi (= 0.70.7) - - React-jsiexecutor (= 0.70.7) - - React-perflogger (= 0.70.7) + - React-Core/Default (= 0.70.14) + - React-cxxreact (= 0.70.14) + - React-jsi (= 0.70.14) + - React-jsiexecutor (= 0.70.14) + - React-perflogger (= 0.70.14) - Yoga - - React-CoreModules (0.70.7): + - React-CoreModules (0.70.14): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.70.7) - - React-Codegen (= 0.70.7) - - React-Core/CoreModulesHeaders (= 0.70.7) - - React-jsi (= 0.70.7) - - React-RCTImage (= 0.70.7) - - ReactCommon/turbomodule/core (= 0.70.7) - - React-cxxreact (0.70.7): + - RCTTypeSafety (= 0.70.14) + - React-Codegen (= 0.70.14) + - React-Core/CoreModulesHeaders (= 0.70.14) + - React-jsi (= 0.70.14) + - React-RCTImage (= 0.70.14) + - ReactCommon/turbomodule/core (= 0.70.14) + - React-cxxreact (0.70.14): - boost (= 1.76.0) - DoubleConversion - glog - RCT-Folly (= 2021.07.22.00) - - React-callinvoker (= 0.70.7) - - React-jsi (= 0.70.7) - - React-jsinspector (= 0.70.7) - - React-logger (= 0.70.7) - - React-perflogger (= 0.70.7) - - React-runtimeexecutor (= 0.70.7) - - React-jsi (0.70.7): + - React-callinvoker (= 0.70.14) + - React-jsi (= 0.70.14) + - React-jsinspector (= 0.70.14) + - React-logger (= 0.70.14) + - React-perflogger (= 0.70.14) + - React-runtimeexecutor (= 0.70.14) + - React-hermes (0.70.14): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2021.07.22.00) + - RCT-Folly/Futures (= 2021.07.22.00) + - React-cxxreact (= 0.70.14) + - React-jsi (= 0.70.14) + - React-jsiexecutor (= 0.70.14) + - React-jsinspector (= 0.70.14) + - React-perflogger (= 0.70.14) + - React-jsi (0.70.14): - boost (= 1.76.0) - DoubleConversion - glog - RCT-Folly (= 2021.07.22.00) - - React-jsi/Default (= 0.70.7) - - React-jsi/Default (0.70.7): + - React-jsi/Default (= 0.70.14) + - React-jsi/Default (0.70.14): - boost (= 1.76.0) - DoubleConversion - glog - RCT-Folly (= 2021.07.22.00) - - React-jsiexecutor (0.70.7): + - React-jsiexecutor (0.70.14): - DoubleConversion - glog - RCT-Folly (= 2021.07.22.00) - - React-cxxreact (= 0.70.7) - - React-jsi (= 0.70.7) - - React-perflogger (= 0.70.7) - - React-jsinspector (0.70.7) - - React-logger (0.70.7): + - React-cxxreact (= 0.70.14) + - React-jsi (= 0.70.14) + - React-perflogger (= 0.70.14) + - React-jsinspector (0.70.14) + - React-logger (0.70.14): - glog - react-native-cameraroll (5.0.4): - React-Core - - react-native-geolocation (3.0.5): + - react-native-geolocation (3.0.6): - React-Core - - react-native-image-resizer (3.0.4): + - react-native-image-resizer (3.0.7): - React-Core - - react-native-netinfo (9.3.7): + - react-native-netinfo (9.3.11): - React-Core - react-native-pager-view (6.0.2): - React-Core @@ -347,7 +365,7 @@ PODS: - RCTTypeSafety - React-Core - ReactCommon/turbomodule/core - - react-native-skia (0.1.182): + - react-native-skia (0.1.214): - React - React-callinvoker - React-Core @@ -357,87 +375,87 @@ PODS: - React-Core - react-native-webview (11.23.1): - React-Core - - React-perflogger (0.70.7) - - React-RCTActionSheet (0.70.7): - - React-Core/RCTActionSheetHeaders (= 0.70.7) - - React-RCTAnimation (0.70.7): + - React-perflogger (0.70.14) + - React-RCTActionSheet (0.70.14): + - React-Core/RCTActionSheetHeaders (= 0.70.14) + - React-RCTAnimation (0.70.14): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.70.7) - - React-Codegen (= 0.70.7) - - React-Core/RCTAnimationHeaders (= 0.70.7) - - React-jsi (= 0.70.7) - - ReactCommon/turbomodule/core (= 0.70.7) - - React-RCTBlob (0.70.7): + - RCTTypeSafety (= 0.70.14) + - React-Codegen (= 0.70.14) + - React-Core/RCTAnimationHeaders (= 0.70.14) + - React-jsi (= 0.70.14) + - ReactCommon/turbomodule/core (= 0.70.14) + - React-RCTBlob (0.70.14): - RCT-Folly (= 2021.07.22.00) - - React-Codegen (= 0.70.7) - - React-Core/RCTBlobHeaders (= 0.70.7) - - React-Core/RCTWebSocket (= 0.70.7) - - React-jsi (= 0.70.7) - - React-RCTNetwork (= 0.70.7) - - ReactCommon/turbomodule/core (= 0.70.7) - - React-RCTImage (0.70.7): + - React-Codegen (= 0.70.14) + - React-Core/RCTBlobHeaders (= 0.70.14) + - React-Core/RCTWebSocket (= 0.70.14) + - React-jsi (= 0.70.14) + - React-RCTNetwork (= 0.70.14) + - ReactCommon/turbomodule/core (= 0.70.14) + - React-RCTImage (0.70.14): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.70.7) - - React-Codegen (= 0.70.7) - - React-Core/RCTImageHeaders (= 0.70.7) - - React-jsi (= 0.70.7) - - React-RCTNetwork (= 0.70.7) - - ReactCommon/turbomodule/core (= 0.70.7) - - React-RCTLinking (0.70.7): - - React-Codegen (= 0.70.7) - - React-Core/RCTLinkingHeaders (= 0.70.7) - - React-jsi (= 0.70.7) - - ReactCommon/turbomodule/core (= 0.70.7) - - React-RCTNetwork (0.70.7): + - RCTTypeSafety (= 0.70.14) + - React-Codegen (= 0.70.14) + - React-Core/RCTImageHeaders (= 0.70.14) + - React-jsi (= 0.70.14) + - React-RCTNetwork (= 0.70.14) + - ReactCommon/turbomodule/core (= 0.70.14) + - React-RCTLinking (0.70.14): + - React-Codegen (= 0.70.14) + - React-Core/RCTLinkingHeaders (= 0.70.14) + - React-jsi (= 0.70.14) + - ReactCommon/turbomodule/core (= 0.70.14) + - React-RCTNetwork (0.70.14): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.70.7) - - React-Codegen (= 0.70.7) - - React-Core/RCTNetworkHeaders (= 0.70.7) - - React-jsi (= 0.70.7) - - ReactCommon/turbomodule/core (= 0.70.7) - - React-RCTSettings (0.70.7): + - RCTTypeSafety (= 0.70.14) + - React-Codegen (= 0.70.14) + - React-Core/RCTNetworkHeaders (= 0.70.14) + - React-jsi (= 0.70.14) + - ReactCommon/turbomodule/core (= 0.70.14) + - React-RCTSettings (0.70.14): - RCT-Folly (= 2021.07.22.00) - - RCTTypeSafety (= 0.70.7) - - React-Codegen (= 0.70.7) - - React-Core/RCTSettingsHeaders (= 0.70.7) - - React-jsi (= 0.70.7) - - ReactCommon/turbomodule/core (= 0.70.7) - - React-RCTText (0.70.7): - - React-Core/RCTTextHeaders (= 0.70.7) - - React-RCTVibration (0.70.7): + - RCTTypeSafety (= 0.70.14) + - React-Codegen (= 0.70.14) + - React-Core/RCTSettingsHeaders (= 0.70.14) + - React-jsi (= 0.70.14) + - ReactCommon/turbomodule/core (= 0.70.14) + - React-RCTText (0.70.14): + - React-Core/RCTTextHeaders (= 0.70.14) + - React-RCTVibration (0.70.14): - RCT-Folly (= 2021.07.22.00) - - React-Codegen (= 0.70.7) - - React-Core/RCTVibrationHeaders (= 0.70.7) - - React-jsi (= 0.70.7) - - ReactCommon/turbomodule/core (= 0.70.7) - - React-runtimeexecutor (0.70.7): - - React-jsi (= 0.70.7) - - ReactCommon/turbomodule/core (0.70.7): + - React-Codegen (= 0.70.14) + - React-Core/RCTVibrationHeaders (= 0.70.14) + - React-jsi (= 0.70.14) + - ReactCommon/turbomodule/core (= 0.70.14) + - React-runtimeexecutor (0.70.14): + - React-jsi (= 0.70.14) + - ReactCommon/turbomodule/core (0.70.14): - DoubleConversion - glog - RCT-Folly (= 2021.07.22.00) - - React-bridging (= 0.70.7) - - React-callinvoker (= 0.70.7) - - React-Core (= 0.70.7) - - React-cxxreact (= 0.70.7) - - React-jsi (= 0.70.7) - - React-logger (= 0.70.7) - - React-perflogger (= 0.70.7) - - RNCAsyncStorage (1.17.11): + - React-bridging (= 0.70.14) + - React-callinvoker (= 0.70.14) + - React-Core (= 0.70.14) + - React-cxxreact (= 0.70.14) + - React-jsi (= 0.70.14) + - React-logger (= 0.70.14) + - React-perflogger (= 0.70.14) + - RNCAsyncStorage (1.17.12): - React-Core - - RNCClipboard (1.11.1): + - RNCClipboard (1.11.2): - React-Core - - RNCMaskedView (0.2.8): + - RNCMaskedView (0.2.9): - React-Core - - RNCPicker (2.4.8): + - RNCPicker (2.4.10): - React-Core - - RNDeviceInfo (10.3.0): + - RNDeviceInfo (10.3.1): - React-Core - - RNFlashList (1.4.1): + - RNFlashList (1.4.3): - React-Core - RNGestureHandler (2.9.0): - React-Core - - RNReanimated (2.14.4): + - RNReanimated (2.17.0): - DoubleConversion - FBLazyVector - FBReactNativeSpec @@ -467,12 +485,12 @@ PODS: - RNScreens (3.19.0): - React-Core - React-RCTImage - - RNSVG (13.9.0): + - RNSVG (13.10.0): - React-Core - RNSyanImagePicker (0.5.3): - React - TZImagePickerController - - SocketRocket (0.6.0) + - SocketRocket (0.6.1) - TZImagePickerController (3.8.3): - TZImagePickerController/Basic (= 3.8.3) - TZImagePickerController/Location (= 3.8.3) @@ -481,10 +499,10 @@ PODS: - Yoga (1.14.0) - YogaKit (1.18.1): - Yoga (~> 1.14) - - ZXingObjC/Core (3.6.5) - - ZXingObjC/OneD (3.6.5): + - ZXingObjC/Core (3.6.9) + - ZXingObjC/OneD (3.6.9): - ZXingObjC/Core - - ZXingObjC/PDF417 (3.6.5): + - ZXingObjC/PDF417 (3.6.9): - ZXingObjC/Core DEPENDENCIES: @@ -532,6 +550,8 @@ DEPENDENCIES: - FlipperKit/FlipperKitUserDefaultsPlugin (= 0.125.0) - FlipperKit/SKIOSNetworkPlugin (= 0.125.0) - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`) + - hermes-engine (from `../node_modules/react-native/sdks/hermes/hermes-engine.podspec`) + - libevent (~> 2.1.12) - lottie-ios (from `../node_modules/lottie-ios`) - lottie-react-native (from `../node_modules/lottie-react-native`) - OpenSSL-Universal (= 1.1.1100) @@ -547,6 +567,7 @@ DEPENDENCIES: - React-Core/RCTWebSocket (from `../node_modules/react-native/`) - React-CoreModules (from `../node_modules/react-native/React/CoreModules`) - React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`) + - React-hermes (from `../node_modules/react-native/ReactCommon/hermes`) - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`) - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`) - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`) @@ -653,6 +674,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/React/FBReactNativeSpec" glog: :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec" + hermes-engine: + :podspec: "../node_modules/react-native/sdks/hermes/hermes-engine.podspec" lottie-ios: :path: "../node_modules/lottie-ios" lottie-react-native: @@ -677,6 +700,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/React/CoreModules" React-cxxreact: :path: "../node_modules/react-native/ReactCommon/cxxreact" + React-hermes: + :path: "../node_modules/react-native/ReactCommon/hermes" React-jsi: :path: "../node_modules/react-native/ReactCommon/jsi" React-jsiexecutor: @@ -755,12 +780,12 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: - boost: 57d2868c099736d80fcd648bf211b4431e51a558 - BVLinearGradient: 34a999fda29036898a09c6a6b728b0b4189e1a44 + boost: a7c83b31436843459a1961bfd74b96033dc77234 + BVLinearGradient: 880f91a7854faff2df62518f0281afb1c60d49a3 CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 EXApplication: 034b1c40a8e9fe1bff76a1e511ee90dff64ad834 - EXAV: 9a45d37772c5329294c054a041dcc39931fc5032 + EXAV: 8e4e12377926c071843498d19adfa27802695385 EXBarCodeScanner: 50ad56220f9d543d4fe8884c0d3d46eae628b244 EXBrightness: 1725afacfdaeb4724bb949c44384cff0ef0d7d18 EXCamera: d7e91d5857faee493ca3cf8dafd42572db61849e @@ -771,13 +796,13 @@ SPEC CHECKSUMS: EXGL: 5f24aaf2552f784d5d59e960823faf53d120893c EXImageLoader: 84b65e6bd9d3345d6fbb3ab936a546c54496a64d EXLocation: 7d08926d931f4fb619bfa25e73669f1e19b102c6 - Expo: b9fa98bf260992312ee3c424400819fb9beadafe + Expo: 5f4240506a147162542178989696e56e3dd72924 ExpoImagePicker: ce37302446e70145bb413f0f74886441abdae022 ExpoKeepAwake: 69b59d0a8d2b24de9f82759c39b3821fec030318 ExpoModulesCore: 485dff3a59b036a33b6050c0a5aea3cf1037fdd1 EXSensors: c4d17812887f3b8bec1da3c1e501a1d7b02bf19d - FBLazyVector: a6454570f573a0f6f1d397e5a95c13e8e45d1700 - FBReactNativeSpec: 09e8dfba44487e5dc4882a9f5318cde67549549c + FBLazyVector: efad4471d02263013cfcb7a2f75de6ac7565692f + FBReactNativeSpec: 9cd9542bfdcc64e07bc649f809dd621876f78619 Flipper: 26fc4b7382499f1281eb8cb921e5c3ad6de91fe0 Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30 @@ -789,63 +814,65 @@ SPEC CHECKSUMS: FlipperKit: cbdee19bdd4e7f05472a66ce290f1b729ba3cb86 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b + hermes-engine: af3982923f6d1af884ece80592bd40be2c62e064 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 lottie-ios: 69495122151a378fdc7d1bb4c5930347e37baf1f - lottie-react-native: b702fab740cdb952a8e2354713d3beda63ff97b0 + lottie-react-native: 8f9d4be452e23f6e5ca0fdc11669dc99ab52be81 OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c - RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1 - RCTRequired: 837880d26ec119e105317dc28a456f3016bf16d1 - RCTTypeSafety: 5c854c04c3383cab04f404e25d408ed52124b300 - React: ec6efc54c0fbb7c2e7147624c78065be80753082 - React-bridging: 7dd96a58f896a1a7422a491d17ec644e87277953 - React-callinvoker: f348d204f7bbe6020d4fd0dd57303f5b48a28003 - React-Codegen: 73350192a09163a640c23baf795464474be0d793 - React-Core: c57b11fd672421049038ef36881372da2605a0cd - React-CoreModules: 2d91acffc3924adac6b508e3fc44121aa719ec40 - React-cxxreact: ee2ab13a1db086dc152421aa42dc94cc68f412a1 - React-jsi: 04031a830f9714e95d517153817ba7bfc15bfdf8 - React-jsiexecutor: e95cdd036e7947ddf87f3049319ac3064deb76b5 - React-jsinspector: 1c34fea1868136ecde647bc11fae9266d4143693 - React-logger: e9f407f9fdf3f3ce7749ae6f88affe63e8446019 + RCT-Folly: 0080d0a6ebf2577475bda044aa59e2ca1f909cda + RCTRequired: 6f42727926c2ef4836fc23169586f3d8d7f5a6e4 + RCTTypeSafety: de9b538a8f20ae8c780bf38935f37f303b083fc8 + React: 6604c02c25295898e9332c5dbe5d6f140be1e246 + React-bridging: 55de000607b776d7c9b1333f38d1991ef25bf915 + React-callinvoker: aa42aaefd72dbe9218c112fd503eff7ab782bd11 + React-Codegen: 9e13e901ac4d4c46349c2db28b8774fa4274ec18 + React-Core: b046bbaddd981014eaac20cef83de953a0405c1b + React-CoreModules: 4f0b29e5924b06a868983952265f77fed219f349 + React-cxxreact: 818c9b06607f7972e95eeacb326389429c6a2d38 + React-hermes: 7dcff7820e8ef8146b401432ab30f7c5229d1a18 + React-jsi: 0bf359879bc4c2c908204b1cd789b0a727a7a568 + React-jsiexecutor: 03144eeee729e6a6cb8d7ff2d5653b67315f8f31 + React-jsinspector: 6538dfb58970d1fb9d89c9c34e87713ece6c3cf0 + React-logger: 4e9c3f888b4b5bb72a3ac7f1be7929e776181016 react-native-cameraroll: 38b40d9033e4077b6c603f92f95c6d05fa7907df - react-native-geolocation: 7383cbe9fa75b168bbbe40b566070fd0b44d30d6 - react-native-image-resizer: 794abf75ec13ed1f0dbb1f134e27504ea65e9e66 - react-native-netinfo: 2517ad504b3d303e90d7a431b0fcaef76d207983 + react-native-geolocation: 0f7fe8a4c2de477e278b0365cce27d089a8c5903 + react-native-image-resizer: 681f7607418b97c084ba2d0999b153b103040d8a + react-native-netinfo: 3a48f51c18dbd9253440621955e11de71bc51b32 react-native-pager-view: 592421df0259bf7a7a4fe85b74c24f3f39905605 react-native-safe-area-context: 99b24a0c5acd0d5dcac2b1a7f18c49ea317be99a - react-native-skia: 588e058a8fe35b8da0b3c7996aa7fe0ee088035b + react-native-skia: 271f901631188fc8bf3173641c419a9c78787a52 react-native-slider: 7d19220da2f2ae7cbb9aa80127cb73c597fa221f react-native-splash-screen: 4312f786b13a81b5169ef346d76d33bc0c6dc457 react-native-webview: d33e2db8925d090871ffeb232dfa50cb3a727581 - React-perflogger: 52a94f38c19a518d05726624b49bfc192639374d - React-RCTActionSheet: 7b89fe64a852bc3ae39b91dbd142ef09931ef3f7 - React-RCTAnimation: ad84bfbf8c5f6f77e65092d0c2b0506b80b5cf99 - React-RCTBlob: e4ee3ab649459329f5aa59d903762bfbd6164220 - React-RCTImage: aeb508f6ac80a94904a646dde61b0f67ea757ea7 - React-RCTLinking: 1171b3fdc265c479b7039069ce7e8fef68ca70aa - React-RCTNetwork: 5d87cc4afd1fcef86fb2f804f26366f0314769fe - React-RCTSettings: 644545854880b7d03c49f620664a307fd4613a1d - React-RCTText: f8e4a283be2290a76b89f4a83ba2277faf90930d - React-RCTVibration: eb7837d55b87c7a4ead3ab7632ad70dca87c65dc - React-runtimeexecutor: 7cec9ed92ebde8309902530bb566819645c84ee5 - ReactCommon: 0253d197eaa7f6689dcd3e7d5360449ab93e10df - RNCAsyncStorage: 8616bd5a58af409453ea4e1b246521bb76578d60 - RNCClipboard: 2834e1c4af68697089cdd455ee4a4cdd198fa7dd - RNCMaskedView: bc0170f389056201c82a55e242e5d90070e18e5a - RNCPicker: 0bf8ef8f7800524f32d2bb2a8bcadd53eda0ecd1 - RNDeviceInfo: 4701f0bf2a06b34654745053db0ce4cb0c53ada7 - RNFlashList: 8ec7f7454721145fe84566bb9e88bcf58981c9fe + React-perflogger: 74b2d33200b8c26440c2c39b87a4177d8404655f + React-RCTActionSheet: 3fdf6b3a85f2ea4b365b267efd9c82aaeb20fe33 + React-RCTAnimation: 9659d5ed57ccbd129516486b2cce38e536841337 + React-RCTBlob: 49ac98cfd9476af046814a2c9126fca1bf0cbe75 + React-RCTImage: b4d2d7d14ad9389bd645bc2daa706ccaead3fc44 + React-RCTLinking: ebf051ed2532652e5290e4fb7c017c42e4e1f0d2 + React-RCTNetwork: 1636df1f91d4c5ad8815ef93f695931af1c0a842 + React-RCTSettings: f6306171fd5d3cd8c5fa0b1803da599784ead5c5 + React-RCTText: 53c106b5fb9e263c2f1e5d6b0733049989d6c428 + React-RCTVibration: d293c50100c0927379e6a80fab86a219e08792ae + React-runtimeexecutor: 0d01d03375f996484fcc231ccca3fe604a4a5652 + ReactCommon: dce64235f8548b6e4758647310145f5356c8d0cb + RNCAsyncStorage: 09fc8595e6d6f6d5abf16b23a56b257d9c6b7c5b + RNCClipboard: 3f0451a8100393908bea5c5c5b16f96d45f30bfc + RNCMaskedView: 949696f25ec596bfc697fc88e6f95cf0c79669b6 + RNCPicker: 0bc2f0a29abcca7b7ed44a2d036aac9ab6d25700 + RNDeviceInfo: 468a7cd19ad2b6697bab25c8baebf22c0603cb7c + RNFlashList: ade81b4e928ebd585dd492014d40fb8d0e848aab RNGestureHandler: 071d7a9ad81e8b83fe7663b303d132406a7d8f39 - RNReanimated: 6668b0587bebd4b15dd849b99e5a9c70fc12ed95 + RNReanimated: bec7736122a268883bdede07f1bf9cf4b40158db RNScreens: ea4cd3a853063cda19a4e3c28d2e52180c80f4eb - RNSVG: 53c661b76829783cdaf9b7a57258f3d3b4c28315 + RNSVG: 80584470ff1ffc7994923ea135a3e5ad825546b9 RNSyanImagePicker: 5c650d33f16f7cd59c47d9269f6c4856b30d7616 - SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608 + SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 TZImagePickerController: e9909edbadf7381140efc5b5c9f5bdbfd630f7d4 - Yoga: 92d086bb705a41cc588599b51db726ba7b1d341c + Yoga: 56413d530d1808044600320ced5baa883acedc44 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a - ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb + ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5 -PODFILE CHECKSUM: 33c6b5e10c0d29609f5a0d4e9eed3341df22dc9b +PODFILE CHECKSUM: 749dbd3abd091e5a4c26d2aee581527e8f678d36 -COCOAPODS: 1.11.3 +COCOAPODS: 1.14.2 diff --git a/ios/taroDemo.xcodeproj/project.pbxproj b/ios/taroDemo.xcodeproj/project.pbxproj index 1a83f91e..58f3be17 100644 --- a/ios/taroDemo.xcodeproj/project.pbxproj +++ b/ios/taroDemo.xcodeproj/project.pbxproj @@ -672,6 +672,7 @@ GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", + _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION, ); GCC_SYMBOLS_PRIVATE_EXTERN = NO; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; @@ -698,6 +699,11 @@ "-DFOLLY_MOBILE=1", "-DFOLLY_USE_LIBCPP=1", ); + OTHER_LDFLAGS = ( + "$(inherited)", + "-Wl", + "-ld_classic", + ); REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; }; @@ -739,6 +745,10 @@ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_NO_COMMON_BLOCKS = YES; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION, + ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; @@ -762,6 +772,11 @@ "-DFOLLY_MOBILE=1", "-DFOLLY_USE_LIBCPP=1", ); + OTHER_LDFLAGS = ( + "$(inherited)", + "-Wl", + "-ld_classic", + ); REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES; diff --git a/metro.config.js b/metro.config.js index c9bd1974..1d818679 100644 --- a/metro.config.js +++ b/metro.config.js @@ -1,7 +1,10 @@ const { mergeConfig } = require('metro-config') const { getMetroConfig } = require('@tarojs/rn-supporter') -module.exports = mergeConfig({ + +module.exports = (async function (){ + return mergeConfig({ // custom your metro config here // https://facebook.github.io/metro/docs/configuration - resolver: {} -}, getMetroConfig()) \ No newline at end of file + resolver: {} + }, await getMetroConfig()) +})() \ No newline at end of file diff --git a/package.json b/package.json index b3896cfe..dff4c75f 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@react-native-community/slider": "~4.3.2", "@react-native-masked-view/masked-view": "~0.2.7", "@react-native-picker/picker": "~2.4.2", - "@shopify/flash-list": "^1.3.1", + "@shopify/flash-list": "~1.4.1", "@shopify/react-native-skia": "^0.1.197", "@tarojs/components": "3.6.18", "@tarojs/components-rn": "3.6.18", @@ -100,7 +100,7 @@ "react-native-pager-view": "~6.0.1", "react-native-reanimated": "^2.12.0", "react-native-safe-area-context": "~4.4.1", - "react-native-screens": "^3.18.2", + "react-native-screens": "~3.19.0", "react-native-splash-screen": "^3.2.0", "react-native-svg": "~13.10.0", "react-native-syan-image-picker": "0.5.3", @@ -133,6 +133,8 @@ "webpack": "5.69.0" }, "resolutions": { - "react-native-svg": "~13.10.0" + "react-native-screens": "~3.19.0", + "react-native-svg": "~13.10.0", + "metro-react-native-babel-preset": "0.72.4" } } diff --git a/yarn.lock b/yarn.lock index 4fa22fac..2c56a72a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3205,10 +3205,10 @@ component-type "^1.2.1" join-component "^1.1.0" -"@shopify/flash-list@^1.3.1": - version "1.6.2" - resolved "https://registry.yarnpkg.com/@shopify/flash-list/-/flash-list-1.6.2.tgz#5e10e3659fe95dba3f50d595f45b990b31dff55e" - integrity sha512-8wcri0z/6Skv9y0bDOOVERMEoi+51saNSAMMRXmImJKgWb/jSI1FJeUSlzrw+RLUlgKndwcwVlqFvPuX5xpq8g== +"@shopify/flash-list@~1.4.1": + version "1.4.3" + resolved "https://registry.yarnpkg.com/@shopify/flash-list/-/flash-list-1.4.3.tgz#b7a4fe03d64f3c5ce9646859b49b9d95307f203d" + integrity sha512-jtIReAbwWzYBV0dQ6Io9wBX+pD0C4qQFMrb5/fkEvX8PYDgBl5KRYvpfr9WLLj8CV2Jsn1X0mYOsB+ysWrI/8g== dependencies: recyclerlistview "4.2.0" tslib "2.4.0" @@ -6856,9 +6856,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30000864, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001538, caniuse-lite@^1.0.30001541: - version "1.0.30001554" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001554.tgz#ba80d88dff9acbc0cd4b7535fc30e0191c5e2e2a" - integrity sha512-A2E3U//MBwbJVzebddm1YfNp7Nud5Ip+IPn4BozBmn4KqVX7AvluoIDFWjsv5OkGnKUXQVmMSoMKLa3ScCblcQ== + version "1.0.30001558" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001558.tgz#d2c6e21fdbfe83817f70feab902421a19b7983ee" + integrity sha512-/Et7DwLqpjS47JPEcz6VnxU9PwcIdVi0ciLXRWBQdj1XFye68pSQYpV0QtPTfUKWuOaEig+/Vez2l74eDc1tPQ== canvaskit-wasm@0.38.2: version "0.38.2" @@ -8516,9 +8516,9 @@ ejs@^3.1.8: jake "^10.8.5" electron-to-chromium@^1.3.47, electron-to-chromium@^1.4.535: - version "1.4.568" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.568.tgz#6ab444e120dd7fd9c3789eac54d3132b6cfcd0f9" - integrity sha512-3TCOv8+BY6Ltpt1/CmGBMups2IdKOyfEmz4J8yIS4xLSeMm0Rf+psSaxLuswG9qMKt+XbNbmADybtXGpTFlbDg== + version "1.4.569" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.569.tgz#1298b67727187ffbaac005a7425490d157f3ad03" + integrity sha512-LsrJjZ0IbVy12ApW3gpYpcmHS3iRxH4bkKOW98y1/D+3cvDUWGcbzbsFinfUS8knpcZk/PG/2p/RnkMCYN7PVg== emoji-regex@^8.0.0: version "8.0.0" @@ -9958,9 +9958,9 @@ flatted@^3.2.9: integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ== flow-parser@0.*: - version "0.219.5" - resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.219.5.tgz#bff08036bd8f2aa7ebfd54a580dc418e37bc9c0e" - integrity sha512-lHx/cl2XjopBx/ma9RYhG7FGj2JLKacoBwtI3leOp8AwRDPGwu6bzJoaCMfIl/sq14KdtY5MGzd5q6nKfGzcuQ== + version "0.220.0" + resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.220.0.tgz#de184e9da22b47ead09cf40ab4e781a17149017d" + integrity sha512-Fks+nOCqhorp4NpAtAxf09UaR/9xDf3AnU1UkWczmpneoHh06Y3AoEA4tIe2HbYrOHT9JArUgDZpCFhP4clo1A== flow-parser@^0.121.0: version "0.121.0" @@ -13228,52 +13228,7 @@ metro-minify-uglify@0.72.4: dependencies: uglify-es "^3.1.9" -metro-react-native-babel-preset@0.72.3: - version "0.72.3" - resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.72.3.tgz#e549199fa310fef34364fdf19bd210afd0c89432" - integrity sha512-uJx9y/1NIqoYTp6ZW1osJ7U5ZrXGAJbOQ/Qzl05BdGYvN1S7Qmbzid6xOirgK0EIT0pJKEEh1s8qbassYZe4cw== - dependencies: - "@babel/core" "^7.14.0" - "@babel/plugin-proposal-async-generator-functions" "^7.0.0" - "@babel/plugin-proposal-class-properties" "^7.0.0" - "@babel/plugin-proposal-export-default-from" "^7.0.0" - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0" - "@babel/plugin-proposal-object-rest-spread" "^7.0.0" - "@babel/plugin-proposal-optional-catch-binding" "^7.0.0" - "@babel/plugin-proposal-optional-chaining" "^7.0.0" - "@babel/plugin-syntax-dynamic-import" "^7.0.0" - "@babel/plugin-syntax-export-default-from" "^7.0.0" - "@babel/plugin-syntax-flow" "^7.2.0" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0" - "@babel/plugin-syntax-optional-chaining" "^7.0.0" - "@babel/plugin-transform-arrow-functions" "^7.0.0" - "@babel/plugin-transform-async-to-generator" "^7.0.0" - "@babel/plugin-transform-block-scoping" "^7.0.0" - "@babel/plugin-transform-classes" "^7.0.0" - "@babel/plugin-transform-computed-properties" "^7.0.0" - "@babel/plugin-transform-destructuring" "^7.0.0" - "@babel/plugin-transform-exponentiation-operator" "^7.0.0" - "@babel/plugin-transform-flow-strip-types" "^7.0.0" - "@babel/plugin-transform-function-name" "^7.0.0" - "@babel/plugin-transform-literals" "^7.0.0" - "@babel/plugin-transform-modules-commonjs" "^7.0.0" - "@babel/plugin-transform-named-capturing-groups-regex" "^7.0.0" - "@babel/plugin-transform-parameters" "^7.0.0" - "@babel/plugin-transform-react-display-name" "^7.0.0" - "@babel/plugin-transform-react-jsx" "^7.0.0" - "@babel/plugin-transform-react-jsx-self" "^7.0.0" - "@babel/plugin-transform-react-jsx-source" "^7.0.0" - "@babel/plugin-transform-runtime" "^7.0.0" - "@babel/plugin-transform-shorthand-properties" "^7.0.0" - "@babel/plugin-transform-spread" "^7.0.0" - "@babel/plugin-transform-sticky-regex" "^7.0.0" - "@babel/plugin-transform-template-literals" "^7.0.0" - "@babel/plugin-transform-typescript" "^7.5.0" - "@babel/plugin-transform-unicode-regex" "^7.0.0" - "@babel/template" "^7.0.0" - react-refresh "^0.4.0" - -metro-react-native-babel-preset@0.72.4, metro-react-native-babel-preset@^0.72.1: +metro-react-native-babel-preset@0.72.3, metro-react-native-babel-preset@0.72.4, metro-react-native-babel-preset@^0.72.1: version "0.72.4" resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.72.4.tgz#2b320772d2489d1fb3a6413fc58dad13a56eea0e" integrity sha512-YGCVaYe1H5fOFktdDdL9IwAyiXjPh1t2eZZFp3KFJak6fxKpN+q5PPhe1kzMa77dbCAqgImv43zkfGa6i27eyA== @@ -15895,10 +15850,10 @@ react-native-safe-modules@^1.0.3: dependencies: dedent "^0.6.0" -react-native-screens@^3.18.2: - version "3.27.0" - resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.27.0.tgz#2ac39f78dee27df97d3b6fb11ebf8e5751aa986a" - integrity sha512-FzSUygZ7yLQyhDJZsl7wU68LwRpVtVdqOPWribmEU3Tf26FohFGGcfJx1D8lf2V2Teb8tI+IaLnXCKbyh2xffA== +react-native-screens@^3.18.2, react-native-screens@~3.19.0: + version "3.19.0" + resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.19.0.tgz#ec68685e04b074ebce4641b3a0ae7e2571629b75" + integrity sha512-Ehsmy7jr3H3j5pmN+/FqsAaIAD+k+xkcdePfLcg4rYRbN5X7fJPgaqhcmiCcZ0YxsU8ttsstP9IvRLNQuIkRRA== dependencies: react-freeze "^1.0.0" warn-once "^0.1.0" @@ -18587,14 +18542,14 @@ typescript@^4.1.0: integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== ua-parser-js@^0.7.18: - version "0.7.36" - resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.36.tgz#382c5d6fc09141b6541be2cae446ecfcec284db2" - integrity sha512-CPPLoCts2p7D8VbybttE3P2ylv0OBZEAy7a12DsulIEcAiMtWJy+PBgMXgWDI80D5UwqE8oQPHYnk13tm38M2Q== + version "0.7.37" + resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.37.tgz#e464e66dac2d33a7a1251d7d7a99d6157ec27832" + integrity sha512-xV8kqRKM+jhMvcHWUKthV9fNebIzrNy//2O9ZwWcfiBFR5f25XVZPLlEajk/sf3Ra15V92isyQqnIEXRDaZWEA== ua-parser-js@^1.0.35: - version "1.0.36" - resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.36.tgz#a9ab6b9bd3a8efb90bb0816674b412717b7c428c" - integrity sha512-znuyCIXzl8ciS3+y3fHJI/2OhQIXbXw9MWC/o3qwyR+RGppjZHrM27CGFSKCJXi2Kctiz537iOu2KnXs1lMQhw== + version "1.0.37" + resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.37.tgz#b5dc7b163a5c1f0c510b08446aed4da92c46373f" + integrity sha512-bhTyI94tZofjo+Dn8SN6Zv8nBDvyXTymAdM3LDI/0IboIUwTu1rEhW7v2TfiVsoYWgkQ4kOVqnI8APUFbIQIFQ== uglify-es@^3.1.9: version "3.3.9"