diff --git a/.eslintrc.js b/.eslintrc.js index b2c8258fd..3c1c0207d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -85,6 +85,7 @@ module.exports = { * - class Atom extends Component<{ children: ReactNode, onPress: () => void }> * - const Atom = ({ children, onPress }: { children: ReactNode; onPress: () => void }) => <> // Inferred JSX.Element * - const Atom: FC<{ onPress: () => void }> + * React 17 PropsWithChildren, now removed for generic P in React 18 */ '@typescript-eslint/no-unnecessary-type-arguments': 'off', '@typescript-eslint/no-unused-vars': [ diff --git a/.flowconfig b/.flowconfig index 975227dab..fff883f81 100644 --- a/.flowconfig +++ b/.flowconfig @@ -64,4 +64,5 @@ untyped-import untyped-type-import [version] -^0.170.0 +^0.176.3 + diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index cdc924120..0d4fac0ed 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -52,6 +52,16 @@ jobs: - name: Install all project dependencies run: yarn + + - name: Get and extract cmake-3.23.1-linux-x86_64.tar.gz to /usr/local/lib/android/sdk + run: | + wget https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-linux-x86_64.tar.gz + tar xzf cmake-3.23.1-linux-x86_64.tar.gz + rm -rf cmake-3.23.1-linux-x86_64.tar.gz + mkdir -p /usr/local/lib/android/sdk/cmake/3.22.1 + cp -rf cmake-3.23.1-linux-x86_64/* /usr/local/lib/android/sdk/cmake/3.22.1 + cd cmake-3.23.1-linux-x86_64 + ./bin/cmake --version # Avoid poisoned cache problems - name: Delete Android build pre-computed outputs diff --git a/.gitignore b/.gitignore index c04120b4a..9dd74ff0f 100755 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ DerivedData *.hmap *.ipa *.xcuserstate +ios/.xcode.env.local project.xcworkspace # Android/IntelliJ @@ -53,9 +54,10 @@ buck-out/ # For more information about the recommended setup visit: # https://docs.fastlane.tools/best-practices/source-control/ -*/fastlane/report.xml -*/fastlane/Preview.html -*/fastlane/screenshots +**/fastlane/report.xml +**/fastlane/Preview.html +**/fastlane/screenshots +**/fastlane/test_output # Bundle artifact *.jsbundle diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 000000000..a603bb50a --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.7.5 diff --git a/.yarn/cache/@ampproject-remapping-npm-2.0.2-096531ee73-5759df3715.zip b/.yarn/cache/@ampproject-remapping-npm-2.0.2-096531ee73-5759df3715.zip new file mode 100644 index 000000000..e7749cf11 Binary files /dev/null and b/.yarn/cache/@ampproject-remapping-npm-2.0.2-096531ee73-5759df3715.zip differ diff --git a/.yarn/cache/@babel-code-frame-npm-7.14.5-4dc9115988-0adbe4f8d9.zip b/.yarn/cache/@babel-code-frame-npm-7.14.5-4dc9115988-0adbe4f8d9.zip new file mode 100644 index 000000000..bb2dad8b6 Binary files /dev/null and b/.yarn/cache/@babel-code-frame-npm-7.14.5-4dc9115988-0adbe4f8d9.zip differ diff --git a/.yarn/cache/@babel-compat-data-npm-7.14.5-112dec2d45-19701d675f.zip b/.yarn/cache/@babel-compat-data-npm-7.14.5-112dec2d45-19701d675f.zip new file mode 100644 index 000000000..460876012 Binary files /dev/null and b/.yarn/cache/@babel-compat-data-npm-7.14.5-112dec2d45-19701d675f.zip differ diff --git a/.yarn/cache/@babel-compat-data-npm-7.16.4-9128f11195-4949ce54ea.zip b/.yarn/cache/@babel-compat-data-npm-7.16.4-9128f11195-4949ce54ea.zip new file mode 100644 index 000000000..cac055061 Binary files /dev/null and b/.yarn/cache/@babel-compat-data-npm-7.16.4-9128f11195-4949ce54ea.zip differ diff --git a/.yarn/cache/@babel-compat-data-npm-7.17.0-1bb3bfc963-fe5afaf529.zip b/.yarn/cache/@babel-compat-data-npm-7.17.0-1bb3bfc963-fe5afaf529.zip new file mode 100644 index 000000000..e5a584113 Binary files /dev/null and b/.yarn/cache/@babel-compat-data-npm-7.17.0-1bb3bfc963-fe5afaf529.zip differ diff --git a/.yarn/cache/@babel-core-npm-7.14.6-903c8775cb-6ede604d8d.zip b/.yarn/cache/@babel-core-npm-7.14.6-903c8775cb-6ede604d8d.zip new file mode 100644 index 000000000..64bb2ff6c Binary files /dev/null and b/.yarn/cache/@babel-core-npm-7.14.6-903c8775cb-6ede604d8d.zip differ diff --git a/.yarn/cache/@babel-core-npm-7.16.7-268c2eb3fa-3206e077e7.zip b/.yarn/cache/@babel-core-npm-7.16.7-268c2eb3fa-3206e077e7.zip new file mode 100644 index 000000000..2c5f39f1b Binary files /dev/null and b/.yarn/cache/@babel-core-npm-7.16.7-268c2eb3fa-3206e077e7.zip differ diff --git a/.yarn/cache/@babel-core-npm-7.17.0-9cfb18da55-b05ab50ee3.zip b/.yarn/cache/@babel-core-npm-7.17.0-9cfb18da55-b05ab50ee3.zip new file mode 100644 index 000000000..63caf6799 Binary files /dev/null and b/.yarn/cache/@babel-core-npm-7.17.0-9cfb18da55-b05ab50ee3.zip differ diff --git a/.yarn/cache/@babel-core-npm-7.17.2-bc12e43b41-68ab3459f4.zip b/.yarn/cache/@babel-core-npm-7.17.2-bc12e43b41-68ab3459f4.zip new file mode 100644 index 000000000..7de7fdebf Binary files /dev/null and b/.yarn/cache/@babel-core-npm-7.17.2-bc12e43b41-68ab3459f4.zip differ diff --git a/.yarn/cache/@babel-core-npm-7.17.5-bf5a0ca621-c5e7dddb4f.zip b/.yarn/cache/@babel-core-npm-7.17.5-bf5a0ca621-c5e7dddb4f.zip new file mode 100644 index 000000000..8d38076c4 Binary files /dev/null and b/.yarn/cache/@babel-core-npm-7.17.5-bf5a0ca621-c5e7dddb4f.zip differ diff --git a/.yarn/cache/@babel-generator-npm-7.14.5-296ef77bb1-7fcfeaf17e.zip b/.yarn/cache/@babel-generator-npm-7.14.5-296ef77bb1-7fcfeaf17e.zip new file mode 100644 index 000000000..c8c356529 Binary files /dev/null and b/.yarn/cache/@babel-generator-npm-7.14.5-296ef77bb1-7fcfeaf17e.zip differ diff --git a/.yarn/cache/@babel-generator-npm-7.14.8-0c0dcdd064-0fdec7e199.zip b/.yarn/cache/@babel-generator-npm-7.14.8-0c0dcdd064-0fdec7e199.zip new file mode 100644 index 000000000..52cd60b17 Binary files /dev/null and b/.yarn/cache/@babel-generator-npm-7.14.8-0c0dcdd064-0fdec7e199.zip differ diff --git a/.yarn/cache/@babel-generator-npm-7.15.0-5b452bffe0-ef227c4c39.zip b/.yarn/cache/@babel-generator-npm-7.15.0-5b452bffe0-ef227c4c39.zip new file mode 100644 index 000000000..e497b2ac7 Binary files /dev/null and b/.yarn/cache/@babel-generator-npm-7.15.0-5b452bffe0-ef227c4c39.zip differ diff --git a/.yarn/cache/@babel-generator-npm-7.16.7-3cf12729b6-20c6a7c5e3.zip b/.yarn/cache/@babel-generator-npm-7.16.7-3cf12729b6-20c6a7c5e3.zip new file mode 100644 index 000000000..2de87f275 Binary files /dev/null and b/.yarn/cache/@babel-generator-npm-7.16.7-3cf12729b6-20c6a7c5e3.zip differ diff --git a/.yarn/cache/@babel-generator-npm-7.17.0-8120b22251-2987dbebb4.zip b/.yarn/cache/@babel-generator-npm-7.17.0-8120b22251-2987dbebb4.zip new file mode 100644 index 000000000..666667416 Binary files /dev/null and b/.yarn/cache/@babel-generator-npm-7.17.0-8120b22251-2987dbebb4.zip differ diff --git a/.yarn/cache/@babel-generator-npm-7.17.3-b206625c17-ddf70e3489.zip b/.yarn/cache/@babel-generator-npm-7.17.3-b206625c17-ddf70e3489.zip new file mode 100644 index 000000000..a6edcec2a Binary files /dev/null and b/.yarn/cache/@babel-generator-npm-7.17.3-b206625c17-ddf70e3489.zip differ diff --git a/.yarn/cache/@babel-generator-npm-7.17.9-314134f0b2-afbdd4afbf.zip b/.yarn/cache/@babel-generator-npm-7.17.9-314134f0b2-afbdd4afbf.zip new file mode 100644 index 000000000..9e5c7d10c Binary files /dev/null and b/.yarn/cache/@babel-generator-npm-7.17.9-314134f0b2-afbdd4afbf.zip differ diff --git a/.yarn/cache/@babel-helper-annotate-as-pure-npm-7.14.5-28a60a464c-18cefedda6.zip b/.yarn/cache/@babel-helper-annotate-as-pure-npm-7.14.5-28a60a464c-18cefedda6.zip new file mode 100644 index 000000000..745a36f87 Binary files /dev/null and b/.yarn/cache/@babel-helper-annotate-as-pure-npm-7.14.5-28a60a464c-18cefedda6.zip differ diff --git a/.yarn/cache/@babel-helper-builder-binary-assignment-operator-visitor-npm-7.14.5-ac602ac461-0d3571edff.zip b/.yarn/cache/@babel-helper-builder-binary-assignment-operator-visitor-npm-7.14.5-ac602ac461-0d3571edff.zip new file mode 100644 index 000000000..ff64d66a7 Binary files /dev/null and b/.yarn/cache/@babel-helper-builder-binary-assignment-operator-visitor-npm-7.14.5-ac602ac461-0d3571edff.zip differ diff --git a/.yarn/cache/@babel-helper-compilation-targets-npm-7.14.5-6e863fed9a-02df2c6d1b.zip b/.yarn/cache/@babel-helper-compilation-targets-npm-7.14.5-6e863fed9a-02df2c6d1b.zip new file mode 100644 index 000000000..a85327e26 Binary files /dev/null and b/.yarn/cache/@babel-helper-compilation-targets-npm-7.14.5-6e863fed9a-02df2c6d1b.zip differ diff --git a/.yarn/cache/@babel-helper-compilation-targets-npm-7.16.7-8031641957-7238aaee78.zip b/.yarn/cache/@babel-helper-compilation-targets-npm-7.16.7-8031641957-7238aaee78.zip new file mode 100644 index 000000000..03a92c8e0 Binary files /dev/null and b/.yarn/cache/@babel-helper-compilation-targets-npm-7.16.7-8031641957-7238aaee78.zip differ diff --git a/.yarn/cache/@babel-helper-create-class-features-plugin-npm-7.14.6-93268c0dc2-9d9c3c6f46.zip b/.yarn/cache/@babel-helper-create-class-features-plugin-npm-7.14.6-93268c0dc2-9d9c3c6f46.zip new file mode 100644 index 000000000..3bbc01ce5 Binary files /dev/null and b/.yarn/cache/@babel-helper-create-class-features-plugin-npm-7.14.6-93268c0dc2-9d9c3c6f46.zip differ diff --git a/.yarn/cache/@babel-helper-create-regexp-features-plugin-npm-7.14.5-0e774b7831-c2636d0a6e.zip b/.yarn/cache/@babel-helper-create-regexp-features-plugin-npm-7.14.5-0e774b7831-c2636d0a6e.zip new file mode 100644 index 000000000..f72777d42 Binary files /dev/null and b/.yarn/cache/@babel-helper-create-regexp-features-plugin-npm-7.14.5-0e774b7831-c2636d0a6e.zip differ diff --git a/.yarn/cache/@babel-helper-explode-assignable-expression-npm-7.14.5-4233a6524b-f3b34c54ad.zip b/.yarn/cache/@babel-helper-explode-assignable-expression-npm-7.14.5-4233a6524b-f3b34c54ad.zip new file mode 100644 index 000000000..261991ecb Binary files /dev/null and b/.yarn/cache/@babel-helper-explode-assignable-expression-npm-7.14.5-4233a6524b-f3b34c54ad.zip differ diff --git a/.yarn/cache/@babel-helper-function-name-npm-7.14.5-5fe13634f6-fd8ffa82f7.zip b/.yarn/cache/@babel-helper-function-name-npm-7.14.5-5fe13634f6-fd8ffa82f7.zip new file mode 100644 index 000000000..b344cd2b9 Binary files /dev/null and b/.yarn/cache/@babel-helper-function-name-npm-7.14.5-5fe13634f6-fd8ffa82f7.zip differ diff --git a/.yarn/cache/@babel-helper-function-name-npm-7.16.7-aa24c7b296-fc77cbe7b1.zip b/.yarn/cache/@babel-helper-function-name-npm-7.16.7-aa24c7b296-fc77cbe7b1.zip new file mode 100644 index 000000000..3a05350f0 Binary files /dev/null and b/.yarn/cache/@babel-helper-function-name-npm-7.16.7-aa24c7b296-fc77cbe7b1.zip differ diff --git a/.yarn/cache/@babel-helper-get-function-arity-npm-7.14.5-e6a90e49c5-a60779918b.zip b/.yarn/cache/@babel-helper-get-function-arity-npm-7.14.5-e6a90e49c5-a60779918b.zip new file mode 100644 index 000000000..d87d69051 Binary files /dev/null and b/.yarn/cache/@babel-helper-get-function-arity-npm-7.14.5-e6a90e49c5-a60779918b.zip differ diff --git a/.yarn/cache/@babel-helper-get-function-arity-npm-7.16.7-987b1b1bed-25d969fb20.zip b/.yarn/cache/@babel-helper-get-function-arity-npm-7.16.7-987b1b1bed-25d969fb20.zip new file mode 100644 index 000000000..cf5b13d58 Binary files /dev/null and b/.yarn/cache/@babel-helper-get-function-arity-npm-7.16.7-987b1b1bed-25d969fb20.zip differ diff --git a/.yarn/cache/@babel-helper-hoist-variables-npm-7.14.5-e24b531b4d-35af58eebf.zip b/.yarn/cache/@babel-helper-hoist-variables-npm-7.14.5-e24b531b4d-35af58eebf.zip new file mode 100644 index 000000000..73e3e2393 Binary files /dev/null and b/.yarn/cache/@babel-helper-hoist-variables-npm-7.14.5-e24b531b4d-35af58eebf.zip differ diff --git a/.yarn/cache/@babel-helper-member-expression-to-functions-npm-7.14.5-3c6b23a39a-5acb23803b.zip b/.yarn/cache/@babel-helper-member-expression-to-functions-npm-7.14.5-3c6b23a39a-5acb23803b.zip new file mode 100644 index 000000000..00ccc8e94 Binary files /dev/null and b/.yarn/cache/@babel-helper-member-expression-to-functions-npm-7.14.5-3c6b23a39a-5acb23803b.zip differ diff --git a/.yarn/cache/@babel-helper-module-imports-npm-7.14.5-11d168065b-b982799086.zip b/.yarn/cache/@babel-helper-module-imports-npm-7.14.5-11d168065b-b982799086.zip new file mode 100644 index 000000000..62e043edf Binary files /dev/null and b/.yarn/cache/@babel-helper-module-imports-npm-7.14.5-11d168065b-b982799086.zip differ diff --git a/.yarn/cache/@babel-helper-module-transforms-npm-7.14.5-6e33b6adf7-f5d64c0242.zip b/.yarn/cache/@babel-helper-module-transforms-npm-7.14.5-6e33b6adf7-f5d64c0242.zip new file mode 100644 index 000000000..0750b93bb Binary files /dev/null and b/.yarn/cache/@babel-helper-module-transforms-npm-7.14.5-6e33b6adf7-f5d64c0242.zip differ diff --git a/.yarn/cache/@babel-helper-module-transforms-npm-7.16.7-4b3d4b8254-6e930ce776.zip b/.yarn/cache/@babel-helper-module-transforms-npm-7.16.7-4b3d4b8254-6e930ce776.zip new file mode 100644 index 000000000..bfba2f75c Binary files /dev/null and b/.yarn/cache/@babel-helper-module-transforms-npm-7.16.7-4b3d4b8254-6e930ce776.zip differ diff --git a/.yarn/cache/@babel-helper-optimise-call-expression-npm-7.14.5-9d0e7b0f83-c7af558c63.zip b/.yarn/cache/@babel-helper-optimise-call-expression-npm-7.14.5-9d0e7b0f83-c7af558c63.zip new file mode 100644 index 000000000..73faee161 Binary files /dev/null and b/.yarn/cache/@babel-helper-optimise-call-expression-npm-7.14.5-9d0e7b0f83-c7af558c63.zip differ diff --git a/.yarn/cache/@babel-helper-plugin-utils-npm-7.14.5-e35eef11cb-fe20e90a24.zip b/.yarn/cache/@babel-helper-plugin-utils-npm-7.14.5-e35eef11cb-fe20e90a24.zip new file mode 100644 index 000000000..47da22422 Binary files /dev/null and b/.yarn/cache/@babel-helper-plugin-utils-npm-7.14.5-e35eef11cb-fe20e90a24.zip differ diff --git a/.yarn/cache/@babel-helper-remap-async-to-generator-npm-7.14.5-1042fbae6e-022594a15c.zip b/.yarn/cache/@babel-helper-remap-async-to-generator-npm-7.14.5-1042fbae6e-022594a15c.zip new file mode 100644 index 000000000..4411aaca5 Binary files /dev/null and b/.yarn/cache/@babel-helper-remap-async-to-generator-npm-7.14.5-1042fbae6e-022594a15c.zip differ diff --git a/.yarn/cache/@babel-helper-replace-supers-npm-7.14.5-871214921c-35d33cfe47.zip b/.yarn/cache/@babel-helper-replace-supers-npm-7.14.5-871214921c-35d33cfe47.zip new file mode 100644 index 000000000..8112e66d4 Binary files /dev/null and b/.yarn/cache/@babel-helper-replace-supers-npm-7.14.5-871214921c-35d33cfe47.zip differ diff --git a/.yarn/cache/@babel-helper-simple-access-npm-7.14.5-fbcf0c968b-cd795416bd.zip b/.yarn/cache/@babel-helper-simple-access-npm-7.14.5-fbcf0c968b-cd795416bd.zip new file mode 100644 index 000000000..9342fae55 Binary files /dev/null and b/.yarn/cache/@babel-helper-simple-access-npm-7.14.5-fbcf0c968b-cd795416bd.zip differ diff --git a/.yarn/cache/@babel-helper-simple-access-npm-7.16.7-c4dfb1f5e7-8d22c46c5e.zip b/.yarn/cache/@babel-helper-simple-access-npm-7.16.7-c4dfb1f5e7-8d22c46c5e.zip new file mode 100644 index 000000000..370119b9d Binary files /dev/null and b/.yarn/cache/@babel-helper-simple-access-npm-7.16.7-c4dfb1f5e7-8d22c46c5e.zip differ diff --git a/.yarn/cache/@babel-helper-skip-transparent-expression-wrappers-npm-7.14.5-59f8d34eeb-d16937eb08.zip b/.yarn/cache/@babel-helper-skip-transparent-expression-wrappers-npm-7.14.5-59f8d34eeb-d16937eb08.zip new file mode 100644 index 000000000..4af9e4134 Binary files /dev/null and b/.yarn/cache/@babel-helper-skip-transparent-expression-wrappers-npm-7.14.5-59f8d34eeb-d16937eb08.zip differ diff --git a/.yarn/cache/@babel-helper-split-export-declaration-npm-7.14.5-193bcc5a6e-93437025a3.zip b/.yarn/cache/@babel-helper-split-export-declaration-npm-7.14.5-193bcc5a6e-93437025a3.zip new file mode 100644 index 000000000..50d908f16 Binary files /dev/null and b/.yarn/cache/@babel-helper-split-export-declaration-npm-7.14.5-193bcc5a6e-93437025a3.zip differ diff --git a/.yarn/cache/@babel-helper-validator-identifier-npm-7.14.5-d29d30a813-6366bceab4.zip b/.yarn/cache/@babel-helper-validator-identifier-npm-7.14.5-d29d30a813-6366bceab4.zip new file mode 100644 index 000000000..704ff08be Binary files /dev/null and b/.yarn/cache/@babel-helper-validator-identifier-npm-7.14.5-d29d30a813-6366bceab4.zip differ diff --git a/.yarn/cache/@babel-helper-validator-identifier-npm-7.14.8-8fe0f53a2e-f21ad9a9f0.zip b/.yarn/cache/@babel-helper-validator-identifier-npm-7.14.8-8fe0f53a2e-f21ad9a9f0.zip new file mode 100644 index 000000000..e7f07363f Binary files /dev/null and b/.yarn/cache/@babel-helper-validator-identifier-npm-7.14.8-8fe0f53a2e-f21ad9a9f0.zip differ diff --git a/.yarn/cache/@babel-helper-validator-identifier-npm-7.14.9-d7bb91b6de-58552531a7.zip b/.yarn/cache/@babel-helper-validator-identifier-npm-7.14.9-d7bb91b6de-58552531a7.zip new file mode 100644 index 000000000..3f9789e4d Binary files /dev/null and b/.yarn/cache/@babel-helper-validator-identifier-npm-7.14.9-d7bb91b6de-58552531a7.zip differ diff --git a/.yarn/cache/@babel-helper-validator-option-npm-7.14.5-fd38dcf0bc-1b25c34a5c.zip b/.yarn/cache/@babel-helper-validator-option-npm-7.14.5-fd38dcf0bc-1b25c34a5c.zip new file mode 100644 index 000000000..2587e741a Binary files /dev/null and b/.yarn/cache/@babel-helper-validator-option-npm-7.14.5-fd38dcf0bc-1b25c34a5c.zip differ diff --git a/.yarn/cache/@babel-helper-wrap-function-npm-7.14.5-af71ac83f3-d5c4bec023.zip b/.yarn/cache/@babel-helper-wrap-function-npm-7.14.5-af71ac83f3-d5c4bec023.zip new file mode 100644 index 000000000..e8a3e0edb Binary files /dev/null and b/.yarn/cache/@babel-helper-wrap-function-npm-7.14.5-af71ac83f3-d5c4bec023.zip differ diff --git a/.yarn/cache/@babel-helpers-npm-7.14.6-98a6c32cb0-fe4e73975b.zip b/.yarn/cache/@babel-helpers-npm-7.14.6-98a6c32cb0-fe4e73975b.zip new file mode 100644 index 000000000..2e9370c36 Binary files /dev/null and b/.yarn/cache/@babel-helpers-npm-7.14.6-98a6c32cb0-fe4e73975b.zip differ diff --git a/.yarn/cache/@babel-helpers-npm-7.16.7-69d23ddac5-75504c76b6.zip b/.yarn/cache/@babel-helpers-npm-7.16.7-69d23ddac5-75504c76b6.zip new file mode 100644 index 000000000..c4da9180e Binary files /dev/null and b/.yarn/cache/@babel-helpers-npm-7.16.7-69d23ddac5-75504c76b6.zip differ diff --git a/.yarn/cache/@babel-helpers-npm-7.17.0-352eb44297-fed0b0d8fe.zip b/.yarn/cache/@babel-helpers-npm-7.17.0-352eb44297-fed0b0d8fe.zip new file mode 100644 index 000000000..f8231881d Binary files /dev/null and b/.yarn/cache/@babel-helpers-npm-7.17.0-352eb44297-fed0b0d8fe.zip differ diff --git a/.yarn/cache/@babel-helpers-npm-7.17.2-b6e9f47d4d-5fa06bbf59.zip b/.yarn/cache/@babel-helpers-npm-7.17.2-b6e9f47d4d-5fa06bbf59.zip new file mode 100644 index 000000000..be2883611 Binary files /dev/null and b/.yarn/cache/@babel-helpers-npm-7.17.2-b6e9f47d4d-5fa06bbf59.zip differ diff --git a/.yarn/cache/@babel-highlight-npm-7.14.5-4a18106cbc-4e4b22fb88.zip b/.yarn/cache/@babel-highlight-npm-7.14.5-4a18106cbc-4e4b22fb88.zip new file mode 100644 index 000000000..e436f35fc Binary files /dev/null and b/.yarn/cache/@babel-highlight-npm-7.14.5-4a18106cbc-4e4b22fb88.zip differ diff --git a/.yarn/cache/@babel-parser-npm-7.14.6-c6c1f6245c-104482e079.zip b/.yarn/cache/@babel-parser-npm-7.14.6-c6c1f6245c-104482e079.zip new file mode 100644 index 000000000..d314d5354 Binary files /dev/null and b/.yarn/cache/@babel-parser-npm-7.14.6-c6c1f6245c-104482e079.zip differ diff --git a/.yarn/cache/@babel-parser-npm-7.14.8-60d5513314-9e532b2bbe.zip b/.yarn/cache/@babel-parser-npm-7.14.8-60d5513314-9e532b2bbe.zip new file mode 100644 index 000000000..5f6e0e7c9 Binary files /dev/null and b/.yarn/cache/@babel-parser-npm-7.14.8-60d5513314-9e532b2bbe.zip differ diff --git a/.yarn/cache/@babel-parser-npm-7.15.3-8a396303bd-4b9ba7e8ff.zip b/.yarn/cache/@babel-parser-npm-7.15.3-8a396303bd-4b9ba7e8ff.zip new file mode 100644 index 000000000..91d1e810a Binary files /dev/null and b/.yarn/cache/@babel-parser-npm-7.15.3-8a396303bd-4b9ba7e8ff.zip differ diff --git a/.yarn/cache/@babel-parser-npm-7.16.7-276b590a17-e664ff1edd.zip b/.yarn/cache/@babel-parser-npm-7.16.7-276b590a17-e664ff1edd.zip new file mode 100644 index 000000000..c51f144e7 Binary files /dev/null and b/.yarn/cache/@babel-parser-npm-7.16.7-276b590a17-e664ff1edd.zip differ diff --git a/.yarn/cache/@babel-parser-npm-7.17.0-e1dff7f554-d0ac5ffba0.zip b/.yarn/cache/@babel-parser-npm-7.17.0-e1dff7f554-d0ac5ffba0.zip new file mode 100644 index 000000000..98e8f3370 Binary files /dev/null and b/.yarn/cache/@babel-parser-npm-7.17.0-e1dff7f554-d0ac5ffba0.zip differ diff --git a/.yarn/cache/@babel-parser-npm-7.17.3-1c3b6747e0-311869baef.zip b/.yarn/cache/@babel-parser-npm-7.17.3-1c3b6747e0-311869baef.zip new file mode 100644 index 000000000..0fbe1bc59 Binary files /dev/null and b/.yarn/cache/@babel-parser-npm-7.17.3-1c3b6747e0-311869baef.zip differ diff --git a/.yarn/cache/@babel-parser-npm-7.17.9-c161ea59b5-ea59c985eb.zip b/.yarn/cache/@babel-parser-npm-7.17.9-c161ea59b5-ea59c985eb.zip new file mode 100644 index 000000000..275a7a175 Binary files /dev/null and b/.yarn/cache/@babel-parser-npm-7.17.9-c161ea59b5-ea59c985eb.zip differ diff --git a/.yarn/cache/@babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-npm-7.14.5-99fd4de6ae-17331fd4c1.zip b/.yarn/cache/@babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-npm-7.14.5-99fd4de6ae-17331fd4c1.zip new file mode 100644 index 000000000..cd87341e3 Binary files /dev/null and b/.yarn/cache/@babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining-npm-7.14.5-99fd4de6ae-17331fd4c1.zip differ diff --git a/.yarn/cache/@babel-plugin-proposal-async-generator-functions-npm-7.14.5-1ed7eaa42a-25e7a7f59d.zip b/.yarn/cache/@babel-plugin-proposal-async-generator-functions-npm-7.14.5-1ed7eaa42a-25e7a7f59d.zip new file mode 100644 index 000000000..f358d1a70 Binary files /dev/null and b/.yarn/cache/@babel-plugin-proposal-async-generator-functions-npm-7.14.5-1ed7eaa42a-25e7a7f59d.zip differ diff --git a/.yarn/cache/@babel-plugin-proposal-class-properties-npm-7.14.5-c4f378db3a-fe2aa0a44f.zip b/.yarn/cache/@babel-plugin-proposal-class-properties-npm-7.14.5-c4f378db3a-fe2aa0a44f.zip new file mode 100644 index 000000000..fe0e0ace5 Binary files /dev/null and b/.yarn/cache/@babel-plugin-proposal-class-properties-npm-7.14.5-c4f378db3a-fe2aa0a44f.zip differ diff --git a/.yarn/cache/@babel-plugin-proposal-class-static-block-npm-7.14.5-bcc54756fb-0275d0643d.zip b/.yarn/cache/@babel-plugin-proposal-class-static-block-npm-7.14.5-bcc54756fb-0275d0643d.zip new file mode 100644 index 000000000..78a08e826 Binary files /dev/null and b/.yarn/cache/@babel-plugin-proposal-class-static-block-npm-7.14.5-bcc54756fb-0275d0643d.zip differ diff --git a/.yarn/cache/@babel-plugin-proposal-dynamic-import-npm-7.14.5-94d0dd1d6f-47be4b5f88.zip b/.yarn/cache/@babel-plugin-proposal-dynamic-import-npm-7.14.5-94d0dd1d6f-47be4b5f88.zip new file mode 100644 index 000000000..410ace101 Binary files /dev/null and b/.yarn/cache/@babel-plugin-proposal-dynamic-import-npm-7.14.5-94d0dd1d6f-47be4b5f88.zip differ diff --git a/.yarn/cache/@babel-plugin-proposal-export-default-from-npm-7.14.5-95d54ee5f2-706f22a67b.zip b/.yarn/cache/@babel-plugin-proposal-export-default-from-npm-7.14.5-95d54ee5f2-706f22a67b.zip new file mode 100644 index 000000000..36f153da9 Binary files /dev/null and b/.yarn/cache/@babel-plugin-proposal-export-default-from-npm-7.14.5-95d54ee5f2-706f22a67b.zip differ diff --git a/.yarn/cache/@babel-plugin-proposal-export-namespace-from-npm-7.14.5-1539317bc6-b3f4e0cc19.zip b/.yarn/cache/@babel-plugin-proposal-export-namespace-from-npm-7.14.5-1539317bc6-b3f4e0cc19.zip new file mode 100644 index 000000000..75126b151 Binary files /dev/null and b/.yarn/cache/@babel-plugin-proposal-export-namespace-from-npm-7.14.5-1539317bc6-b3f4e0cc19.zip differ diff --git a/.yarn/cache/@babel-plugin-proposal-json-strings-npm-7.14.5-07f111ee28-51dafe7023.zip b/.yarn/cache/@babel-plugin-proposal-json-strings-npm-7.14.5-07f111ee28-51dafe7023.zip new file mode 100644 index 000000000..be000db2c Binary files /dev/null and b/.yarn/cache/@babel-plugin-proposal-json-strings-npm-7.14.5-07f111ee28-51dafe7023.zip differ diff --git a/.yarn/cache/@babel-plugin-proposal-logical-assignment-operators-npm-7.14.5-fac491fe8d-08b6dbc991.zip b/.yarn/cache/@babel-plugin-proposal-logical-assignment-operators-npm-7.14.5-fac491fe8d-08b6dbc991.zip new file mode 100644 index 000000000..640776a62 Binary files /dev/null and b/.yarn/cache/@babel-plugin-proposal-logical-assignment-operators-npm-7.14.5-fac491fe8d-08b6dbc991.zip differ diff --git a/.yarn/cache/@babel-plugin-proposal-nullish-coalescing-operator-npm-7.14.5-f47974419f-033d9483c2.zip b/.yarn/cache/@babel-plugin-proposal-nullish-coalescing-operator-npm-7.14.5-f47974419f-033d9483c2.zip new file mode 100644 index 000000000..61db6e32f Binary files /dev/null and b/.yarn/cache/@babel-plugin-proposal-nullish-coalescing-operator-npm-7.14.5-f47974419f-033d9483c2.zip differ diff --git a/.yarn/cache/@babel-plugin-proposal-numeric-separator-npm-7.14.5-5dbb482582-22093297ec.zip b/.yarn/cache/@babel-plugin-proposal-numeric-separator-npm-7.14.5-5dbb482582-22093297ec.zip new file mode 100644 index 000000000..5919a8daf Binary files /dev/null and b/.yarn/cache/@babel-plugin-proposal-numeric-separator-npm-7.14.5-5dbb482582-22093297ec.zip differ diff --git a/.yarn/cache/@babel-plugin-proposal-object-rest-spread-npm-7.14.5-a51d6c6950-bbb37168d5.zip b/.yarn/cache/@babel-plugin-proposal-object-rest-spread-npm-7.14.5-a51d6c6950-bbb37168d5.zip new file mode 100644 index 000000000..35e30602c Binary files /dev/null and b/.yarn/cache/@babel-plugin-proposal-object-rest-spread-npm-7.14.5-a51d6c6950-bbb37168d5.zip differ diff --git a/.yarn/cache/@babel-plugin-proposal-optional-catch-binding-npm-7.14.5-6e93b6f5f4-f9c1b2b34f.zip b/.yarn/cache/@babel-plugin-proposal-optional-catch-binding-npm-7.14.5-6e93b6f5f4-f9c1b2b34f.zip new file mode 100644 index 000000000..45c70f2b1 Binary files /dev/null and b/.yarn/cache/@babel-plugin-proposal-optional-catch-binding-npm-7.14.5-6e93b6f5f4-f9c1b2b34f.zip differ diff --git a/.yarn/cache/@babel-plugin-proposal-optional-chaining-npm-7.14.5-0a1af66b08-9e39e20d16.zip b/.yarn/cache/@babel-plugin-proposal-optional-chaining-npm-7.14.5-0a1af66b08-9e39e20d16.zip new file mode 100644 index 000000000..9701f0846 Binary files /dev/null and b/.yarn/cache/@babel-plugin-proposal-optional-chaining-npm-7.14.5-0a1af66b08-9e39e20d16.zip differ diff --git a/.yarn/cache/@babel-plugin-proposal-private-methods-npm-7.14.5-160df10ab9-badacc1d68.zip b/.yarn/cache/@babel-plugin-proposal-private-methods-npm-7.14.5-160df10ab9-badacc1d68.zip new file mode 100644 index 000000000..39aafa86b Binary files /dev/null and b/.yarn/cache/@babel-plugin-proposal-private-methods-npm-7.14.5-160df10ab9-badacc1d68.zip differ diff --git a/.yarn/cache/@babel-plugin-proposal-private-property-in-object-npm-7.14.5-27ac7f31a4-a11da6a52e.zip b/.yarn/cache/@babel-plugin-proposal-private-property-in-object-npm-7.14.5-27ac7f31a4-a11da6a52e.zip new file mode 100644 index 000000000..8e7697de2 Binary files /dev/null and b/.yarn/cache/@babel-plugin-proposal-private-property-in-object-npm-7.14.5-27ac7f31a4-a11da6a52e.zip differ diff --git a/.yarn/cache/@babel-plugin-proposal-unicode-property-regex-npm-7.14.5-d36f372112-58bd3277a9.zip b/.yarn/cache/@babel-plugin-proposal-unicode-property-regex-npm-7.14.5-d36f372112-58bd3277a9.zip new file mode 100644 index 000000000..f00c94099 Binary files /dev/null and b/.yarn/cache/@babel-plugin-proposal-unicode-property-regex-npm-7.14.5-d36f372112-58bd3277a9.zip differ diff --git a/.yarn/cache/@babel-plugin-syntax-export-default-from-npm-7.14.5-ab7f8c8ffd-c480fad64a.zip b/.yarn/cache/@babel-plugin-syntax-export-default-from-npm-7.14.5-ab7f8c8ffd-c480fad64a.zip new file mode 100644 index 000000000..31e6eb578 Binary files /dev/null and b/.yarn/cache/@babel-plugin-syntax-export-default-from-npm-7.14.5-ab7f8c8ffd-c480fad64a.zip differ diff --git a/.yarn/cache/@babel-plugin-syntax-flow-npm-7.14.5-0caf4ec52e-ba6c813259.zip b/.yarn/cache/@babel-plugin-syntax-flow-npm-7.14.5-0caf4ec52e-ba6c813259.zip new file mode 100644 index 000000000..5adf79d63 Binary files /dev/null and b/.yarn/cache/@babel-plugin-syntax-flow-npm-7.14.5-0caf4ec52e-ba6c813259.zip differ diff --git a/.yarn/cache/@babel-plugin-syntax-jsx-npm-7.14.5-14192e29dd-3a2ba87534.zip b/.yarn/cache/@babel-plugin-syntax-jsx-npm-7.14.5-14192e29dd-3a2ba87534.zip new file mode 100644 index 000000000..f884ff8e4 Binary files /dev/null and b/.yarn/cache/@babel-plugin-syntax-jsx-npm-7.14.5-14192e29dd-3a2ba87534.zip differ diff --git a/.yarn/cache/@babel-plugin-syntax-typescript-npm-7.14.5-78c2a6af3a-5447d13b31.zip b/.yarn/cache/@babel-plugin-syntax-typescript-npm-7.14.5-78c2a6af3a-5447d13b31.zip new file mode 100644 index 000000000..12eb5da61 Binary files /dev/null and b/.yarn/cache/@babel-plugin-syntax-typescript-npm-7.14.5-78c2a6af3a-5447d13b31.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-arrow-functions-npm-7.14.5-e2aa975bf4-126196ea01.zip b/.yarn/cache/@babel-plugin-transform-arrow-functions-npm-7.14.5-e2aa975bf4-126196ea01.zip new file mode 100644 index 000000000..a44f78ee4 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-arrow-functions-npm-7.14.5-e2aa975bf4-126196ea01.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-async-to-generator-npm-7.14.5-e1f5d64141-4c47016c5f.zip b/.yarn/cache/@babel-plugin-transform-async-to-generator-npm-7.14.5-e1f5d64141-4c47016c5f.zip new file mode 100644 index 000000000..0f718a1ba Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-async-to-generator-npm-7.14.5-e1f5d64141-4c47016c5f.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-block-scoped-functions-npm-7.14.5-00185d1841-9994d9f107.zip b/.yarn/cache/@babel-plugin-transform-block-scoped-functions-npm-7.14.5-00185d1841-9994d9f107.zip new file mode 100644 index 000000000..0a4fd22b9 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-block-scoped-functions-npm-7.14.5-00185d1841-9994d9f107.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-block-scoping-npm-7.14.5-83d58d4763-d317d636d0.zip b/.yarn/cache/@babel-plugin-transform-block-scoping-npm-7.14.5-83d58d4763-d317d636d0.zip new file mode 100644 index 000000000..9ccfa9649 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-block-scoping-npm-7.14.5-83d58d4763-d317d636d0.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-classes-npm-7.14.5-b16351b6c1-42fc333a0d.zip b/.yarn/cache/@babel-plugin-transform-classes-npm-7.14.5-b16351b6c1-42fc333a0d.zip new file mode 100644 index 000000000..5825ff9ad Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-classes-npm-7.14.5-b16351b6c1-42fc333a0d.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-computed-properties-npm-7.14.5-8751978a79-87bd4c4625.zip b/.yarn/cache/@babel-plugin-transform-computed-properties-npm-7.14.5-8751978a79-87bd4c4625.zip new file mode 100644 index 000000000..c206248c6 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-computed-properties-npm-7.14.5-8751978a79-87bd4c4625.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-destructuring-npm-7.14.5-aa93286d0c-de84180c4f.zip b/.yarn/cache/@babel-plugin-transform-destructuring-npm-7.14.5-aa93286d0c-de84180c4f.zip new file mode 100644 index 000000000..299d90a27 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-destructuring-npm-7.14.5-aa93286d0c-de84180c4f.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-dotall-regex-npm-7.14.5-c2010d2608-4da3dac958.zip b/.yarn/cache/@babel-plugin-transform-dotall-regex-npm-7.14.5-c2010d2608-4da3dac958.zip new file mode 100644 index 000000000..bbff8f16c Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-dotall-regex-npm-7.14.5-c2010d2608-4da3dac958.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-duplicate-keys-npm-7.14.5-6f8a6586c0-c6c951d2f7.zip b/.yarn/cache/@babel-plugin-transform-duplicate-keys-npm-7.14.5-6f8a6586c0-c6c951d2f7.zip new file mode 100644 index 000000000..c8a6e65a9 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-duplicate-keys-npm-7.14.5-6f8a6586c0-c6c951d2f7.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-exponentiation-operator-npm-7.14.5-441700f070-7588a582d0.zip b/.yarn/cache/@babel-plugin-transform-exponentiation-operator-npm-7.14.5-441700f070-7588a582d0.zip new file mode 100644 index 000000000..28e476a9e Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-exponentiation-operator-npm-7.14.5-441700f070-7588a582d0.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-flow-strip-types-npm-7.14.5-0470e6f1de-c1d6d0612e.zip b/.yarn/cache/@babel-plugin-transform-flow-strip-types-npm-7.14.5-0470e6f1de-c1d6d0612e.zip new file mode 100644 index 000000000..8183c6fd6 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-flow-strip-types-npm-7.14.5-0470e6f1de-c1d6d0612e.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-for-of-npm-7.14.5-730068169c-aeb76eb11d.zip b/.yarn/cache/@babel-plugin-transform-for-of-npm-7.14.5-730068169c-aeb76eb11d.zip new file mode 100644 index 000000000..8a250e2bf Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-for-of-npm-7.14.5-730068169c-aeb76eb11d.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-function-name-npm-7.14.5-e944ad9635-3db2fa1bcd.zip b/.yarn/cache/@babel-plugin-transform-function-name-npm-7.14.5-e944ad9635-3db2fa1bcd.zip new file mode 100644 index 000000000..935995cc1 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-function-name-npm-7.14.5-e944ad9635-3db2fa1bcd.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-literals-npm-7.14.5-bec88dbb09-2341cfaaf8.zip b/.yarn/cache/@babel-plugin-transform-literals-npm-7.14.5-bec88dbb09-2341cfaaf8.zip new file mode 100644 index 000000000..8184c65f7 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-literals-npm-7.14.5-bec88dbb09-2341cfaaf8.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-member-expression-literals-npm-7.14.5-a447eb232a-a94ff910e8.zip b/.yarn/cache/@babel-plugin-transform-member-expression-literals-npm-7.14.5-a447eb232a-a94ff910e8.zip new file mode 100644 index 000000000..0a208a4c8 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-member-expression-literals-npm-7.14.5-a447eb232a-a94ff910e8.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-modules-amd-npm-7.14.5-79fbb0e386-963d9ebb11.zip b/.yarn/cache/@babel-plugin-transform-modules-amd-npm-7.14.5-79fbb0e386-963d9ebb11.zip new file mode 100644 index 000000000..8b1587783 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-modules-amd-npm-7.14.5-79fbb0e386-963d9ebb11.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-modules-commonjs-npm-7.14.5-fd6360f2d1-5cc41ee904.zip b/.yarn/cache/@babel-plugin-transform-modules-commonjs-npm-7.14.5-fd6360f2d1-5cc41ee904.zip new file mode 100644 index 000000000..d6bc9b7ef Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-modules-commonjs-npm-7.14.5-fd6360f2d1-5cc41ee904.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-modules-systemjs-npm-7.14.5-77c919481e-3ca0bb1c0c.zip b/.yarn/cache/@babel-plugin-transform-modules-systemjs-npm-7.14.5-77c919481e-3ca0bb1c0c.zip new file mode 100644 index 000000000..38a9585c1 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-modules-systemjs-npm-7.14.5-77c919481e-3ca0bb1c0c.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-modules-umd-npm-7.14.5-8a2b4e7c42-455ff383be.zip b/.yarn/cache/@babel-plugin-transform-modules-umd-npm-7.14.5-8a2b4e7c42-455ff383be.zip new file mode 100644 index 000000000..4ee408956 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-modules-umd-npm-7.14.5-8a2b4e7c42-455ff383be.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-named-capturing-groups-regex-npm-7.14.5-5f317dcd5f-d9e796d32b.zip b/.yarn/cache/@babel-plugin-transform-named-capturing-groups-regex-npm-7.14.5-5f317dcd5f-d9e796d32b.zip new file mode 100644 index 000000000..909c8c96a Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-named-capturing-groups-regex-npm-7.14.5-5f317dcd5f-d9e796d32b.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-new-target-npm-7.14.5-33db65f40f-5b806c8692.zip b/.yarn/cache/@babel-plugin-transform-new-target-npm-7.14.5-33db65f40f-5b806c8692.zip new file mode 100644 index 000000000..646312221 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-new-target-npm-7.14.5-33db65f40f-5b806c8692.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-object-super-npm-7.14.5-241a5c2dac-88477a8b27.zip b/.yarn/cache/@babel-plugin-transform-object-super-npm-7.14.5-241a5c2dac-88477a8b27.zip new file mode 100644 index 000000000..1acdea36b Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-object-super-npm-7.14.5-241a5c2dac-88477a8b27.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-parameters-npm-7.14.5-ad568f72d3-932bc616be.zip b/.yarn/cache/@babel-plugin-transform-parameters-npm-7.14.5-ad568f72d3-932bc616be.zip new file mode 100644 index 000000000..f9f96d1bb Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-parameters-npm-7.14.5-ad568f72d3-932bc616be.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-property-literals-npm-7.14.5-515b03362a-426e7b13a0.zip b/.yarn/cache/@babel-plugin-transform-property-literals-npm-7.14.5-515b03362a-426e7b13a0.zip new file mode 100644 index 000000000..16caf0f5f Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-property-literals-npm-7.14.5-515b03362a-426e7b13a0.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-react-display-name-npm-7.14.5-50b1edadc5-d7ca35d5e8.zip b/.yarn/cache/@babel-plugin-transform-react-display-name-npm-7.14.5-50b1edadc5-d7ca35d5e8.zip new file mode 100644 index 000000000..2f15777e4 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-react-display-name-npm-7.14.5-50b1edadc5-d7ca35d5e8.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-react-jsx-npm-7.14.5-54c59a38f9-4be6ba0a03.zip b/.yarn/cache/@babel-plugin-transform-react-jsx-npm-7.14.5-54c59a38f9-4be6ba0a03.zip new file mode 100644 index 000000000..da9d3ca6f Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-react-jsx-npm-7.14.5-54c59a38f9-4be6ba0a03.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-regenerator-npm-7.14.5-f1465f30a4-f606bc04da.zip b/.yarn/cache/@babel-plugin-transform-regenerator-npm-7.14.5-f1465f30a4-f606bc04da.zip new file mode 100644 index 000000000..8186dcb97 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-regenerator-npm-7.14.5-f1465f30a4-f606bc04da.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-reserved-words-npm-7.14.5-2e9c4ba505-8a40d7b48e.zip b/.yarn/cache/@babel-plugin-transform-reserved-words-npm-7.14.5-2e9c4ba505-8a40d7b48e.zip new file mode 100644 index 000000000..5205ede6b Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-reserved-words-npm-7.14.5-2e9c4ba505-8a40d7b48e.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-shorthand-properties-npm-7.14.5-493cceea15-60cdd17e34.zip b/.yarn/cache/@babel-plugin-transform-shorthand-properties-npm-7.14.5-493cceea15-60cdd17e34.zip new file mode 100644 index 000000000..d7483c9c7 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-shorthand-properties-npm-7.14.5-493cceea15-60cdd17e34.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-spread-npm-7.14.6-d2aa597ea1-20c11de962.zip b/.yarn/cache/@babel-plugin-transform-spread-npm-7.14.6-d2aa597ea1-20c11de962.zip new file mode 100644 index 000000000..b009744d0 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-spread-npm-7.14.6-d2aa597ea1-20c11de962.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-sticky-regex-npm-7.14.5-0185c22ec2-6d77e0641c.zip b/.yarn/cache/@babel-plugin-transform-sticky-regex-npm-7.14.5-0185c22ec2-6d77e0641c.zip new file mode 100644 index 000000000..72776c35c Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-sticky-regex-npm-7.14.5-0185c22ec2-6d77e0641c.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-template-literals-npm-7.14.5-60338f8fa2-56d273470c.zip b/.yarn/cache/@babel-plugin-transform-template-literals-npm-7.14.5-60338f8fa2-56d273470c.zip new file mode 100644 index 000000000..dc81ed725 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-template-literals-npm-7.14.5-60338f8fa2-56d273470c.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-typeof-symbol-npm-7.14.5-eca10e5acb-1e71ec00ea.zip b/.yarn/cache/@babel-plugin-transform-typeof-symbol-npm-7.14.5-eca10e5acb-1e71ec00ea.zip new file mode 100644 index 000000000..c3ed3d5d1 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-typeof-symbol-npm-7.14.5-eca10e5acb-1e71ec00ea.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-typescript-npm-7.14.6-5e433fea21-cb3117cfc9.zip b/.yarn/cache/@babel-plugin-transform-typescript-npm-7.14.6-5e433fea21-cb3117cfc9.zip new file mode 100644 index 000000000..f2895c642 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-typescript-npm-7.14.6-5e433fea21-cb3117cfc9.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-unicode-escapes-npm-7.14.5-9bd1cfd4db-2a6979c5b8.zip b/.yarn/cache/@babel-plugin-transform-unicode-escapes-npm-7.14.5-9bd1cfd4db-2a6979c5b8.zip new file mode 100644 index 000000000..792ebc2ca Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-unicode-escapes-npm-7.14.5-9bd1cfd4db-2a6979c5b8.zip differ diff --git a/.yarn/cache/@babel-plugin-transform-unicode-regex-npm-7.14.5-2581bdf2c9-1b7a4c0dc6.zip b/.yarn/cache/@babel-plugin-transform-unicode-regex-npm-7.14.5-2581bdf2c9-1b7a4c0dc6.zip new file mode 100644 index 000000000..ac8127513 Binary files /dev/null and b/.yarn/cache/@babel-plugin-transform-unicode-regex-npm-7.14.5-2581bdf2c9-1b7a4c0dc6.zip differ diff --git a/.yarn/cache/@babel-preset-env-npm-7.14.5-735b7f0b5c-c3516179c1.zip b/.yarn/cache/@babel-preset-env-npm-7.14.5-735b7f0b5c-c3516179c1.zip new file mode 100644 index 000000000..774fa3c0e Binary files /dev/null and b/.yarn/cache/@babel-preset-env-npm-7.14.5-735b7f0b5c-c3516179c1.zip differ diff --git a/.yarn/cache/@babel-preset-modules-npm-0.1.4-db073de4ec-7c6500be06.zip b/.yarn/cache/@babel-preset-modules-npm-0.1.4-db073de4ec-7c6500be06.zip new file mode 100644 index 000000000..ef4ffecbd Binary files /dev/null and b/.yarn/cache/@babel-preset-modules-npm-0.1.4-db073de4ec-7c6500be06.zip differ diff --git a/.yarn/cache/@babel-runtime-npm-7.14.6-3272013297-927ffed787.zip b/.yarn/cache/@babel-runtime-npm-7.14.6-3272013297-927ffed787.zip new file mode 100644 index 000000000..955b227b3 Binary files /dev/null and b/.yarn/cache/@babel-runtime-npm-7.14.6-3272013297-927ffed787.zip differ diff --git a/.yarn/cache/@babel-runtime-npm-7.15.4-52ce5bf6ea-c408254304.zip b/.yarn/cache/@babel-runtime-npm-7.15.4-52ce5bf6ea-c408254304.zip new file mode 100644 index 000000000..b8f81418e Binary files /dev/null and b/.yarn/cache/@babel-runtime-npm-7.15.4-52ce5bf6ea-c408254304.zip differ diff --git a/.yarn/cache/@babel-runtime-npm-7.16.3-b53f079b37-ab8ac88709.zip b/.yarn/cache/@babel-runtime-npm-7.16.3-b53f079b37-ab8ac88709.zip new file mode 100644 index 000000000..0ce3a12d0 Binary files /dev/null and b/.yarn/cache/@babel-runtime-npm-7.16.3-b53f079b37-ab8ac88709.zip differ diff --git a/.yarn/cache/@babel-runtime-npm-7.17.0-447a597408-1864ac3c6a.zip b/.yarn/cache/@babel-runtime-npm-7.17.0-447a597408-1864ac3c6a.zip new file mode 100644 index 000000000..902896527 Binary files /dev/null and b/.yarn/cache/@babel-runtime-npm-7.17.0-447a597408-1864ac3c6a.zip differ diff --git a/.yarn/cache/@babel-template-npm-7.14.5-98e7aff771-4939199c5b.zip b/.yarn/cache/@babel-template-npm-7.14.5-98e7aff771-4939199c5b.zip new file mode 100644 index 000000000..0643448d2 Binary files /dev/null and b/.yarn/cache/@babel-template-npm-7.14.5-98e7aff771-4939199c5b.zip differ diff --git a/.yarn/cache/@babel-traverse-npm-7.14.5-3d930726ec-3f4cf5ed68.zip b/.yarn/cache/@babel-traverse-npm-7.14.5-3d930726ec-3f4cf5ed68.zip new file mode 100644 index 000000000..b20d74dc1 Binary files /dev/null and b/.yarn/cache/@babel-traverse-npm-7.14.5-3d930726ec-3f4cf5ed68.zip differ diff --git a/.yarn/cache/@babel-traverse-npm-7.14.8-e0eb37cc68-f635f99b1b.zip b/.yarn/cache/@babel-traverse-npm-7.14.8-e0eb37cc68-f635f99b1b.zip new file mode 100644 index 000000000..cc8b940b1 Binary files /dev/null and b/.yarn/cache/@babel-traverse-npm-7.14.8-e0eb37cc68-f635f99b1b.zip differ diff --git a/.yarn/cache/@babel-traverse-npm-7.16.7-65523936f6-65261f7a5b.zip b/.yarn/cache/@babel-traverse-npm-7.16.7-65523936f6-65261f7a5b.zip new file mode 100644 index 000000000..6b97333eb Binary files /dev/null and b/.yarn/cache/@babel-traverse-npm-7.16.7-65523936f6-65261f7a5b.zip differ diff --git a/.yarn/cache/@babel-traverse-npm-7.17.0-2ad756de16-9b7de053d8.zip b/.yarn/cache/@babel-traverse-npm-7.17.0-2ad756de16-9b7de053d8.zip new file mode 100644 index 000000000..19b35a0ec Binary files /dev/null and b/.yarn/cache/@babel-traverse-npm-7.17.0-2ad756de16-9b7de053d8.zip differ diff --git a/.yarn/cache/@babel-traverse-npm-7.17.3-c2bff3e671-780d7ecf71.zip b/.yarn/cache/@babel-traverse-npm-7.17.3-c2bff3e671-780d7ecf71.zip new file mode 100644 index 000000000..0994a896c Binary files /dev/null and b/.yarn/cache/@babel-traverse-npm-7.17.3-c2bff3e671-780d7ecf71.zip differ diff --git a/.yarn/cache/@babel-traverse-npm-7.17.9-5a1b3f046c-d907c71d16.zip b/.yarn/cache/@babel-traverse-npm-7.17.9-5a1b3f046c-d907c71d16.zip new file mode 100644 index 000000000..90c693cd4 Binary files /dev/null and b/.yarn/cache/@babel-traverse-npm-7.17.9-5a1b3f046c-d907c71d16.zip differ diff --git a/.yarn/cache/@babel-types-npm-7.14.5-2e4e3fee48-7c1ab6e8bd.zip b/.yarn/cache/@babel-types-npm-7.14.5-2e4e3fee48-7c1ab6e8bd.zip new file mode 100644 index 000000000..4a877d3ae Binary files /dev/null and b/.yarn/cache/@babel-types-npm-7.14.5-2e4e3fee48-7c1ab6e8bd.zip differ diff --git a/.yarn/cache/@babel-types-npm-7.14.8-8442bbedd7-d4ebd2e0e5.zip b/.yarn/cache/@babel-types-npm-7.14.8-8442bbedd7-d4ebd2e0e5.zip new file mode 100644 index 000000000..a8c5a4aa9 Binary files /dev/null and b/.yarn/cache/@babel-types-npm-7.14.8-8442bbedd7-d4ebd2e0e5.zip differ diff --git a/.yarn/cache/@babel-types-npm-7.15.0-20151d256a-6d6bcdfce9.zip b/.yarn/cache/@babel-types-npm-7.15.0-20151d256a-6d6bcdfce9.zip new file mode 100644 index 000000000..08349e332 Binary files /dev/null and b/.yarn/cache/@babel-types-npm-7.15.0-20151d256a-6d6bcdfce9.zip differ diff --git a/.yarn/cache/@babel-types-npm-7.15.6-330b07a916-37f497dde1.zip b/.yarn/cache/@babel-types-npm-7.15.6-330b07a916-37f497dde1.zip new file mode 100644 index 000000000..6e1a0e134 Binary files /dev/null and b/.yarn/cache/@babel-types-npm-7.15.6-330b07a916-37f497dde1.zip differ diff --git a/.yarn/cache/@babel-types-npm-7.16.7-fa27eee382-df92107232.zip b/.yarn/cache/@babel-types-npm-7.16.7-fa27eee382-df92107232.zip new file mode 100644 index 000000000..ca983329b Binary files /dev/null and b/.yarn/cache/@babel-types-npm-7.16.7-fa27eee382-df92107232.zip differ diff --git a/.yarn/cache/@babel-types-npm-7.16.8-68f858fd51-4f6a187b29.zip b/.yarn/cache/@babel-types-npm-7.16.8-68f858fd51-4f6a187b29.zip new file mode 100644 index 000000000..7f5276431 Binary files /dev/null and b/.yarn/cache/@babel-types-npm-7.16.8-68f858fd51-4f6a187b29.zip differ diff --git a/.yarn/cache/@babel-types-npm-7.17.0-3c936b54e4-12e5a28798.zip b/.yarn/cache/@babel-types-npm-7.17.0-3c936b54e4-12e5a28798.zip new file mode 100644 index 000000000..c3b7b0c7b Binary files /dev/null and b/.yarn/cache/@babel-types-npm-7.17.0-3c936b54e4-12e5a28798.zip differ diff --git a/.yarn/cache/@emotion-core-npm-10.1.1-f084e0eeac-277cec7b7c.zip b/.yarn/cache/@emotion-core-npm-10.1.1-f084e0eeac-277cec7b7c.zip new file mode 100644 index 000000000..30e65fd2c Binary files /dev/null and b/.yarn/cache/@emotion-core-npm-10.1.1-f084e0eeac-277cec7b7c.zip differ diff --git a/.yarn/cache/@emotion-styled-base-npm-10.0.31-a1ba815736-a375c40665.zip b/.yarn/cache/@emotion-styled-base-npm-10.0.31-a1ba815736-a375c40665.zip new file mode 100644 index 000000000..f30cd8e27 Binary files /dev/null and b/.yarn/cache/@emotion-styled-base-npm-10.0.31-a1ba815736-a375c40665.zip differ diff --git a/.yarn/cache/@emotion-styled-npm-10.0.27-70aed381a2-09e86fe47a.zip b/.yarn/cache/@emotion-styled-npm-10.0.27-70aed381a2-09e86fe47a.zip new file mode 100644 index 000000000..05c13c4f1 Binary files /dev/null and b/.yarn/cache/@emotion-styled-npm-10.0.27-70aed381a2-09e86fe47a.zip differ diff --git a/.yarn/cache/@jest-types-npm-27.0.2-11212898dc-22cbc02d5d.zip b/.yarn/cache/@jest-types-npm-27.0.2-11212898dc-22cbc02d5d.zip new file mode 100644 index 000000000..6c159c79e Binary files /dev/null and b/.yarn/cache/@jest-types-npm-27.0.2-11212898dc-22cbc02d5d.zip differ diff --git a/.yarn/cache/@jest-types-npm-27.0.6-507453b10b-abe367b073.zip b/.yarn/cache/@jest-types-npm-27.0.6-507453b10b-abe367b073.zip new file mode 100644 index 000000000..84b41c4c5 Binary files /dev/null and b/.yarn/cache/@jest-types-npm-27.0.6-507453b10b-abe367b073.zip differ diff --git a/.yarn/cache/@jridgewell-trace-mapping-npm-0.2.5-346fd531be-7ac0a2992f.zip b/.yarn/cache/@jridgewell-trace-mapping-npm-0.2.5-346fd531be-7ac0a2992f.zip new file mode 100644 index 000000000..2051ef816 Binary files /dev/null and b/.yarn/cache/@jridgewell-trace-mapping-npm-0.2.5-346fd531be-7ac0a2992f.zip differ diff --git a/.yarn/cache/@react-native-community-cli-clean-npm-8.0.0-alpha.3-7063566d39-552c3ca8ec.zip b/.yarn/cache/@react-native-community-cli-clean-npm-8.0.0-alpha.3-7063566d39-552c3ca8ec.zip new file mode 100644 index 000000000..69d32bf26 Binary files /dev/null and b/.yarn/cache/@react-native-community-cli-clean-npm-8.0.0-alpha.3-7063566d39-552c3ca8ec.zip differ diff --git a/.yarn/cache/@react-native-community-cli-config-npm-8.0.0-alpha.3-26fecaa8d9-bda7cde23e.zip b/.yarn/cache/@react-native-community-cli-config-npm-8.0.0-alpha.3-26fecaa8d9-bda7cde23e.zip new file mode 100644 index 000000000..f55675810 Binary files /dev/null and b/.yarn/cache/@react-native-community-cli-config-npm-8.0.0-alpha.3-26fecaa8d9-bda7cde23e.zip differ diff --git a/.yarn/cache/@react-native-community-cli-debugger-ui-npm-7.0.3-d950f32889-ea90b321a3.zip b/.yarn/cache/@react-native-community-cli-debugger-ui-npm-8.0.0-alpha.3-de1deaefaa-ce6d716c01.zip similarity index 55% rename from .yarn/cache/@react-native-community-cli-debugger-ui-npm-7.0.3-d950f32889-ea90b321a3.zip rename to .yarn/cache/@react-native-community-cli-debugger-ui-npm-8.0.0-alpha.3-de1deaefaa-ce6d716c01.zip index 1e331e62e..95364a0a2 100644 Binary files a/.yarn/cache/@react-native-community-cli-debugger-ui-npm-7.0.3-d950f32889-ea90b321a3.zip and b/.yarn/cache/@react-native-community-cli-debugger-ui-npm-8.0.0-alpha.3-de1deaefaa-ce6d716c01.zip differ diff --git a/.yarn/cache/@react-native-community-cli-doctor-npm-8.0.0-alpha.3-57fd23bde4-56b34a9c2f.zip b/.yarn/cache/@react-native-community-cli-doctor-npm-8.0.0-alpha.3-57fd23bde4-56b34a9c2f.zip new file mode 100644 index 000000000..94167fcc5 Binary files /dev/null and b/.yarn/cache/@react-native-community-cli-doctor-npm-8.0.0-alpha.3-57fd23bde4-56b34a9c2f.zip differ diff --git a/.yarn/cache/@react-native-community-cli-hermes-npm-6.3.0-0046ff86a6-47e126be04.zip b/.yarn/cache/@react-native-community-cli-hermes-npm-6.3.0-0046ff86a6-47e126be04.zip deleted file mode 100644 index dd5aae2a9..000000000 Binary files a/.yarn/cache/@react-native-community-cli-hermes-npm-6.3.0-0046ff86a6-47e126be04.zip and /dev/null differ diff --git a/.yarn/cache/@react-native-community-cli-hermes-npm-8.0.0-alpha.3-c3b6167c5c-8c211b856f.zip b/.yarn/cache/@react-native-community-cli-hermes-npm-8.0.0-alpha.3-c3b6167c5c-8c211b856f.zip new file mode 100644 index 000000000..cfd93e4ef Binary files /dev/null and b/.yarn/cache/@react-native-community-cli-hermes-npm-8.0.0-alpha.3-c3b6167c5c-8c211b856f.zip differ diff --git a/.yarn/cache/@react-native-community-cli-npm-7.0.3-b57cf74ec6-5f2907e4e7.zip b/.yarn/cache/@react-native-community-cli-npm-7.0.3-b57cf74ec6-5f2907e4e7.zip deleted file mode 100644 index 021e6a158..000000000 Binary files a/.yarn/cache/@react-native-community-cli-npm-7.0.3-b57cf74ec6-5f2907e4e7.zip and /dev/null differ diff --git a/.yarn/cache/@react-native-community-cli-npm-8.0.0-alpha.5-ae878dcbcf-623f92164e.zip b/.yarn/cache/@react-native-community-cli-npm-8.0.0-alpha.5-ae878dcbcf-623f92164e.zip new file mode 100644 index 000000000..d5c1fec74 Binary files /dev/null and b/.yarn/cache/@react-native-community-cli-npm-8.0.0-alpha.5-ae878dcbcf-623f92164e.zip differ diff --git a/.yarn/cache/@react-native-community-cli-platform-android-npm-6.3.0-1b9d17ef3a-997d416db1.zip b/.yarn/cache/@react-native-community-cli-platform-android-npm-6.3.0-1b9d17ef3a-997d416db1.zip deleted file mode 100644 index 88a9dae50..000000000 Binary files a/.yarn/cache/@react-native-community-cli-platform-android-npm-6.3.0-1b9d17ef3a-997d416db1.zip and /dev/null differ diff --git a/.yarn/cache/@react-native-community-cli-platform-android-npm-7.0.1-ecbe78d60b-35f741153c.zip b/.yarn/cache/@react-native-community-cli-platform-android-npm-7.0.1-ecbe78d60b-35f741153c.zip deleted file mode 100644 index 0bfa841bb..000000000 Binary files a/.yarn/cache/@react-native-community-cli-platform-android-npm-7.0.1-ecbe78d60b-35f741153c.zip and /dev/null differ diff --git a/.yarn/cache/@react-native-community-cli-platform-android-npm-8.0.0-alpha.3-82d10cb2ba-5067f22f48.zip b/.yarn/cache/@react-native-community-cli-platform-android-npm-8.0.0-alpha.3-82d10cb2ba-5067f22f48.zip new file mode 100644 index 000000000..6a459700e Binary files /dev/null and b/.yarn/cache/@react-native-community-cli-platform-android-npm-8.0.0-alpha.3-82d10cb2ba-5067f22f48.zip differ diff --git a/.yarn/cache/@react-native-community-cli-platform-ios-npm-7.0.1-160d7285f3-4b9e06cbf4.zip b/.yarn/cache/@react-native-community-cli-platform-ios-npm-7.0.1-160d7285f3-4b9e06cbf4.zip deleted file mode 100644 index 7ec8b6cb6..000000000 Binary files a/.yarn/cache/@react-native-community-cli-platform-ios-npm-7.0.1-160d7285f3-4b9e06cbf4.zip and /dev/null differ diff --git a/.yarn/cache/@react-native-community-cli-platform-ios-npm-8.0.0-alpha.3-edc2b8afc3-59d5c5d3ba.zip b/.yarn/cache/@react-native-community-cli-platform-ios-npm-8.0.0-alpha.3-edc2b8afc3-59d5c5d3ba.zip new file mode 100644 index 000000000..3a16e5db8 Binary files /dev/null and b/.yarn/cache/@react-native-community-cli-platform-ios-npm-8.0.0-alpha.3-edc2b8afc3-59d5c5d3ba.zip differ diff --git a/.yarn/cache/@react-native-community-cli-plugin-metro-npm-7.0.3-4da4416667-ca91f10586.zip b/.yarn/cache/@react-native-community-cli-plugin-metro-npm-8.0.0-alpha.5-d6a1392d18-7e7c431406.zip similarity index 74% rename from .yarn/cache/@react-native-community-cli-plugin-metro-npm-7.0.3-4da4416667-ca91f10586.zip rename to .yarn/cache/@react-native-community-cli-plugin-metro-npm-8.0.0-alpha.5-d6a1392d18-7e7c431406.zip index cb8f4f4c5..22c558c44 100644 Binary files a/.yarn/cache/@react-native-community-cli-plugin-metro-npm-7.0.3-4da4416667-ca91f10586.zip and b/.yarn/cache/@react-native-community-cli-plugin-metro-npm-8.0.0-alpha.5-d6a1392d18-7e7c431406.zip differ diff --git a/.yarn/cache/@react-native-community-cli-server-api-npm-7.0.3-7064eb81c5-300ed63bd5.zip b/.yarn/cache/@react-native-community-cli-server-api-npm-8.0.0-alpha.3-0b59059698-42f6206abe.zip similarity index 93% rename from .yarn/cache/@react-native-community-cli-server-api-npm-7.0.3-7064eb81c5-300ed63bd5.zip rename to .yarn/cache/@react-native-community-cli-server-api-npm-8.0.0-alpha.3-0b59059698-42f6206abe.zip index 057ca4096..4cc2deebc 100644 Binary files a/.yarn/cache/@react-native-community-cli-server-api-npm-7.0.3-7064eb81c5-300ed63bd5.zip and b/.yarn/cache/@react-native-community-cli-server-api-npm-8.0.0-alpha.3-0b59059698-42f6206abe.zip differ diff --git a/.yarn/cache/@react-native-community-cli-tools-npm-7.0.1-fa8df43e30-11b4043849.zip b/.yarn/cache/@react-native-community-cli-tools-npm-7.0.1-fa8df43e30-11b4043849.zip deleted file mode 100644 index c8d217ce5..000000000 Binary files a/.yarn/cache/@react-native-community-cli-tools-npm-7.0.1-fa8df43e30-11b4043849.zip and /dev/null differ diff --git a/.yarn/cache/@react-native-community-cli-tools-npm-6.2.0-9f80fc403c-17bb1e2e22.zip b/.yarn/cache/@react-native-community-cli-tools-npm-8.0.0-alpha.3-c4deb10d77-3f488deb39.zip similarity index 73% rename from .yarn/cache/@react-native-community-cli-tools-npm-6.2.0-9f80fc403c-17bb1e2e22.zip rename to .yarn/cache/@react-native-community-cli-tools-npm-8.0.0-alpha.3-c4deb10d77-3f488deb39.zip index b9ae0e1ce..a15173272 100644 Binary files a/.yarn/cache/@react-native-community-cli-tools-npm-6.2.0-9f80fc403c-17bb1e2e22.zip and b/.yarn/cache/@react-native-community-cli-tools-npm-8.0.0-alpha.3-c4deb10d77-3f488deb39.zip differ diff --git a/.yarn/cache/@react-native-community-cli-types-npm-6.0.0-0e4bd3b1fe-7ef1a4e5e3.zip b/.yarn/cache/@react-native-community-cli-types-npm-6.0.0-0e4bd3b1fe-7ef1a4e5e3.zip deleted file mode 100644 index 158e67982..000000000 Binary files a/.yarn/cache/@react-native-community-cli-types-npm-6.0.0-0e4bd3b1fe-7ef1a4e5e3.zip and /dev/null differ diff --git a/.yarn/cache/@react-native-community-cli-types-npm-8.0.0-alpha.3-6ee65348ec-53c116596d.zip b/.yarn/cache/@react-native-community-cli-types-npm-8.0.0-alpha.3-6ee65348ec-53c116596d.zip new file mode 100644 index 000000000..8d7fecddf Binary files /dev/null and b/.yarn/cache/@react-native-community-cli-types-npm-8.0.0-alpha.3-6ee65348ec-53c116596d.zip differ diff --git a/.yarn/cache/@types-json-schema-npm-7.0.7-95fb8178d7-ea3b409235.zip b/.yarn/cache/@types-json-schema-npm-7.0.7-95fb8178d7-ea3b409235.zip new file mode 100644 index 000000000..ea24f0278 Binary files /dev/null and b/.yarn/cache/@types-json-schema-npm-7.0.7-95fb8178d7-ea3b409235.zip differ diff --git a/.yarn/cache/@types-node-npm-15.12.4-9b6a9838ed-1731c610eb.zip b/.yarn/cache/@types-node-npm-15.12.4-9b6a9838ed-1731c610eb.zip new file mode 100644 index 000000000..9a3a92813 Binary files /dev/null and b/.yarn/cache/@types-node-npm-15.12.4-9b6a9838ed-1731c610eb.zip differ diff --git a/.yarn/cache/@types-reach__router-npm-1.3.8-6bd6ec54ef-5244b72e7f.zip b/.yarn/cache/@types-reach__router-npm-1.3.8-6bd6ec54ef-5244b72e7f.zip new file mode 100644 index 000000000..b46137f9e Binary files /dev/null and b/.yarn/cache/@types-reach__router-npm-1.3.8-6bd6ec54ef-5244b72e7f.zip differ diff --git a/.yarn/cache/@types-react-npm-17.0.45-09fff34e88-3cc13a0282.zip b/.yarn/cache/@types-react-npm-17.0.45-09fff34e88-3cc13a0282.zip deleted file mode 100644 index bd36c3e0a..000000000 Binary files a/.yarn/cache/@types-react-npm-17.0.45-09fff34e88-3cc13a0282.zip and /dev/null differ diff --git a/.yarn/cache/@types-react-npm-18.0.8-0373db5974-12d0e6bc39.zip b/.yarn/cache/@types-react-npm-18.0.8-0373db5974-12d0e6bc39.zip new file mode 100644 index 000000000..f5f589caa Binary files /dev/null and b/.yarn/cache/@types-react-npm-18.0.8-0373db5974-12d0e6bc39.zip differ diff --git a/.yarn/cache/@types-webpack-env-npm-1.16.0-bd79b9e484-9d23191e48.zip b/.yarn/cache/@types-webpack-env-npm-1.16.0-bd79b9e484-9d23191e48.zip new file mode 100644 index 000000000..16cbbeb19 Binary files /dev/null and b/.yarn/cache/@types-webpack-env-npm-1.16.0-bd79b9e484-9d23191e48.zip differ diff --git a/.yarn/cache/@typescript-eslint-eslint-plugin-npm-4.27.0-0af934a50c-e86a9486a5.zip b/.yarn/cache/@typescript-eslint-eslint-plugin-npm-4.27.0-0af934a50c-e86a9486a5.zip new file mode 100644 index 000000000..540fea20a Binary files /dev/null and b/.yarn/cache/@typescript-eslint-eslint-plugin-npm-4.27.0-0af934a50c-e86a9486a5.zip differ diff --git a/.yarn/cache/@typescript-eslint-eslint-plugin-npm-5.12.0-c76042ca9d-ac7074b514.zip b/.yarn/cache/@typescript-eslint-eslint-plugin-npm-5.12.0-c76042ca9d-ac7074b514.zip new file mode 100644 index 000000000..ffc32a47d Binary files /dev/null and b/.yarn/cache/@typescript-eslint-eslint-plugin-npm-5.12.0-c76042ca9d-ac7074b514.zip differ diff --git a/.yarn/cache/@typescript-eslint-experimental-utils-npm-4.27.0-fea7db542f-23547d0421.zip b/.yarn/cache/@typescript-eslint-experimental-utils-npm-4.27.0-fea7db542f-23547d0421.zip new file mode 100644 index 000000000..dd854dd1f Binary files /dev/null and b/.yarn/cache/@typescript-eslint-experimental-utils-npm-4.27.0-fea7db542f-23547d0421.zip differ diff --git a/.yarn/cache/@typescript-eslint-parser-npm-5.12.0-48c439abca-0453c14d96.zip b/.yarn/cache/@typescript-eslint-parser-npm-5.12.0-48c439abca-0453c14d96.zip new file mode 100644 index 000000000..dd5f17da8 Binary files /dev/null and b/.yarn/cache/@typescript-eslint-parser-npm-5.12.0-48c439abca-0453c14d96.zip differ diff --git a/.yarn/cache/@typescript-eslint-scope-manager-npm-5.12.0-38120bd90e-87cc4e8ab3.zip b/.yarn/cache/@typescript-eslint-scope-manager-npm-5.12.0-38120bd90e-87cc4e8ab3.zip new file mode 100644 index 000000000..b50c10957 Binary files /dev/null and b/.yarn/cache/@typescript-eslint-scope-manager-npm-5.12.0-38120bd90e-87cc4e8ab3.zip differ diff --git a/.yarn/cache/@typescript-eslint-type-utils-npm-5.12.0-b0b618bd29-9039060331.zip b/.yarn/cache/@typescript-eslint-type-utils-npm-5.12.0-b0b618bd29-9039060331.zip new file mode 100644 index 000000000..b1c5eae99 Binary files /dev/null and b/.yarn/cache/@typescript-eslint-type-utils-npm-5.12.0-b0b618bd29-9039060331.zip differ diff --git a/.yarn/cache/@typescript-eslint-types-npm-5.12.0-2400bd6388-f5e7f8270c.zip b/.yarn/cache/@typescript-eslint-types-npm-5.12.0-2400bd6388-f5e7f8270c.zip new file mode 100644 index 000000000..9d2289434 Binary files /dev/null and b/.yarn/cache/@typescript-eslint-types-npm-5.12.0-2400bd6388-f5e7f8270c.zip differ diff --git a/.yarn/cache/@typescript-eslint-typescript-estree-npm-5.12.0-0f6b2decf1-6a8e852c21.zip b/.yarn/cache/@typescript-eslint-typescript-estree-npm-5.12.0-0f6b2decf1-6a8e852c21.zip new file mode 100644 index 000000000..0f688ee5d Binary files /dev/null and b/.yarn/cache/@typescript-eslint-typescript-estree-npm-5.12.0-0f6b2decf1-6a8e852c21.zip differ diff --git a/.yarn/cache/@typescript-eslint-utils-npm-5.12.0-4a661f4ab8-34c394db05.zip b/.yarn/cache/@typescript-eslint-utils-npm-5.12.0-4a661f4ab8-34c394db05.zip new file mode 100644 index 000000000..f409ebd4a Binary files /dev/null and b/.yarn/cache/@typescript-eslint-utils-npm-5.12.0-4a661f4ab8-34c394db05.zip differ diff --git a/.yarn/cache/@typescript-eslint-visitor-keys-npm-5.12.0-e5aaacd6b9-c3774f542a.zip b/.yarn/cache/@typescript-eslint-visitor-keys-npm-5.12.0-e5aaacd6b9-c3774f542a.zip new file mode 100644 index 000000000..ebbc2863f Binary files /dev/null and b/.yarn/cache/@typescript-eslint-visitor-keys-npm-5.12.0-e5aaacd6b9-c3774f542a.zip differ diff --git a/.yarn/cache/acorn-jsx-npm-5.3.1-6ba8185d02-daf441a9d7.zip b/.yarn/cache/acorn-jsx-npm-5.3.1-6ba8185d02-daf441a9d7.zip new file mode 100644 index 000000000..f64bdd934 Binary files /dev/null and b/.yarn/cache/acorn-jsx-npm-5.3.1-6ba8185d02-daf441a9d7.zip differ diff --git a/.yarn/cache/acorn-npm-8.4.0-7923a905e2-9ccc11b2b3.zip b/.yarn/cache/acorn-npm-8.4.0-7923a905e2-9ccc11b2b3.zip new file mode 100644 index 000000000..73a7f2500 Binary files /dev/null and b/.yarn/cache/acorn-npm-8.4.0-7923a905e2-9ccc11b2b3.zip differ diff --git a/.yarn/cache/acorn-npm-8.5.0-faed0ea119-2e4c1dbed3.zip b/.yarn/cache/acorn-npm-8.5.0-faed0ea119-2e4c1dbed3.zip new file mode 100644 index 000000000..9b9db238d Binary files /dev/null and b/.yarn/cache/acorn-npm-8.5.0-faed0ea119-2e4c1dbed3.zip differ diff --git a/.yarn/cache/ansi-regex-npm-5.0.0-9c076068d9-b1bb4e992a.zip b/.yarn/cache/ansi-regex-npm-5.0.0-9c076068d9-b1bb4e992a.zip new file mode 100644 index 000000000..cac3592ac Binary files /dev/null and b/.yarn/cache/ansi-regex-npm-5.0.0-9c076068d9-b1bb4e992a.zip differ diff --git a/.yarn/cache/array-filter-npm-0.0.1-37dfbb574c-0e9afdf5e2.zip b/.yarn/cache/array-filter-npm-0.0.1-37dfbb574c-0e9afdf5e2.zip deleted file mode 100644 index d5b3b3080..000000000 Binary files a/.yarn/cache/array-filter-npm-0.0.1-37dfbb574c-0e9afdf5e2.zip and /dev/null differ diff --git a/.yarn/cache/array-includes-npm-3.1.3-5f58cf4c82-eaab881241.zip b/.yarn/cache/array-includes-npm-3.1.3-5f58cf4c82-eaab881241.zip new file mode 100644 index 000000000..2551809df Binary files /dev/null and b/.yarn/cache/array-includes-npm-3.1.3-5f58cf4c82-eaab881241.zip differ diff --git a/.yarn/cache/array-map-npm-0.0.0-45992ed41e-30d73fdc99.zip b/.yarn/cache/array-map-npm-0.0.0-45992ed41e-30d73fdc99.zip deleted file mode 100644 index 60f878729..000000000 Binary files a/.yarn/cache/array-map-npm-0.0.0-45992ed41e-30d73fdc99.zip and /dev/null differ diff --git a/.yarn/cache/array-reduce-npm-0.0.0-d774206485-d622632527.zip b/.yarn/cache/array-reduce-npm-0.0.0-d774206485-d622632527.zip deleted file mode 100644 index 13c432495..000000000 Binary files a/.yarn/cache/array-reduce-npm-0.0.0-d774206485-d622632527.zip and /dev/null differ diff --git a/.yarn/cache/array.prototype.flat-npm-1.2.4-7b3397fc11-1ec5d9887a.zip b/.yarn/cache/array.prototype.flat-npm-1.2.4-7b3397fc11-1ec5d9887a.zip new file mode 100644 index 000000000..174242b77 Binary files /dev/null and b/.yarn/cache/array.prototype.flat-npm-1.2.4-7b3397fc11-1ec5d9887a.zip differ diff --git a/.yarn/cache/array.prototype.flatmap-npm-1.2.4-77697fdbe6-1d32ec6747.zip b/.yarn/cache/array.prototype.flatmap-npm-1.2.4-77697fdbe6-1d32ec6747.zip new file mode 100644 index 000000000..d22e879de Binary files /dev/null and b/.yarn/cache/array.prototype.flatmap-npm-1.2.4-77697fdbe6-1d32ec6747.zip differ diff --git a/.yarn/cache/async-npm-3.2.3-e9d6b79c88-c4bee57ab2.zip b/.yarn/cache/async-npm-3.2.3-e9d6b79c88-c4bee57ab2.zip new file mode 100644 index 000000000..21eb18386 Binary files /dev/null and b/.yarn/cache/async-npm-3.2.3-e9d6b79c88-c4bee57ab2.zip differ diff --git a/.yarn/cache/axe-core-npm-4.2.2-e00eca5619-e837068106.zip b/.yarn/cache/axe-core-npm-4.2.2-e00eca5619-e837068106.zip new file mode 100644 index 000000000..4428b4553 Binary files /dev/null and b/.yarn/cache/axe-core-npm-4.2.2-e00eca5619-e837068106.zip differ diff --git a/.yarn/cache/babel-loader-npm-8.2.3-855681b984-78e1e1a919.zip b/.yarn/cache/babel-loader-npm-8.2.3-855681b984-78e1e1a919.zip new file mode 100644 index 000000000..3332a4f5b Binary files /dev/null and b/.yarn/cache/babel-loader-npm-8.2.3-855681b984-78e1e1a919.zip differ diff --git a/.yarn/cache/big-integer-npm-1.6.49-7b5eb27bfa-eba7af1780.zip b/.yarn/cache/big-integer-npm-1.6.49-7b5eb27bfa-eba7af1780.zip new file mode 100644 index 000000000..ac3fc6b55 Binary files /dev/null and b/.yarn/cache/big-integer-npm-1.6.49-7b5eb27bfa-eba7af1780.zip differ diff --git a/.yarn/cache/big-integer-npm-1.6.51-1a244d8e1f-3d444173d1.zip b/.yarn/cache/big-integer-npm-1.6.51-1a244d8e1f-3d444173d1.zip deleted file mode 100644 index 2961dbcc0..000000000 Binary files a/.yarn/cache/big-integer-npm-1.6.51-1a244d8e1f-3d444173d1.zip and /dev/null differ diff --git a/.yarn/cache/body-parser-npm-1.19.0-6e177cabfa-490231b4c8.zip b/.yarn/cache/body-parser-npm-1.19.0-6e177cabfa-490231b4c8.zip new file mode 100644 index 000000000..be82c3b59 Binary files /dev/null and b/.yarn/cache/body-parser-npm-1.19.0-6e177cabfa-490231b4c8.zip differ diff --git a/.yarn/cache/bplist-creator-npm-0.1.0-f194332b98-d4ccd88ea1.zip b/.yarn/cache/bplist-creator-npm-0.1.0-f194332b98-d4ccd88ea1.zip deleted file mode 100644 index 442890ddf..000000000 Binary files a/.yarn/cache/bplist-creator-npm-0.1.0-f194332b98-d4ccd88ea1.zip and /dev/null differ diff --git a/.yarn/cache/bplist-parser-npm-0.3.1-2ca33ea639-7cabc5bead.zip b/.yarn/cache/bplist-parser-npm-0.3.1-2ca33ea639-7cabc5bead.zip deleted file mode 100644 index 495113f59..000000000 Binary files a/.yarn/cache/bplist-parser-npm-0.3.1-2ca33ea639-7cabc5bead.zip and /dev/null differ diff --git a/.yarn/cache/browserslist-npm-4.16.6-a20cef1ca7-3dffc86892.zip b/.yarn/cache/browserslist-npm-4.16.6-a20cef1ca7-3dffc86892.zip new file mode 100644 index 000000000..b72a7941c Binary files /dev/null and b/.yarn/cache/browserslist-npm-4.16.6-a20cef1ca7-3dffc86892.zip differ diff --git a/.yarn/cache/browserslist-npm-4.19.1-e9de2a4009-c0777fd483.zip b/.yarn/cache/browserslist-npm-4.19.1-e9de2a4009-c0777fd483.zip new file mode 100644 index 000000000..61968a6a2 Binary files /dev/null and b/.yarn/cache/browserslist-npm-4.19.1-e9de2a4009-c0777fd483.zip differ diff --git a/.yarn/cache/bytes-npm-3.1.0-19c5b15405-7c3b21c5d9.zip b/.yarn/cache/bytes-npm-3.1.0-19c5b15405-7c3b21c5d9.zip new file mode 100644 index 000000000..a459fadbe Binary files /dev/null and b/.yarn/cache/bytes-npm-3.1.0-19c5b15405-7c3b21c5d9.zip differ diff --git a/.yarn/cache/caniuse-lite-npm-1.0.30001312-8a724a2f18-753fb9ea1e.zip b/.yarn/cache/caniuse-lite-npm-1.0.30001312-8a724a2f18-753fb9ea1e.zip new file mode 100644 index 000000000..21ba09bf8 Binary files /dev/null and b/.yarn/cache/caniuse-lite-npm-1.0.30001312-8a724a2f18-753fb9ea1e.zip differ diff --git a/.yarn/cache/chalk-npm-4.1.1-f1ce6bae57-036e973e66.zip b/.yarn/cache/chalk-npm-4.1.1-f1ce6bae57-036e973e66.zip new file mode 100644 index 000000000..b0789f7a0 Binary files /dev/null and b/.yarn/cache/chalk-npm-4.1.1-f1ce6bae57-036e973e66.zip differ diff --git a/.yarn/cache/chokidar-npm-3.5.2-6752340fec-d1fda32fcd.zip b/.yarn/cache/chokidar-npm-3.5.2-6752340fec-d1fda32fcd.zip new file mode 100644 index 000000000..594bbeb37 Binary files /dev/null and b/.yarn/cache/chokidar-npm-3.5.2-6752340fec-d1fda32fcd.zip differ diff --git a/.yarn/cache/classnames-npm-2.3.1-f2ae0a8d3c-14db8889d5.zip b/.yarn/cache/classnames-npm-2.3.1-f2ae0a8d3c-14db8889d5.zip new file mode 100644 index 000000000..1fe04174b Binary files /dev/null and b/.yarn/cache/classnames-npm-2.3.1-f2ae0a8d3c-14db8889d5.zip differ diff --git a/.yarn/cache/cli-cursor-npm-2.1.0-3920629c9c-d88e97bfda.zip b/.yarn/cache/cli-cursor-npm-2.1.0-3920629c9c-d88e97bfda.zip deleted file mode 100644 index b8aff0b46..000000000 Binary files a/.yarn/cache/cli-cursor-npm-2.1.0-3920629c9c-d88e97bfda.zip and /dev/null differ diff --git a/.yarn/cache/content-disposition-npm-0.5.3-9a9a567e17-95bf164c0b.zip b/.yarn/cache/content-disposition-npm-0.5.3-9a9a567e17-95bf164c0b.zip new file mode 100644 index 000000000..1047c54eb Binary files /dev/null and b/.yarn/cache/content-disposition-npm-0.5.3-9a9a567e17-95bf164c0b.zip differ diff --git a/.yarn/cache/cookie-npm-0.4.0-4b3d629e45-760384ba0a.zip b/.yarn/cache/cookie-npm-0.4.0-4b3d629e45-760384ba0a.zip new file mode 100644 index 000000000..45d9d6364 Binary files /dev/null and b/.yarn/cache/cookie-npm-0.4.0-4b3d629e45-760384ba0a.zip differ diff --git a/.yarn/cache/core-js-compat-npm-3.14.0-e8c40d67da-6d15427bf9.zip b/.yarn/cache/core-js-compat-npm-3.14.0-e8c40d67da-6d15427bf9.zip new file mode 100644 index 000000000..385f0ad7b Binary files /dev/null and b/.yarn/cache/core-js-compat-npm-3.14.0-e8c40d67da-6d15427bf9.zip differ diff --git a/.yarn/cache/core-js-npm-3.14.0-29d8f94441-a450089e57.zip b/.yarn/cache/core-js-npm-3.14.0-29d8f94441-a450089e57.zip new file mode 100644 index 000000000..385037915 Binary files /dev/null and b/.yarn/cache/core-js-npm-3.14.0-29d8f94441-a450089e57.zip differ diff --git a/.yarn/cache/core-js-pure-npm-3.14.0-9a85e5a133-800628e536.zip b/.yarn/cache/core-js-pure-npm-3.14.0-9a85e5a133-800628e536.zip new file mode 100644 index 000000000..a4bcf38de Binary files /dev/null and b/.yarn/cache/core-js-pure-npm-3.14.0-9a85e5a133-800628e536.zip differ diff --git a/.yarn/cache/debug-npm-4.3.1-22e08d605e-2c3352e37d.zip b/.yarn/cache/debug-npm-4.3.1-22e08d605e-2c3352e37d.zip new file mode 100644 index 000000000..79e916f65 Binary files /dev/null and b/.yarn/cache/debug-npm-4.3.1-22e08d605e-2c3352e37d.zip differ diff --git a/.yarn/cache/debug-npm-4.3.2-f0148b6afe-820ea160e2.zip b/.yarn/cache/debug-npm-4.3.2-f0148b6afe-820ea160e2.zip new file mode 100644 index 000000000..57db42a84 Binary files /dev/null and b/.yarn/cache/debug-npm-4.3.2-f0148b6afe-820ea160e2.zip differ diff --git a/.yarn/cache/deprecated-react-native-prop-types-npm-2.3.0-ef3c3651bb-d14f4be1df.zip b/.yarn/cache/deprecated-react-native-prop-types-npm-2.3.0-ef3c3651bb-d14f4be1df.zip deleted file mode 100644 index b09de0029..000000000 Binary files a/.yarn/cache/deprecated-react-native-prop-types-npm-2.3.0-ef3c3651bb-d14f4be1df.zip and /dev/null differ diff --git a/.yarn/cache/electron-to-chromium-npm-1.3.752-1353138e4d-48932a0646.zip b/.yarn/cache/electron-to-chromium-npm-1.3.752-1353138e4d-48932a0646.zip new file mode 100644 index 000000000..1b1afa36d Binary files /dev/null and b/.yarn/cache/electron-to-chromium-npm-1.3.752-1353138e4d-48932a0646.zip differ diff --git a/.yarn/cache/electron-to-chromium-npm-1.4.30-787baac84d-ae786f52ee.zip b/.yarn/cache/electron-to-chromium-npm-1.4.30-787baac84d-ae786f52ee.zip new file mode 100644 index 000000000..36d4a4a47 Binary files /dev/null and b/.yarn/cache/electron-to-chromium-npm-1.4.30-787baac84d-ae786f52ee.zip differ diff --git a/.yarn/cache/element-resize-detector-npm-1.2.2-912978d832-9a129e9291.zip b/.yarn/cache/element-resize-detector-npm-1.2.2-912978d832-9a129e9291.zip new file mode 100644 index 000000000..11f6155a8 Binary files /dev/null and b/.yarn/cache/element-resize-detector-npm-1.2.2-912978d832-9a129e9291.zip differ diff --git a/.yarn/cache/emotion-theming-npm-10.0.27-c90b72b72a-1fcabf32de.zip b/.yarn/cache/emotion-theming-npm-10.0.27-c90b72b72a-1fcabf32de.zip new file mode 100644 index 000000000..18a534748 Binary files /dev/null and b/.yarn/cache/emotion-theming-npm-10.0.27-c90b72b72a-1fcabf32de.zip differ diff --git a/.yarn/cache/es-abstract-npm-1.18.3-d113127c45-6bbf526b5a.zip b/.yarn/cache/es-abstract-npm-1.18.3-d113127c45-6bbf526b5a.zip new file mode 100644 index 000000000..1f4b061a6 Binary files /dev/null and b/.yarn/cache/es-abstract-npm-1.18.3-d113127c45-6bbf526b5a.zip differ diff --git a/.yarn/cache/eslint-import-resolver-node-npm-0.3.4-fa0173d267-a0db55ec26.zip b/.yarn/cache/eslint-import-resolver-node-npm-0.3.4-fa0173d267-a0db55ec26.zip new file mode 100644 index 000000000..1e1f2ab42 Binary files /dev/null and b/.yarn/cache/eslint-import-resolver-node-npm-0.3.4-fa0173d267-a0db55ec26.zip differ diff --git a/.yarn/cache/eslint-module-utils-npm-2.6.1-bfddc3ec15-3cc43a36a0.zip b/.yarn/cache/eslint-module-utils-npm-2.6.1-bfddc3ec15-3cc43a36a0.zip new file mode 100644 index 000000000..3d91ce29a Binary files /dev/null and b/.yarn/cache/eslint-module-utils-npm-2.6.1-bfddc3ec15-3cc43a36a0.zip differ diff --git a/.yarn/cache/eslint-plugin-import-npm-2.23.4-b5f1dc1c73-8c64bb96fa.zip b/.yarn/cache/eslint-plugin-import-npm-2.23.4-b5f1dc1c73-8c64bb96fa.zip new file mode 100644 index 000000000..3b8c3f8e2 Binary files /dev/null and b/.yarn/cache/eslint-plugin-import-npm-2.23.4-b5f1dc1c73-8c64bb96fa.zip differ diff --git a/.yarn/cache/eslint-plugin-import-npm-2.25.4-cd0cf8b05b-0af24f5c7c.zip b/.yarn/cache/eslint-plugin-import-npm-2.25.4-cd0cf8b05b-0af24f5c7c.zip new file mode 100644 index 000000000..0a600e29f Binary files /dev/null and b/.yarn/cache/eslint-plugin-import-npm-2.25.4-cd0cf8b05b-0af24f5c7c.zip differ diff --git a/.yarn/cache/eslint-plugin-jsx-a11y-npm-6.4.1-c0ffc3303a-3032627638.zip b/.yarn/cache/eslint-plugin-jsx-a11y-npm-6.4.1-c0ffc3303a-3032627638.zip new file mode 100644 index 000000000..ed4c38a61 Binary files /dev/null and b/.yarn/cache/eslint-plugin-jsx-a11y-npm-6.4.1-c0ffc3303a-3032627638.zip differ diff --git a/.yarn/cache/eslint-plugin-react-hooks-npm-4.2.0-e09b1ea4ce-ead5c5be3d.zip b/.yarn/cache/eslint-plugin-react-hooks-npm-4.2.0-e09b1ea4ce-ead5c5be3d.zip new file mode 100644 index 000000000..e79ed2d1c Binary files /dev/null and b/.yarn/cache/eslint-plugin-react-hooks-npm-4.2.0-e09b1ea4ce-ead5c5be3d.zip differ diff --git a/.yarn/cache/eslint-plugin-react-hooks-npm-4.3.0-290cb54ea5-0ba1566ba0.zip b/.yarn/cache/eslint-plugin-react-hooks-npm-4.3.0-290cb54ea5-0ba1566ba0.zip new file mode 100644 index 000000000..8a8a22dbd Binary files /dev/null and b/.yarn/cache/eslint-plugin-react-hooks-npm-4.3.0-290cb54ea5-0ba1566ba0.zip differ diff --git a/.yarn/cache/eslint-plugin-react-npm-7.24.0-16621467df-bf844f98d9.zip b/.yarn/cache/eslint-plugin-react-npm-7.24.0-16621467df-bf844f98d9.zip new file mode 100644 index 000000000..ac587580f Binary files /dev/null and b/.yarn/cache/eslint-plugin-react-npm-7.24.0-16621467df-bf844f98d9.zip differ diff --git a/.yarn/cache/eslint-plugin-react-npm-7.28.0-61180fa1a4-90293d0fd5.zip b/.yarn/cache/eslint-plugin-react-npm-7.28.0-61180fa1a4-90293d0fd5.zip new file mode 100644 index 000000000..448e96874 Binary files /dev/null and b/.yarn/cache/eslint-plugin-react-npm-7.28.0-61180fa1a4-90293d0fd5.zip differ diff --git a/.yarn/cache/eslint-visitor-keys-npm-3.1.0-9a6ffc9175-fd2d613bb3.zip b/.yarn/cache/eslint-visitor-keys-npm-3.1.0-9a6ffc9175-fd2d613bb3.zip new file mode 100644 index 000000000..4fcb36af6 Binary files /dev/null and b/.yarn/cache/eslint-visitor-keys-npm-3.1.0-9a6ffc9175-fd2d613bb3.zip differ diff --git a/.yarn/cache/estraverse-npm-5.2.0-b2e8e36350-ec11b70d94.zip b/.yarn/cache/estraverse-npm-5.2.0-b2e8e36350-ec11b70d94.zip new file mode 100644 index 000000000..8efc5ac79 Binary files /dev/null and b/.yarn/cache/estraverse-npm-5.2.0-b2e8e36350-ec11b70d94.zip differ diff --git a/.yarn/cache/express-npm-4.17.1-6815ee6bf9-d964e9e17a.zip b/.yarn/cache/express-npm-4.17.1-6815ee6bf9-d964e9e17a.zip new file mode 100644 index 000000000..88e15b0dd Binary files /dev/null and b/.yarn/cache/express-npm-4.17.1-6815ee6bf9-d964e9e17a.zip differ diff --git a/.yarn/cache/glob-npm-7.1.7-5698ad9c48-b61f48973b.zip b/.yarn/cache/glob-npm-7.1.7-5698ad9c48-b61f48973b.zip new file mode 100644 index 000000000..e1b168a7c Binary files /dev/null and b/.yarn/cache/glob-npm-7.1.7-5698ad9c48-b61f48973b.zip differ diff --git a/.yarn/cache/graceful-fs-npm-4.2.6-535b2234f1-792e64aafd.zip b/.yarn/cache/graceful-fs-npm-4.2.6-535b2234f1-792e64aafd.zip new file mode 100644 index 000000000..5f8cb4095 Binary files /dev/null and b/.yarn/cache/graceful-fs-npm-4.2.6-535b2234f1-792e64aafd.zip differ diff --git a/.yarn/cache/graceful-fs-npm-4.2.8-37c16fc3d3-5d224c8969.zip b/.yarn/cache/graceful-fs-npm-4.2.8-37c16fc3d3-5d224c8969.zip new file mode 100644 index 000000000..c47da3a53 Binary files /dev/null and b/.yarn/cache/graceful-fs-npm-4.2.8-37c16fc3d3-5d224c8969.zip differ diff --git a/.yarn/cache/hermes-estree-npm-0.6.0-6552871101-91b5954332.zip b/.yarn/cache/hermes-estree-npm-0.6.0-6552871101-91b5954332.zip new file mode 100644 index 000000000..af3f6a60a Binary files /dev/null and b/.yarn/cache/hermes-estree-npm-0.6.0-6552871101-91b5954332.zip differ diff --git a/.yarn/cache/hermes-parser-npm-0.6.0-a6aa5ceab8-ea3f566e61.zip b/.yarn/cache/hermes-parser-npm-0.6.0-a6aa5ceab8-ea3f566e61.zip new file mode 100644 index 000000000..10205b691 Binary files /dev/null and b/.yarn/cache/hermes-parser-npm-0.6.0-a6aa5ceab8-ea3f566e61.zip differ diff --git a/.yarn/cache/http-errors-npm-1.7.2-67163ae1df-5534b0ae08.zip b/.yarn/cache/http-errors-npm-1.7.2-67163ae1df-5534b0ae08.zip new file mode 100644 index 000000000..a298ea7eb Binary files /dev/null and b/.yarn/cache/http-errors-npm-1.7.2-67163ae1df-5534b0ae08.zip differ diff --git a/.yarn/cache/http-errors-npm-1.7.3-f6dc83b082-a59f359473.zip b/.yarn/cache/http-errors-npm-1.7.3-f6dc83b082-a59f359473.zip new file mode 100644 index 000000000..efa2889c2 Binary files /dev/null and b/.yarn/cache/http-errors-npm-1.7.3-f6dc83b082-a59f359473.zip differ diff --git a/.yarn/cache/ignore-npm-5.1.8-aa9a49ada4-967abadb61.zip b/.yarn/cache/ignore-npm-5.1.8-aa9a49ada4-967abadb61.zip new file mode 100644 index 000000000..52c669953 Binary files /dev/null and b/.yarn/cache/ignore-npm-5.1.8-aa9a49ada4-967abadb61.zip differ diff --git a/.yarn/cache/is-callable-npm-1.2.3-2a68c9d549-084a732afd.zip b/.yarn/cache/is-callable-npm-1.2.3-2a68c9d549-084a732afd.zip new file mode 100644 index 000000000..60628915a Binary files /dev/null and b/.yarn/cache/is-callable-npm-1.2.3-2a68c9d549-084a732afd.zip differ diff --git a/.yarn/cache/is-core-module-npm-2.4.0-bae19c65cd-c498902d4c.zip b/.yarn/cache/is-core-module-npm-2.4.0-bae19c65cd-c498902d4c.zip new file mode 100644 index 000000000..7146c1760 Binary files /dev/null and b/.yarn/cache/is-core-module-npm-2.4.0-bae19c65cd-c498902d4c.zip differ diff --git a/.yarn/cache/is-glob-npm-4.0.1-341760116f-84627cad11.zip b/.yarn/cache/is-glob-npm-4.0.1-341760116f-84627cad11.zip new file mode 100644 index 000000000..b62ac9ba3 Binary files /dev/null and b/.yarn/cache/is-glob-npm-4.0.1-341760116f-84627cad11.zip differ diff --git a/.yarn/cache/is-regex-npm-1.1.3-5a00a17388-19a831a1ba.zip b/.yarn/cache/is-regex-npm-1.1.3-5a00a17388-19a831a1ba.zip new file mode 100644 index 000000000..26adc56e7 Binary files /dev/null and b/.yarn/cache/is-regex-npm-1.1.3-5a00a17388-19a831a1ba.zip differ diff --git a/.yarn/cache/is-string-npm-1.0.6-2e7dbd354f-9990bf0abf.zip b/.yarn/cache/is-string-npm-1.0.6-2e7dbd354f-9990bf0abf.zip new file mode 100644 index 000000000..6c61c68cf Binary files /dev/null and b/.yarn/cache/is-string-npm-1.0.6-2e7dbd354f-9990bf0abf.zip differ diff --git a/.yarn/cache/istanbul-lib-coverage-npm-3.0.0-654bb0146d-ea57c24288.zip b/.yarn/cache/istanbul-lib-coverage-npm-3.0.0-654bb0146d-ea57c24288.zip new file mode 100644 index 000000000..9c1763fb6 Binary files /dev/null and b/.yarn/cache/istanbul-lib-coverage-npm-3.0.0-654bb0146d-ea57c24288.zip differ diff --git a/.yarn/cache/json5-npm-2.2.0-da49dc7cb5-e88fc5274b.zip b/.yarn/cache/json5-npm-2.2.0-da49dc7cb5-e88fc5274b.zip new file mode 100644 index 000000000..322b81d90 Binary files /dev/null and b/.yarn/cache/json5-npm-2.2.0-da49dc7cb5-e88fc5274b.zip differ diff --git a/.yarn/cache/jsonify-npm-0.0.0-80da2da40c-d8d4ed476c.zip b/.yarn/cache/jsonify-npm-0.0.0-80da2da40c-d8d4ed476c.zip deleted file mode 100644 index 78b9d9a18..000000000 Binary files a/.yarn/cache/jsonify-npm-0.0.0-80da2da40c-d8d4ed476c.zip and /dev/null differ diff --git a/.yarn/cache/jsx-ast-utils-npm-3.2.0-c3558dbd96-9f695c4802.zip b/.yarn/cache/jsx-ast-utils-npm-3.2.0-c3558dbd96-9f695c4802.zip new file mode 100644 index 000000000..dd44b9439 Binary files /dev/null and b/.yarn/cache/jsx-ast-utils-npm-3.2.0-c3558dbd96-9f695c4802.zip differ diff --git a/.yarn/cache/log-symbols-npm-2.2.0-9541ad4da6-4c95e3b65f.zip b/.yarn/cache/log-symbols-npm-2.2.0-9541ad4da6-4c95e3b65f.zip deleted file mode 100644 index 7a3fd5229..000000000 Binary files a/.yarn/cache/log-symbols-npm-2.2.0-9541ad4da6-4c95e3b65f.zip and /dev/null differ diff --git a/.yarn/cache/metro-babel-transformer-npm-0.70.1-eb67495ca9-3aa192363f.zip b/.yarn/cache/metro-babel-transformer-npm-0.70.1-eb67495ca9-3aa192363f.zip new file mode 100644 index 000000000..152ad2b9a Binary files /dev/null and b/.yarn/cache/metro-babel-transformer-npm-0.70.1-eb67495ca9-3aa192363f.zip differ diff --git a/.yarn/cache/metro-babel-transformer-npm-0.70.2-9b441c74b9-1cd94b3aec.zip b/.yarn/cache/metro-babel-transformer-npm-0.70.2-9b441c74b9-1cd94b3aec.zip new file mode 100644 index 000000000..4c8d25831 Binary files /dev/null and b/.yarn/cache/metro-babel-transformer-npm-0.70.2-9b441c74b9-1cd94b3aec.zip differ diff --git a/.yarn/cache/metro-cache-key-npm-0.70.2-ccb17d296b-58f6ce5be7.zip b/.yarn/cache/metro-cache-key-npm-0.70.2-ccb17d296b-58f6ce5be7.zip new file mode 100644 index 000000000..44d8e9c43 Binary files /dev/null and b/.yarn/cache/metro-cache-key-npm-0.70.2-ccb17d296b-58f6ce5be7.zip differ diff --git a/.yarn/cache/metro-cache-npm-0.70.2-2ddd9018cb-8893864898.zip b/.yarn/cache/metro-cache-npm-0.70.2-2ddd9018cb-8893864898.zip new file mode 100644 index 000000000..5c767b9f2 Binary files /dev/null and b/.yarn/cache/metro-cache-npm-0.70.2-2ddd9018cb-8893864898.zip differ diff --git a/.yarn/cache/metro-config-npm-0.70.2-f04f2ac21d-c000ca271e.zip b/.yarn/cache/metro-config-npm-0.70.2-f04f2ac21d-c000ca271e.zip new file mode 100644 index 000000000..27343a9f3 Binary files /dev/null and b/.yarn/cache/metro-config-npm-0.70.2-f04f2ac21d-c000ca271e.zip differ diff --git a/.yarn/cache/metro-core-npm-0.70.2-72a6326b2f-7a96bc571c.zip b/.yarn/cache/metro-core-npm-0.70.2-72a6326b2f-7a96bc571c.zip new file mode 100644 index 000000000..591da1d2e Binary files /dev/null and b/.yarn/cache/metro-core-npm-0.70.2-72a6326b2f-7a96bc571c.zip differ diff --git a/.yarn/cache/metro-hermes-compiler-npm-0.70.2-2973b71d5d-1a9e863ccd.zip b/.yarn/cache/metro-hermes-compiler-npm-0.70.2-2973b71d5d-1a9e863ccd.zip new file mode 100644 index 000000000..3e08c7084 Binary files /dev/null and b/.yarn/cache/metro-hermes-compiler-npm-0.70.2-2973b71d5d-1a9e863ccd.zip differ diff --git a/.yarn/cache/metro-inspector-proxy-npm-0.70.2-a7743ce720-f2b914764a.zip b/.yarn/cache/metro-inspector-proxy-npm-0.70.2-a7743ce720-f2b914764a.zip new file mode 100644 index 000000000..e412f1c1c Binary files /dev/null and b/.yarn/cache/metro-inspector-proxy-npm-0.70.2-a7743ce720-f2b914764a.zip differ diff --git a/.yarn/cache/metro-minify-uglify-npm-0.70.2-b42b892000-b504958336.zip b/.yarn/cache/metro-minify-uglify-npm-0.70.2-b42b892000-b504958336.zip new file mode 100644 index 000000000..7eb4d7201 Binary files /dev/null and b/.yarn/cache/metro-minify-uglify-npm-0.70.2-b42b892000-b504958336.zip differ diff --git a/.yarn/cache/metro-npm-0.70.2-7679057a17-2273bb2c0e.zip b/.yarn/cache/metro-npm-0.70.2-7679057a17-2273bb2c0e.zip new file mode 100644 index 000000000..e3201c27e Binary files /dev/null and b/.yarn/cache/metro-npm-0.70.2-7679057a17-2273bb2c0e.zip differ diff --git a/.yarn/cache/metro-react-native-babel-preset-npm-0.70.1-52a8ac140c-1369cf115b.zip b/.yarn/cache/metro-react-native-babel-preset-npm-0.70.1-52a8ac140c-1369cf115b.zip new file mode 100644 index 000000000..86806fe96 Binary files /dev/null and b/.yarn/cache/metro-react-native-babel-preset-npm-0.70.1-52a8ac140c-1369cf115b.zip differ diff --git a/.yarn/cache/metro-react-native-babel-preset-npm-0.70.2-9967c89de1-fd79bb7f6e.zip b/.yarn/cache/metro-react-native-babel-preset-npm-0.70.2-9967c89de1-fd79bb7f6e.zip new file mode 100644 index 000000000..932fee197 Binary files /dev/null and b/.yarn/cache/metro-react-native-babel-preset-npm-0.70.2-9967c89de1-fd79bb7f6e.zip differ diff --git a/.yarn/cache/metro-react-native-babel-transformer-npm-0.70.1-52145858ce-79b7d9c98a.zip b/.yarn/cache/metro-react-native-babel-transformer-npm-0.70.1-52145858ce-79b7d9c98a.zip new file mode 100644 index 000000000..ab2ae74bf Binary files /dev/null and b/.yarn/cache/metro-react-native-babel-transformer-npm-0.70.1-52145858ce-79b7d9c98a.zip differ diff --git a/.yarn/cache/metro-react-native-babel-transformer-npm-0.70.2-e94bb644d7-8bb0846487.zip b/.yarn/cache/metro-react-native-babel-transformer-npm-0.70.2-e94bb644d7-8bb0846487.zip new file mode 100644 index 000000000..0da9a3716 Binary files /dev/null and b/.yarn/cache/metro-react-native-babel-transformer-npm-0.70.2-e94bb644d7-8bb0846487.zip differ diff --git a/.yarn/cache/metro-resolver-npm-0.70.2-a8df0df663-a86510a232.zip b/.yarn/cache/metro-resolver-npm-0.70.2-a8df0df663-a86510a232.zip new file mode 100644 index 000000000..218772103 Binary files /dev/null and b/.yarn/cache/metro-resolver-npm-0.70.2-a8df0df663-a86510a232.zip differ diff --git a/.yarn/cache/metro-runtime-npm-0.70.1-ab4b837106-0d7bd936af.zip b/.yarn/cache/metro-runtime-npm-0.70.1-ab4b837106-0d7bd936af.zip new file mode 100644 index 000000000..595b67e36 Binary files /dev/null and b/.yarn/cache/metro-runtime-npm-0.70.1-ab4b837106-0d7bd936af.zip differ diff --git a/.yarn/cache/metro-runtime-npm-0.70.2-d442832176-2c033378f3.zip b/.yarn/cache/metro-runtime-npm-0.70.2-d442832176-2c033378f3.zip new file mode 100644 index 000000000..2a8a47b82 Binary files /dev/null and b/.yarn/cache/metro-runtime-npm-0.70.2-d442832176-2c033378f3.zip differ diff --git a/.yarn/cache/metro-source-map-npm-0.70.1-ddc113bdbb-14a5562418.zip b/.yarn/cache/metro-source-map-npm-0.70.1-ddc113bdbb-14a5562418.zip new file mode 100644 index 000000000..577b2ba96 Binary files /dev/null and b/.yarn/cache/metro-source-map-npm-0.70.1-ddc113bdbb-14a5562418.zip differ diff --git a/.yarn/cache/metro-source-map-npm-0.70.2-0158181dff-6a760d50ec.zip b/.yarn/cache/metro-source-map-npm-0.70.2-0158181dff-6a760d50ec.zip new file mode 100644 index 000000000..51de3bd67 Binary files /dev/null and b/.yarn/cache/metro-source-map-npm-0.70.2-0158181dff-6a760d50ec.zip differ diff --git a/.yarn/cache/metro-symbolicate-npm-0.70.1-79a21d5fdd-7ae36cc8d8.zip b/.yarn/cache/metro-symbolicate-npm-0.70.1-79a21d5fdd-7ae36cc8d8.zip new file mode 100644 index 000000000..2c1d953a1 Binary files /dev/null and b/.yarn/cache/metro-symbolicate-npm-0.70.1-79a21d5fdd-7ae36cc8d8.zip differ diff --git a/.yarn/cache/metro-symbolicate-npm-0.70.2-4d7de347d2-1cdcb87fb5.zip b/.yarn/cache/metro-symbolicate-npm-0.70.2-4d7de347d2-1cdcb87fb5.zip new file mode 100644 index 000000000..68048f7c6 Binary files /dev/null and b/.yarn/cache/metro-symbolicate-npm-0.70.2-4d7de347d2-1cdcb87fb5.zip differ diff --git a/.yarn/cache/metro-transform-plugins-npm-0.70.2-9cd6485580-36f4209755.zip b/.yarn/cache/metro-transform-plugins-npm-0.70.2-9cd6485580-36f4209755.zip new file mode 100644 index 000000000..55be88798 Binary files /dev/null and b/.yarn/cache/metro-transform-plugins-npm-0.70.2-9cd6485580-36f4209755.zip differ diff --git a/.yarn/cache/metro-transform-worker-npm-0.70.2-3cae3b9b69-e1446a87c6.zip b/.yarn/cache/metro-transform-worker-npm-0.70.2-3cae3b9b69-e1446a87c6.zip new file mode 100644 index 000000000..b3cf95525 Binary files /dev/null and b/.yarn/cache/metro-transform-worker-npm-0.70.2-3cae3b9b69-e1446a87c6.zip differ diff --git a/.yarn/cache/mimic-fn-npm-1.2.0-960bf15ab7-69c0820515.zip b/.yarn/cache/mimic-fn-npm-1.2.0-960bf15ab7-69c0820515.zip deleted file mode 100644 index ae711478f..000000000 Binary files a/.yarn/cache/mimic-fn-npm-1.2.0-960bf15ab7-69c0820515.zip and /dev/null differ diff --git a/.yarn/cache/minimist-npm-1.2.5-ced0e1f617-86706ce5b3.zip b/.yarn/cache/minimist-npm-1.2.5-ced0e1f617-86706ce5b3.zip new file mode 100644 index 000000000..c5b7cfe0b Binary files /dev/null and b/.yarn/cache/minimist-npm-1.2.5-ced0e1f617-86706ce5b3.zip differ diff --git a/.yarn/cache/minipass-npm-3.1.3-af723e33f3-74b623c1f9.zip b/.yarn/cache/minipass-npm-3.1.3-af723e33f3-74b623c1f9.zip new file mode 100644 index 000000000..1e18929d3 Binary files /dev/null and b/.yarn/cache/minipass-npm-3.1.3-af723e33f3-74b623c1f9.zip differ diff --git a/.yarn/cache/nocache-npm-2.1.0-cb459f771c-702ad516a7.zip b/.yarn/cache/nocache-npm-2.1.0-cb459f771c-702ad516a7.zip deleted file mode 100644 index 798d4e703..000000000 Binary files a/.yarn/cache/nocache-npm-2.1.0-cb459f771c-702ad516a7.zip and /dev/null differ diff --git a/.yarn/cache/node-fetch-npm-2.6.1-46c670dbc1-91075bedd5.zip b/.yarn/cache/node-fetch-npm-2.6.1-46c670dbc1-91075bedd5.zip new file mode 100644 index 000000000..f9919f565 Binary files /dev/null and b/.yarn/cache/node-fetch-npm-2.6.1-46c670dbc1-91075bedd5.zip differ diff --git a/.yarn/cache/node-releases-npm-1.1.73-5b19cef392-44a6caec33.zip b/.yarn/cache/node-releases-npm-1.1.73-5b19cef392-44a6caec33.zip new file mode 100644 index 000000000..86c96990f Binary files /dev/null and b/.yarn/cache/node-releases-npm-1.1.73-5b19cef392-44a6caec33.zip differ diff --git a/.yarn/cache/node-releases-npm-2.0.1-77b8e327f7-b20dd8d4bc.zip b/.yarn/cache/node-releases-npm-2.0.1-77b8e327f7-b20dd8d4bc.zip new file mode 100644 index 000000000..f80933576 Binary files /dev/null and b/.yarn/cache/node-releases-npm-2.0.1-77b8e327f7-b20dd8d4bc.zip differ diff --git a/.yarn/cache/ob1-npm-0.70.1-1030600321-e5a647f55b.zip b/.yarn/cache/ob1-npm-0.70.1-1030600321-e5a647f55b.zip new file mode 100644 index 000000000..fc409cd76 Binary files /dev/null and b/.yarn/cache/ob1-npm-0.70.1-1030600321-e5a647f55b.zip differ diff --git a/.yarn/cache/ob1-npm-0.70.2-1b23ee5270-e36d9e7729.zip b/.yarn/cache/ob1-npm-0.70.2-1b23ee5270-e36d9e7729.zip new file mode 100644 index 000000000..182d76544 Binary files /dev/null and b/.yarn/cache/ob1-npm-0.70.2-1b23ee5270-e36d9e7729.zip differ diff --git a/.yarn/cache/object-inspect-npm-1.10.3-5aa499f036-9a56db2e01.zip b/.yarn/cache/object-inspect-npm-1.10.3-5aa499f036-9a56db2e01.zip new file mode 100644 index 000000000..11e8a741e Binary files /dev/null and b/.yarn/cache/object-inspect-npm-1.10.3-5aa499f036-9a56db2e01.zip differ diff --git a/.yarn/cache/object-inspect-npm-1.11.0-c9d4bd1487-8c64f89ce3.zip b/.yarn/cache/object-inspect-npm-1.11.0-c9d4bd1487-8c64f89ce3.zip new file mode 100644 index 000000000..ad7eb8319 Binary files /dev/null and b/.yarn/cache/object-inspect-npm-1.11.0-c9d4bd1487-8c64f89ce3.zip differ diff --git a/.yarn/cache/object.entries-npm-1.1.4-d381ab8800-1ddd2e28f5.zip b/.yarn/cache/object.entries-npm-1.1.4-d381ab8800-1ddd2e28f5.zip new file mode 100644 index 000000000..a2ef3634a Binary files /dev/null and b/.yarn/cache/object.entries-npm-1.1.4-d381ab8800-1ddd2e28f5.zip differ diff --git a/.yarn/cache/object.fromentries-npm-2.0.4-cc608f8739-1e8e991c43.zip b/.yarn/cache/object.fromentries-npm-2.0.4-cc608f8739-1e8e991c43.zip new file mode 100644 index 000000000..89ced52b2 Binary files /dev/null and b/.yarn/cache/object.fromentries-npm-2.0.4-cc608f8739-1e8e991c43.zip differ diff --git a/.yarn/cache/object.values-npm-1.1.4-2812105455-1a2f1e9d0b.zip b/.yarn/cache/object.values-npm-1.1.4-2812105455-1a2f1e9d0b.zip new file mode 100644 index 000000000..3b26a8684 Binary files /dev/null and b/.yarn/cache/object.values-npm-1.1.4-2812105455-1a2f1e9d0b.zip differ diff --git a/.yarn/cache/onetime-npm-2.0.1-6c39ecc911-bb44015ac7.zip b/.yarn/cache/onetime-npm-2.0.1-6c39ecc911-bb44015ac7.zip deleted file mode 100644 index df76b4087..000000000 Binary files a/.yarn/cache/onetime-npm-2.0.1-6c39ecc911-bb44015ac7.zip and /dev/null differ diff --git a/.yarn/cache/ora-npm-3.4.0-1c83c64050-f1f8e7f290.zip b/.yarn/cache/ora-npm-3.4.0-1c83c64050-f1f8e7f290.zip deleted file mode 100644 index f5a21c591..000000000 Binary files a/.yarn/cache/ora-npm-3.4.0-1c83c64050-f1f8e7f290.zip and /dev/null differ diff --git a/.yarn/cache/picomatch-npm-2.3.0-5e60e6c82d-16818720ea.zip b/.yarn/cache/picomatch-npm-2.3.0-5e60e6c82d-16818720ea.zip new file mode 100644 index 000000000..d410471cc Binary files /dev/null and b/.yarn/cache/picomatch-npm-2.3.0-5e60e6c82d-16818720ea.zip differ diff --git a/.yarn/cache/pirates-npm-4.0.4-fe2b7e8b42-6b7187d526.zip b/.yarn/cache/pirates-npm-4.0.4-fe2b7e8b42-6b7187d526.zip new file mode 100644 index 000000000..580c07520 Binary files /dev/null and b/.yarn/cache/pirates-npm-4.0.4-fe2b7e8b42-6b7187d526.zip differ diff --git a/.yarn/cache/pkg-dir-npm-2.0.0-2b4bf4abd1-8c72b71230.zip b/.yarn/cache/pkg-dir-npm-2.0.0-2b4bf4abd1-8c72b71230.zip new file mode 100644 index 000000000..166c7b8a0 Binary files /dev/null and b/.yarn/cache/pkg-dir-npm-2.0.0-2b4bf4abd1-8c72b71230.zip differ diff --git a/.yarn/cache/pkg-up-npm-2.0.0-d011ba70a4-de4b418175.zip b/.yarn/cache/pkg-up-npm-2.0.0-d011ba70a4-de4b418175.zip new file mode 100644 index 000000000..73887d372 Binary files /dev/null and b/.yarn/cache/pkg-up-npm-2.0.0-d011ba70a4-de4b418175.zip differ diff --git a/.yarn/cache/plist-npm-3.0.3-3a1a78166f-ed34a2ce60.zip b/.yarn/cache/plist-npm-3.0.3-3a1a78166f-ed34a2ce60.zip new file mode 100644 index 000000000..b2960ce7e Binary files /dev/null and b/.yarn/cache/plist-npm-3.0.3-3a1a78166f-ed34a2ce60.zip differ diff --git a/.yarn/cache/plist-npm-3.0.5-7ac7035402-f8b82816f6.zip b/.yarn/cache/plist-npm-3.0.5-7ac7035402-f8b82816f6.zip deleted file mode 100644 index bc7dca23f..000000000 Binary files a/.yarn/cache/plist-npm-3.0.5-7ac7035402-f8b82816f6.zip and /dev/null differ diff --git a/.yarn/cache/prettier-npm-2.3.1-f8593fac45-3b37731ff7.zip b/.yarn/cache/prettier-npm-2.3.1-f8593fac45-3b37731ff7.zip new file mode 100644 index 000000000..98c1d70a5 Binary files /dev/null and b/.yarn/cache/prettier-npm-2.3.1-f8593fac45-3b37731ff7.zip differ diff --git a/.yarn/cache/prettier-npm-2.5.1-58b195b509-21b9408476.zip b/.yarn/cache/prettier-npm-2.5.1-58b195b509-21b9408476.zip new file mode 100644 index 000000000..ab4b0222f Binary files /dev/null and b/.yarn/cache/prettier-npm-2.5.1-58b195b509-21b9408476.zip differ diff --git a/.yarn/cache/pretty-format-npm-27.0.6-c71fc37c41-1584f7fe29.zip b/.yarn/cache/pretty-format-npm-27.0.6-c71fc37c41-1584f7fe29.zip new file mode 100644 index 000000000..6ecf55da9 Binary files /dev/null and b/.yarn/cache/pretty-format-npm-27.0.6-c71fc37c41-1584f7fe29.zip differ diff --git a/.yarn/cache/prompts-npm-2.4.1-dd3df3be17-05bf486587.zip b/.yarn/cache/prompts-npm-2.4.1-dd3df3be17-05bf486587.zip new file mode 100644 index 000000000..c92be9f17 Binary files /dev/null and b/.yarn/cache/prompts-npm-2.4.1-dd3df3be17-05bf486587.zip differ diff --git a/.yarn/cache/prop-types-npm-15.7.2-d7a04f2274-5eef82fdda.zip b/.yarn/cache/prop-types-npm-15.7.2-d7a04f2274-5eef82fdda.zip new file mode 100644 index 000000000..338d72ac8 Binary files /dev/null and b/.yarn/cache/prop-types-npm-15.7.2-d7a04f2274-5eef82fdda.zip differ diff --git a/.yarn/cache/qs-npm-6.10.1-12d3ab7795-00e390dbf9.zip b/.yarn/cache/qs-npm-6.10.1-12d3ab7795-00e390dbf9.zip new file mode 100644 index 000000000..80708d5a1 Binary files /dev/null and b/.yarn/cache/qs-npm-6.10.1-12d3ab7795-00e390dbf9.zip differ diff --git a/.yarn/cache/qs-npm-6.7.0-15161a344c-dfd5f6adef.zip b/.yarn/cache/qs-npm-6.7.0-15161a344c-dfd5f6adef.zip new file mode 100644 index 000000000..1b86b457b Binary files /dev/null and b/.yarn/cache/qs-npm-6.7.0-15161a344c-dfd5f6adef.zip differ diff --git a/.yarn/cache/raw-body-npm-2.4.0-14d9d633af-6343906939.zip b/.yarn/cache/raw-body-npm-2.4.0-14d9d633af-6343906939.zip new file mode 100644 index 000000000..3888b70fd Binary files /dev/null and b/.yarn/cache/raw-body-npm-2.4.0-14d9d633af-6343906939.zip differ diff --git a/.yarn/cache/raw-body-npm-2.4.1-e6e30ccf94-d5e9179d2f.zip b/.yarn/cache/raw-body-npm-2.4.1-e6e30ccf94-d5e9179d2f.zip new file mode 100644 index 000000000..17c84fc70 Binary files /dev/null and b/.yarn/cache/raw-body-npm-2.4.1-e6e30ccf94-d5e9179d2f.zip differ diff --git a/.yarn/cache/react-devtools-core-npm-4.24.0-8b0e398750-c9e21ff262.zip b/.yarn/cache/react-devtools-core-npm-4.24.0-8b0e398750-c9e21ff262.zip new file mode 100644 index 000000000..ce83dce15 Binary files /dev/null and b/.yarn/cache/react-devtools-core-npm-4.24.0-8b0e398750-c9e21ff262.zip differ diff --git a/.yarn/cache/react-devtools-core-npm-4.24.4-c2f7c60b89-550735b878.zip b/.yarn/cache/react-devtools-core-npm-4.24.4-c2f7c60b89-550735b878.zip deleted file mode 100644 index 66cf4e58d..000000000 Binary files a/.yarn/cache/react-devtools-core-npm-4.24.4-c2f7c60b89-550735b878.zip and /dev/null differ diff --git a/.yarn/cache/react-dom-npm-0.0.0-experimental-4de99b3ca-20220221-759e4bc4c8-3bc8890bdd.zip b/.yarn/cache/react-dom-npm-0.0.0-experimental-4de99b3ca-20220221-759e4bc4c8-3bc8890bdd.zip deleted file mode 100644 index c76b04b4e..000000000 Binary files a/.yarn/cache/react-dom-npm-0.0.0-experimental-4de99b3ca-20220221-759e4bc4c8-3bc8890bdd.zip and /dev/null differ diff --git a/.yarn/cache/react-dom-npm-18.1.0-bd83695a9a-bb0d48eeb0.zip b/.yarn/cache/react-dom-npm-18.1.0-bd83695a9a-bb0d48eeb0.zip new file mode 100644 index 000000000..9b69c7516 Binary files /dev/null and b/.yarn/cache/react-dom-npm-18.1.0-bd83695a9a-bb0d48eeb0.zip differ diff --git a/.yarn/cache/react-draggable-npm-4.4.3-3b4a1d595e-94d3d5f0e7.zip b/.yarn/cache/react-draggable-npm-4.4.3-3b4a1d595e-94d3d5f0e7.zip new file mode 100644 index 000000000..2c8fc5b48 Binary files /dev/null and b/.yarn/cache/react-draggable-npm-4.4.3-3b4a1d595e-94d3d5f0e7.zip differ diff --git a/.yarn/cache/react-helmet-async-npm-1.0.9-3a518fa741-e7fbc50834.zip b/.yarn/cache/react-helmet-async-npm-1.0.9-3a518fa741-e7fbc50834.zip new file mode 100644 index 000000000..48bab6c45 Binary files /dev/null and b/.yarn/cache/react-helmet-async-npm-1.0.9-3a518fa741-e7fbc50834.zip differ diff --git a/.yarn/cache/react-is-npm-0.0.0-experimental-4de99b3ca-20220221-e9d5b624f4-c2c43463fa.zip b/.yarn/cache/react-is-npm-0.0.0-experimental-4de99b3ca-20220221-e9d5b624f4-c2c43463fa.zip deleted file mode 100644 index 9c7ac9fa0..000000000 Binary files a/.yarn/cache/react-is-npm-0.0.0-experimental-4de99b3ca-20220221-e9d5b624f4-c2c43463fa.zip and /dev/null differ diff --git a/.yarn/cache/react-is-npm-18.1.0-6642a99f70-d206a0fe67.zip b/.yarn/cache/react-is-npm-18.1.0-6642a99f70-d206a0fe67.zip new file mode 100644 index 000000000..3b151de49 Binary files /dev/null and b/.yarn/cache/react-is-npm-18.1.0-6642a99f70-d206a0fe67.zip differ diff --git a/.yarn/cache/react-native-codegen-npm-0.0.13-5e9c85087f-bfe645fea6.zip b/.yarn/cache/react-native-codegen-npm-0.0.13-5e9c85087f-bfe645fea6.zip deleted file mode 100644 index afd2808a6..000000000 Binary files a/.yarn/cache/react-native-codegen-npm-0.0.13-5e9c85087f-bfe645fea6.zip and /dev/null differ diff --git a/.yarn/cache/react-native-codegen-npm-0.0.15-48cea35ab3-45f94a0148.zip b/.yarn/cache/react-native-codegen-npm-0.0.15-48cea35ab3-45f94a0148.zip new file mode 100644 index 000000000..c1cfdf17e Binary files /dev/null and b/.yarn/cache/react-native-codegen-npm-0.0.15-48cea35ab3-45f94a0148.zip differ diff --git a/.yarn/cache/react-native-gradle-plugin-npm-0.0.6-48b6fc9b5a-185ad34893.zip b/.yarn/cache/react-native-gradle-plugin-npm-0.0.6-48b6fc9b5a-185ad34893.zip deleted file mode 100644 index d43ddfa8d..000000000 Binary files a/.yarn/cache/react-native-gradle-plugin-npm-0.0.6-48b6fc9b5a-185ad34893.zip and /dev/null differ diff --git a/.yarn/cache/react-native-npm-0.68.1-8830b7be0d-72916e7ac0.zip b/.yarn/cache/react-native-npm-0.68.1-8830b7be0d-72916e7ac0.zip deleted file mode 100644 index 30fef8f8f..000000000 Binary files a/.yarn/cache/react-native-npm-0.68.1-8830b7be0d-72916e7ac0.zip and /dev/null differ diff --git a/.yarn/cache/react-native-npm-0.69.0-rc.0-6752b39de9-cb1595a3eb.zip b/.yarn/cache/react-native-npm-0.69.0-rc.0-6752b39de9-cb1595a3eb.zip new file mode 100644 index 000000000..504838058 Binary files /dev/null and b/.yarn/cache/react-native-npm-0.69.0-rc.0-6752b39de9-cb1595a3eb.zip differ diff --git a/.yarn/cache/react-npm-0.0.0-experimental-4de99b3ca-20220221-de1b1b7471-1bf3541822.zip b/.yarn/cache/react-npm-0.0.0-experimental-4de99b3ca-20220221-de1b1b7471-1bf3541822.zip deleted file mode 100644 index fee8dde8a..000000000 Binary files a/.yarn/cache/react-npm-0.0.0-experimental-4de99b3ca-20220221-de1b1b7471-1bf3541822.zip and /dev/null differ diff --git a/.yarn/cache/react-npm-18.1.0-d66a868dc8-5bb296b561.zip b/.yarn/cache/react-npm-18.1.0-d66a868dc8-5bb296b561.zip new file mode 100644 index 000000000..ee352a6ea Binary files /dev/null and b/.yarn/cache/react-npm-18.1.0-d66a868dc8-5bb296b561.zip differ diff --git a/.yarn/cache/react-shallow-renderer-npm-16.15.0-cf95219885-6052c7e3e9.zip b/.yarn/cache/react-shallow-renderer-npm-16.15.0-cf95219885-6052c7e3e9.zip new file mode 100644 index 000000000..7cca375e6 Binary files /dev/null and b/.yarn/cache/react-shallow-renderer-npm-16.15.0-cf95219885-6052c7e3e9.zip differ diff --git a/.yarn/cache/react-test-renderer-npm-0.0.0-experimental-4de99b3ca-20220221-242fbbbe63-bb013051f5.zip b/.yarn/cache/react-test-renderer-npm-0.0.0-experimental-4de99b3ca-20220221-242fbbbe63-bb013051f5.zip deleted file mode 100644 index 285d0e363..000000000 Binary files a/.yarn/cache/react-test-renderer-npm-0.0.0-experimental-4de99b3ca-20220221-242fbbbe63-bb013051f5.zip and /dev/null differ diff --git a/.yarn/cache/react-test-renderer-npm-18.1.0-4d31c8e713-401a0020ff.zip b/.yarn/cache/react-test-renderer-npm-18.1.0-4d31c8e713-401a0020ff.zip new file mode 100644 index 000000000..5f827980a Binary files /dev/null and b/.yarn/cache/react-test-renderer-npm-18.1.0-4d31c8e713-401a0020ff.zip differ diff --git a/.yarn/cache/regenerate-unicode-properties-npm-8.2.0-0e54c6463c-ee7db70ab2.zip b/.yarn/cache/regenerate-unicode-properties-npm-8.2.0-0e54c6463c-ee7db70ab2.zip new file mode 100644 index 000000000..d05ecd7ec Binary files /dev/null and b/.yarn/cache/regenerate-unicode-properties-npm-8.2.0-0e54c6463c-ee7db70ab2.zip differ diff --git a/.yarn/cache/regenerator-runtime-npm-0.13.7-41bcbe64ea-52b66e6669.zip b/.yarn/cache/regenerator-runtime-npm-0.13.7-41bcbe64ea-52b66e6669.zip new file mode 100644 index 000000000..9c11ea8d4 Binary files /dev/null and b/.yarn/cache/regenerator-runtime-npm-0.13.7-41bcbe64ea-52b66e6669.zip differ diff --git a/.yarn/cache/regexpu-core-npm-4.7.1-67fbfa97ed-368b4aab72.zip b/.yarn/cache/regexpu-core-npm-4.7.1-67fbfa97ed-368b4aab72.zip new file mode 100644 index 000000000..61c512674 Binary files /dev/null and b/.yarn/cache/regexpu-core-npm-4.7.1-67fbfa97ed-368b4aab72.zip differ diff --git a/.yarn/cache/regjsgen-npm-0.5.2-4c9c408ab2-87c83d8488.zip b/.yarn/cache/regjsgen-npm-0.5.2-4c9c408ab2-87c83d8488.zip new file mode 100644 index 000000000..abf89960d Binary files /dev/null and b/.yarn/cache/regjsgen-npm-0.5.2-4c9c408ab2-87c83d8488.zip differ diff --git a/.yarn/cache/regjsparser-npm-0.6.9-4fe5869344-1c439ec46a.zip b/.yarn/cache/regjsparser-npm-0.6.9-4fe5869344-1c439ec46a.zip new file mode 100644 index 000000000..c5e3ff675 Binary files /dev/null and b/.yarn/cache/regjsparser-npm-0.6.9-4fe5869344-1c439ec46a.zip differ diff --git a/.yarn/cache/resolve-npm-1.20.0-1bc5878aa9-40cf70b2cd.zip b/.yarn/cache/resolve-npm-1.20.0-1bc5878aa9-40cf70b2cd.zip new file mode 100644 index 000000000..9423e3b20 Binary files /dev/null and b/.yarn/cache/resolve-npm-1.20.0-1bc5878aa9-40cf70b2cd.zip differ diff --git a/.yarn/cache/resolve-patch-b4a69197d3-a0dd7d16a8.zip b/.yarn/cache/resolve-patch-b4a69197d3-a0dd7d16a8.zip new file mode 100644 index 000000000..4bae084e4 Binary files /dev/null and b/.yarn/cache/resolve-patch-b4a69197d3-a0dd7d16a8.zip differ diff --git a/.yarn/cache/restore-cursor-npm-2.0.0-80278eb6b7-482e13d02d.zip b/.yarn/cache/restore-cursor-npm-2.0.0-80278eb6b7-482e13d02d.zip deleted file mode 100644 index 3b01b88c0..000000000 Binary files a/.yarn/cache/restore-cursor-npm-2.0.0-80278eb6b7-482e13d02d.zip and /dev/null differ diff --git a/.yarn/cache/sax-npm-1.2.4-178f05f12f-d3df7d32b8.zip b/.yarn/cache/sax-npm-1.2.4-178f05f12f-d3df7d32b8.zip deleted file mode 100644 index d11501094..000000000 Binary files a/.yarn/cache/sax-npm-1.2.4-178f05f12f-d3df7d32b8.zip and /dev/null differ diff --git a/.yarn/cache/scheduler-npm-0.20.2-90beaecfba-c4b35cf967.zip b/.yarn/cache/scheduler-npm-0.20.2-90beaecfba-c4b35cf967.zip deleted file mode 100644 index 0a1c0040a..000000000 Binary files a/.yarn/cache/scheduler-npm-0.20.2-90beaecfba-c4b35cf967.zip and /dev/null differ diff --git a/.yarn/cache/scheduler-npm-0.0.0-experimental-4de99b3ca-20220221-f7e9f257a5-0d40d40605.zip b/.yarn/cache/scheduler-npm-0.21.0-9a906f4833-4f82850760.zip similarity index 90% rename from .yarn/cache/scheduler-npm-0.0.0-experimental-4de99b3ca-20220221-f7e9f257a5-0d40d40605.zip rename to .yarn/cache/scheduler-npm-0.21.0-9a906f4833-4f82850760.zip index 7d9e853d9..7fb342bf1 100644 Binary files a/.yarn/cache/scheduler-npm-0.0.0-experimental-4de99b3ca-20220221-f7e9f257a5-0d40d40605.zip and b/.yarn/cache/scheduler-npm-0.21.0-9a906f4833-4f82850760.zip differ diff --git a/.yarn/cache/scheduler-npm-0.22.0-63c9337981-a8ef5cab76.zip b/.yarn/cache/scheduler-npm-0.22.0-63c9337981-a8ef5cab76.zip new file mode 100644 index 000000000..1514b5550 Binary files /dev/null and b/.yarn/cache/scheduler-npm-0.22.0-63c9337981-a8ef5cab76.zip differ diff --git a/.yarn/cache/send-npm-0.17.1-aad5512679-d214c2fa42.zip b/.yarn/cache/send-npm-0.17.1-aad5512679-d214c2fa42.zip new file mode 100644 index 000000000..fd6259c71 Binary files /dev/null and b/.yarn/cache/send-npm-0.17.1-aad5512679-d214c2fa42.zip differ diff --git a/.yarn/cache/serve-static-npm-1.14.1-a7afb1d3b3-c6b268e848.zip b/.yarn/cache/serve-static-npm-1.14.1-a7afb1d3b3-c6b268e848.zip new file mode 100644 index 000000000..7228e0cfc Binary files /dev/null and b/.yarn/cache/serve-static-npm-1.14.1-a7afb1d3b3-c6b268e848.zip differ diff --git a/.yarn/cache/setprototypeof-npm-1.1.1-706b6318ec-a8bee29c1c.zip b/.yarn/cache/setprototypeof-npm-1.1.1-706b6318ec-a8bee29c1c.zip new file mode 100644 index 000000000..db6f60e87 Binary files /dev/null and b/.yarn/cache/setprototypeof-npm-1.1.1-706b6318ec-a8bee29c1c.zip differ diff --git a/.yarn/cache/shell-quote-npm-1.6.1-193629270d-982a4fdf2d.zip b/.yarn/cache/shell-quote-npm-1.6.1-193629270d-982a4fdf2d.zip deleted file mode 100644 index 4acb19041..000000000 Binary files a/.yarn/cache/shell-quote-npm-1.6.1-193629270d-982a4fdf2d.zip and /dev/null differ diff --git a/.yarn/cache/shell-quote-npm-1.7.2-8e2768dbb0-efad426fb2.zip b/.yarn/cache/shell-quote-npm-1.7.2-8e2768dbb0-efad426fb2.zip new file mode 100644 index 000000000..4e55154ef Binary files /dev/null and b/.yarn/cache/shell-quote-npm-1.7.2-8e2768dbb0-efad426fb2.zip differ diff --git a/.yarn/cache/simple-plist-npm-1.3.1-867629e5dc-3890b49db5.zip b/.yarn/cache/simple-plist-npm-1.3.1-867629e5dc-3890b49db5.zip deleted file mode 100644 index 6261f1ead..000000000 Binary files a/.yarn/cache/simple-plist-npm-1.3.1-867629e5dc-3890b49db5.zip and /dev/null differ diff --git a/.yarn/cache/sourcemap-codec-npm-1.4.8-3a1a9e60b1-b57981c056.zip b/.yarn/cache/sourcemap-codec-npm-1.4.8-3a1a9e60b1-b57981c056.zip new file mode 100644 index 000000000..de84f7977 Binary files /dev/null and b/.yarn/cache/sourcemap-codec-npm-1.4.8-3a1a9e60b1-b57981c056.zip differ diff --git a/.yarn/cache/store2-npm-2.12.0-79733c8c4f-dd4184a677.zip b/.yarn/cache/store2-npm-2.12.0-79733c8c4f-dd4184a677.zip new file mode 100644 index 000000000..e6a88c35c Binary files /dev/null and b/.yarn/cache/store2-npm-2.12.0-79733c8c4f-dd4184a677.zip differ diff --git a/.yarn/cache/stream-buffers-npm-2.2.0-4d954acabc-4587d9e8f0.zip b/.yarn/cache/stream-buffers-npm-2.2.0-4d954acabc-4587d9e8f0.zip deleted file mode 100644 index 58971d702..000000000 Binary files a/.yarn/cache/stream-buffers-npm-2.2.0-4d954acabc-4587d9e8f0.zip and /dev/null differ diff --git a/.yarn/cache/string-width-npm-4.2.2-aa12d6b759-343e089b0e.zip b/.yarn/cache/string-width-npm-4.2.2-aa12d6b759-343e089b0e.zip new file mode 100644 index 000000000..0bf940218 Binary files /dev/null and b/.yarn/cache/string-width-npm-4.2.2-aa12d6b759-343e089b0e.zip differ diff --git a/.yarn/cache/string.prototype.matchall-npm-4.0.5-d1090aaa50-0a9d64661e.zip b/.yarn/cache/string.prototype.matchall-npm-4.0.5-d1090aaa50-0a9d64661e.zip new file mode 100644 index 000000000..913557a82 Binary files /dev/null and b/.yarn/cache/string.prototype.matchall-npm-4.0.5-d1090aaa50-0a9d64661e.zip differ diff --git a/.yarn/cache/strip-ansi-npm-6.0.0-904613e9eb-04c3239ede.zip b/.yarn/cache/strip-ansi-npm-6.0.0-904613e9eb-04c3239ede.zip new file mode 100644 index 000000000..f7b2cf035 Binary files /dev/null and b/.yarn/cache/strip-ansi-npm-6.0.0-904613e9eb-04c3239ede.zip differ diff --git a/.yarn/cache/toidentifier-npm-1.0.0-5dad252f90-199e6bfca1.zip b/.yarn/cache/toidentifier-npm-1.0.0-5dad252f90-199e6bfca1.zip new file mode 100644 index 000000000..27ee34cbc Binary files /dev/null and b/.yarn/cache/toidentifier-npm-1.0.0-5dad252f90-199e6bfca1.zip differ diff --git a/.yarn/cache/tsconfig-paths-npm-3.12.0-b78aadfb3f-4999ec6cd1.zip b/.yarn/cache/tsconfig-paths-npm-3.12.0-b78aadfb3f-4999ec6cd1.zip new file mode 100644 index 000000000..e96420d14 Binary files /dev/null and b/.yarn/cache/tsconfig-paths-npm-3.12.0-b78aadfb3f-4999ec6cd1.zip differ diff --git a/.yarn/cache/tsconfig-paths-npm-3.9.0-92dcbdee37-243b3b098c.zip b/.yarn/cache/tsconfig-paths-npm-3.9.0-92dcbdee37-243b3b098c.zip new file mode 100644 index 000000000..8a80269bb Binary files /dev/null and b/.yarn/cache/tsconfig-paths-npm-3.9.0-92dcbdee37-243b3b098c.zip differ diff --git a/.yarn/cache/tslib-npm-2.3.0-277e75e108-8869694c26.zip b/.yarn/cache/tslib-npm-2.3.0-277e75e108-8869694c26.zip new file mode 100644 index 000000000..01678efb9 Binary files /dev/null and b/.yarn/cache/tslib-npm-2.3.0-277e75e108-8869694c26.zip differ diff --git a/.yarn/cache/typescript-npm-4.7.0-beta-899519b94a-16fccf26fe.zip b/.yarn/cache/typescript-npm-4.7.0-beta-899519b94a-16fccf26fe.zip new file mode 100644 index 000000000..4bfe7f472 Binary files /dev/null and b/.yarn/cache/typescript-npm-4.7.0-beta-899519b94a-16fccf26fe.zip differ diff --git a/.yarn/cache/typescript-npm-4.7.0-dev.20220215-5fed715a0e-06632ec51e.zip b/.yarn/cache/typescript-npm-4.7.0-dev.20220215-5fed715a0e-06632ec51e.zip deleted file mode 100644 index 4184cf875..000000000 Binary files a/.yarn/cache/typescript-npm-4.7.0-dev.20220215-5fed715a0e-06632ec51e.zip and /dev/null differ diff --git a/.yarn/cache/typescript-patch-0ef5cd2578-3defbb5205.zip b/.yarn/cache/typescript-patch-0ef5cd2578-3defbb5205.zip deleted file mode 100644 index 60b78a79c..000000000 Binary files a/.yarn/cache/typescript-patch-0ef5cd2578-3defbb5205.zip and /dev/null differ diff --git a/.yarn/cache/typescript-patch-82d76d81aa-1c965eee33.zip b/.yarn/cache/typescript-patch-82d76d81aa-1c965eee33.zip new file mode 100644 index 000000000..302792dc9 Binary files /dev/null and b/.yarn/cache/typescript-patch-82d76d81aa-1c965eee33.zip differ diff --git a/.yarn/cache/unicode-canonical-property-names-ecmascript-npm-1.0.4-8c5eeb73e7-cc1973b18d.zip b/.yarn/cache/unicode-canonical-property-names-ecmascript-npm-1.0.4-8c5eeb73e7-cc1973b18d.zip new file mode 100644 index 000000000..ff80d68fa Binary files /dev/null and b/.yarn/cache/unicode-canonical-property-names-ecmascript-npm-1.0.4-8c5eeb73e7-cc1973b18d.zip differ diff --git a/.yarn/cache/unicode-match-property-ecmascript-npm-1.0.4-4729801dd7-08e269fac7.zip b/.yarn/cache/unicode-match-property-ecmascript-npm-1.0.4-4729801dd7-08e269fac7.zip new file mode 100644 index 000000000..559f63cb6 Binary files /dev/null and b/.yarn/cache/unicode-match-property-ecmascript-npm-1.0.4-4729801dd7-08e269fac7.zip differ diff --git a/.yarn/cache/unicode-match-property-value-ecmascript-npm-1.2.0-d6b5d66edf-2e663cfec8.zip b/.yarn/cache/unicode-match-property-value-ecmascript-npm-1.2.0-d6b5d66edf-2e663cfec8.zip new file mode 100644 index 000000000..8dffef961 Binary files /dev/null and b/.yarn/cache/unicode-match-property-value-ecmascript-npm-1.2.0-d6b5d66edf-2e663cfec8.zip differ diff --git a/.yarn/cache/unicode-property-aliases-ecmascript-npm-1.1.0-2d3021f23b-1a96dc462d.zip b/.yarn/cache/unicode-property-aliases-ecmascript-npm-1.1.0-2d3021f23b-1a96dc462d.zip new file mode 100644 index 000000000..cde8d391f Binary files /dev/null and b/.yarn/cache/unicode-property-aliases-ecmascript-npm-1.1.0-2d3021f23b-1a96dc462d.zip differ diff --git a/.yarn/cache/uuid-npm-7.0.3-2b088bd924-f5b7b5cc28.zip b/.yarn/cache/uuid-npm-7.0.3-2b088bd924-f5b7b5cc28.zip deleted file mode 100644 index 8104c85c2..000000000 Binary files a/.yarn/cache/uuid-npm-7.0.3-2b088bd924-f5b7b5cc28.zip and /dev/null differ diff --git a/.yarn/cache/wide-align-npm-1.1.3-48c7d4953c-d09c801265.zip b/.yarn/cache/wide-align-npm-1.1.3-48c7d4953c-d09c801265.zip new file mode 100644 index 000000000..778676aaa Binary files /dev/null and b/.yarn/cache/wide-align-npm-1.1.3-48c7d4953c-d09c801265.zip differ diff --git a/.yarn/cache/ws-npm-7.5.0-2736efb7e8-1918eef52c.zip b/.yarn/cache/ws-npm-7.5.0-2736efb7e8-1918eef52c.zip new file mode 100644 index 000000000..deaeb737d Binary files /dev/null and b/.yarn/cache/ws-npm-7.5.0-2736efb7e8-1918eef52c.zip differ diff --git a/.yarn/cache/xcode-npm-3.0.1-97989f05ef-908ff85851.zip b/.yarn/cache/xcode-npm-3.0.1-97989f05ef-908ff85851.zip deleted file mode 100644 index a0b10e82a..000000000 Binary files a/.yarn/cache/xcode-npm-3.0.1-97989f05ef-908ff85851.zip and /dev/null differ diff --git a/.yarn/cache/xmldoc-npm-1.1.2-e920f25a97-ada5101e82.zip b/.yarn/cache/xmldoc-npm-1.1.2-e920f25a97-ada5101e82.zip deleted file mode 100644 index d98a5371b..000000000 Binary files a/.yarn/cache/xmldoc-npm-1.1.2-e920f25a97-ada5101e82.zip and /dev/null differ diff --git a/.yarn/cache/xmldom-npm-0.6.0-59d30a71e1-710f64f5b2.zip b/.yarn/cache/xmldom-npm-0.6.0-59d30a71e1-710f64f5b2.zip new file mode 100644 index 000000000..d7cdf712e Binary files /dev/null and b/.yarn/cache/xmldom-npm-0.6.0-59d30a71e1-710f64f5b2.zip differ diff --git a/Gemfile b/Gemfile new file mode 100644 index 000000000..5efda89f4 --- /dev/null +++ b/Gemfile @@ -0,0 +1,6 @@ +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' diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index bfc985d1c..000000000 --- a/Gemfile.lock +++ /dev/null @@ -1,100 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - CFPropertyList (3.0.5) - rexml - activesupport (6.1.5) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 1.6, < 2) - minitest (>= 5.1) - tzinfo (~> 2.0) - zeitwerk (~> 2.3) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) - algoliasearch (1.27.5) - httpclient (~> 2.8, >= 2.8.3) - json (>= 1.5.1) - atomos (0.1.3) - claide (1.1.0) - cocoapods (1.11.3) - addressable (~> 2.8) - claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.11.3) - cocoapods-deintegrate (>= 1.0.3, < 2.0) - cocoapods-downloader (>= 1.4.0, < 2.0) - cocoapods-plugins (>= 1.0.0, < 2.0) - cocoapods-search (>= 1.0.0, < 2.0) - cocoapods-trunk (>= 1.4.0, < 2.0) - cocoapods-try (>= 1.1.0, < 2.0) - colored2 (~> 3.1) - escape (~> 0.0.4) - fourflusher (>= 2.3.0, < 3.0) - gh_inspector (~> 1.0) - molinillo (~> 0.8.0) - nap (~> 1.0) - ruby-macho (>= 1.0, < 3.0) - xcodeproj (>= 1.21.0, < 2.0) - cocoapods-core (1.11.3) - activesupport (>= 5.0, < 7) - addressable (~> 2.8) - algoliasearch (~> 1.0) - concurrent-ruby (~> 1.1) - fuzzy_match (~> 2.0.4) - nap (~> 1.0) - netrc (~> 0.11) - public_suffix (~> 4.0) - typhoeus (~> 1.0) - cocoapods-deintegrate (1.0.5) - cocoapods-downloader (1.6.3) - cocoapods-plugins (1.0.0) - nap - cocoapods-search (1.0.1) - cocoapods-trunk (1.6.0) - nap (>= 0.8, < 2.0) - netrc (~> 0.11) - cocoapods-try (1.2.0) - colored2 (3.1.2) - concurrent-ruby (1.1.10) - escape (0.0.4) - ethon (0.15.0) - ffi (>= 1.15.0) - ffi (1.15.5) - fourflusher (2.3.1) - fuzzy_match (2.0.4) - gh_inspector (1.1.3) - httpclient (2.8.3) - i18n (1.10.0) - concurrent-ruby (~> 1.0) - json (2.6.1) - minitest (5.15.0) - molinillo (0.8.0) - nanaimo (0.3.0) - nap (1.1.0) - netrc (0.11.0) - public_suffix (4.0.7) - rexml (3.2.5) - ruby-macho (2.5.1) - typhoeus (1.4.0) - ethon (>= 0.9.0) - tzinfo (2.0.4) - concurrent-ruby (~> 1.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) - zeitwerk (2.5.4) - -PLATFORMS - ruby - -DEPENDENCIES - cocoapods (~> 1.11, >= 1.11.2) - -RUBY VERSION - ruby 2.7.4p191 - -BUNDLED WITH - 2.2.27 \ No newline at end of file diff --git a/android/app/build.gradle b/android/app/build.gradle index 588e998d9..22d7a9a83 100755 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -1,7 +1,6 @@ apply plugin: "com.android.application" import com.android.build.OutputFile -import org.apache.tools.ant.taskdefs.condition.Os /** * The react.gradle file registers a task for each build variant (e.g. bundleDebugJsAndAssets @@ -153,18 +152,13 @@ android { "GENERATED_SRC_DIR=$buildDir/generated/source", "PROJECT_BUILD_DIR=$buildDir", "REACT_ANDROID_DIR=$rootDir/../node_modules/react-native/ReactAndroid", - "REACT_ANDROID_BUILD_DIR=$rootDir/../node_modules/react-native/ReactAndroid/build" + "REACT_ANDROID_BUILD_DIR=$rootDir/../node_modules/react-native/ReactAndroid/build", + "NODE_MODULES_DIR=$rootDir/../node_modules" cFlags "-Wall", "-Werror", "-fexceptions", "-frtti", "-DWITH_INSPECTOR=1" cppFlags "-std=c++17" // Make sure this target name is the same you specify inside the // src/main/jni/Android.mk file for the `LOCAL_MODULE` variable. targets "leotm_myapp_appmodules" - - // Fix for windows limit on number of character in file paths and in command lines - if (Os.isFamily(Os.FAMILY_WINDOWS)) { - arguments "NDK_OUT=${rootProject.projectDir.getParent()}\\.cxx", - "NDK_APP_SHORT_COMMANDS=true" - } } } if (!enableSeparateBuildPerCPUArchitecture) { @@ -265,13 +259,10 @@ android { dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) - implementation project(":ReactAndroid") // From node_modules + //noinspection GradleDynamicVersion + implementation "com.facebook.react:react-native:+" // From node_modules - // https://developer.android.com/jetpack/androidx/releases/swiperefreshlayout - // https://developer.android.com/reference/kotlin/androidx/swiperefreshlayout/widget/package-summary - // https://android.googlesource.com/platform/frameworks/support/+/refs/heads/androidx-main/swiperefreshlayout/swiperefreshlayout - // https://github.com/android/views-widgets-samples - implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01" + implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0" debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") { exclude group:'com.facebook.fbjni' @@ -287,9 +278,10 @@ dependencies { } if (enableHermes) { - def hermesPath = "../../node_modules/hermes-engine/android/" - debugImplementation files(hermesPath + "hermes-debug.aar") - releaseImplementation files(hermesPath + "hermes-release.aar") + //noinspection GradleDynamicVersion + implementation("com.facebook.react:hermes-engine:+") { // From node_modules + exclude group:'com.facebook.fbjni' + } } else { implementation jscFlavor } @@ -302,7 +294,11 @@ if (isNewArchitectureEnabled()) { configurations.all { resolutionStrategy.dependencySubstitution { substitute(module("com.facebook.react:react-native")) - .using(project(":ReactAndroid")).because("On New Architecture we're building React Native from source") + .using(project(":ReactAndroid")) + .because("On New Architecture we're building React Native from source") + substitute(module("com.facebook.react:hermes-engine")) + .using(project(":ReactAndroid:hermes-engine")) + .because("On New Architecture we're building Hermes from source") } } } diff --git a/android/app/src/main/java/com/leotm/myapp/MainActivity.java b/android/app/src/main/java/com/leotm/myapp/MainActivity.java index df1811b0e..f3a8e22d7 100644 --- a/android/app/src/main/java/com/leotm/myapp/MainActivity.java +++ b/android/app/src/main/java/com/leotm/myapp/MainActivity.java @@ -37,5 +37,12 @@ protected ReactRootView createRootView() { reactRootView.setIsFabric(BuildConfig.IS_NEW_ARCHITECTURE_ENABLED); return reactRootView; } + + @Override + protected boolean isConcurrentRootEnabled() { + // If you opted-in for the New Architecture, we enable Concurrent Root (i.e. React 18). + // More on this on https://reactjs.org/blog/2022/03/29/react-v18.html + return BuildConfig.IS_NEW_ARCHITECTURE_ENABLED; + } } } diff --git a/android/app/src/main/java/com/leotm/myapp/newarchitecture/MainApplicationReactNativeHost.java b/android/app/src/main/java/com/leotm/myapp/newarchitecture/MainApplicationReactNativeHost.java index 9c748077a..929bcd083 100644 --- a/android/app/src/main/java/com/leotm/myapp/newarchitecture/MainApplicationReactNativeHost.java +++ b/android/app/src/main/java/com/leotm/myapp/newarchitecture/MainApplicationReactNativeHost.java @@ -16,8 +16,8 @@ import com.facebook.react.bridge.UIManager; import com.facebook.react.fabric.ComponentFactory; import com.facebook.react.fabric.CoreComponentsRegistry; -import com.facebook.react.fabric.EmptyReactNativeConfig; import com.facebook.react.fabric.FabricJSIModuleProvider; +import com.facebook.react.fabric.ReactNativeConfig; import com.facebook.react.uimanager.ViewManagerRegistry; import com.leotm.myapp.BuildConfig; import com.leotm.myapp.newarchitecture.components.MainComponentsRegistry; @@ -105,7 +105,7 @@ public JSIModuleProvider getJSIModuleProvider() { return new FabricJSIModuleProvider( reactApplicationContext, componentFactory, - new EmptyReactNativeConfig(), + ReactNativeConfig.DEFAULT_CONFIG, viewManagerRegistry); } }); diff --git a/android/app/src/main/jni/Android.mk b/android/app/src/main/jni/Android.mk index 5f4b7543c..c53f05d1f 100644 --- a/android/app/src/main/jni/Android.mk +++ b/android/app/src/main/jni/Android.mk @@ -28,8 +28,7 @@ LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH) LOCAL_SHARED_LIBRARIES := \ libfabricjni \ libfbjni \ - libfolly_futures \ - libfolly_json \ + libfolly_runtime \ libglog \ libjsi \ libreact_codegen_rncore \ diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index b1216f98f..859197b86 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -2,6 +2,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists # https://services.gradle.org/distributions # https://gradle.org/nightly -distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-7.5-20220331233901+0000-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/android/settings.gradle b/android/settings.gradle index 05792d208..7d1c43ad4 100755 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -6,4 +6,6 @@ includeBuild('../node_modules/react-native-gradle-plugin') if (settings.hasProperty("newArchEnabled") && settings.newArchEnabled == "true") { include(":ReactAndroid") project(":ReactAndroid").projectDir = file('../node_modules/react-native/ReactAndroid') + include(":ReactAndroid:hermes-engine") + project(":ReactAndroid:hermes-engine").projectDir = file('../node_modules/react-native/ReactAndroid/hermes-engine') } diff --git a/ios/MyApp.xcodeproj/project.pbxproj b/ios/MyApp.xcodeproj/project.pbxproj index a958d13d5..5a01f0ccd 100644 --- a/ios/MyApp.xcodeproj/project.pbxproj +++ b/ios/MyApp.xcodeproj/project.pbxproj @@ -261,13 +261,15 @@ files = ( ); inputPaths = ( + "$(SRCROOT)/.xcode.env.local", + "$(SRCROOT)/.xcode.env", ); name = "Bundle React Native code and images"; outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh"; + shellScript = "set -e\n\nWITH_ENVIRONMENT=\"../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n"; }; 295DF23B7F8DCF5118F3DEC8 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; @@ -457,7 +459,7 @@ "$(inherited)", ); INFOPLIST_FILE = MyAppTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.4; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; OTHER_CFLAGS = ( "$(inherited)", @@ -481,7 +483,7 @@ BUNDLE_LOADER = "$(TEST_HOST)"; COPY_PHASE_STRIP = NO; INFOPLIST_FILE = MyAppTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.4; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; OTHER_CFLAGS = ( "$(inherited)", @@ -604,7 +606,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.4; LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)"; LIBRARY_SEARCH_PATHS = ( "$(SDKROOT)/usr/lib/swift", @@ -613,6 +615,13 @@ ); MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; + OTHER_CPLUSPLUSFLAGS = ( + "$(OTHER_CFLAGS)", + "-DFOLLY_NO_CONFIG", + "-DFOLLY_MOBILE=1", + "-DFOLLY_USE_LIBCPP=1", + ); + REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; }; name = Debug; @@ -658,7 +667,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.4; LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)"; LIBRARY_SEARCH_PATHS = ( "$(SDKROOT)/usr/lib/swift", @@ -666,6 +675,13 @@ "\"$(inherited)\"", ); MTL_ENABLE_DEBUG_INFO = NO; + OTHER_CPLUSPLUSFLAGS = ( + "$(OTHER_CFLAGS)", + "-DFOLLY_NO_CONFIG", + "-DFOLLY_MOBILE=1", + "-DFOLLY_USE_LIBCPP=1", + ); + REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES; }; diff --git a/ios/MyApp/AppDelegate.mm b/ios/MyApp/AppDelegate.mm index a6da1f892..cddd8c9ae 100644 --- a/ios/MyApp/AppDelegate.mm +++ b/ios/MyApp/AppDelegate.mm @@ -16,6 +16,8 @@ #import +static NSString *const kRNConcurrentRoot = @"concurrentRoot"; + @interface AppDelegate () { RCTTurboModuleManager *_turboModuleManager; RCTSurfacePresenterBridgeAdapter *_bridgeAdapter; @@ -29,6 +31,8 @@ @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { + RCTEnableTurboModule(YES); // https://reactnative.dev/docs/next/new-architecture-app-modules-ios#3-enable-turbomodule-system + RCTAppSetupPrepareApp(application); RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self launchOptions:launchOptions]; @@ -41,7 +45,8 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( bridge.surfacePresenter = _bridgeAdapter.surfacePresenter; #endif - UIView *rootView = RCTAppSetupDefaultRootView(bridge, @"MyApp", nil); + NSDictionary *initProps = [self prepareInitialProps]; + UIView *rootView = RCTAppSetupDefaultRootView(bridge, @"MyApp", initProps); if (@available(iOS 13.0, *)) { rootView.backgroundColor = [UIColor systemBackgroundColor]; @@ -57,6 +62,28 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( return YES; } +/// This method controls whether the `concurrentRoot`feature of React18 is turned on or off. +/// +/// @see: https://reactjs.org/blog/2022/03/29/react-v18.html +/// @note: This requires to be rendering on Fabric (i.e. on the New Architecture). +/// @return: `true` if the `concurrentRoot` feture is enabled. Otherwise, it returns `false`. +- (BOOL)concurrentRootEnabled +{ + // Switch this bool to turn on and off the concurrent root + return true; +} + +- (NSDictionary *)prepareInitialProps +{ + NSMutableDictionary *initProps = [NSMutableDictionary new]; + +#ifdef RCT_NEW_ARCH_ENABLED + initProps[kRNConcurrentRoot] = @([self concurrentRootEnabled]); +#endif + + return initProps; +} + - (NSURL *)sourceURLForBridge:(RCTBridge *)bridge { #if DEBUG diff --git a/ios/Podfile.lock b/ios/Podfile.lock index cdf6d6cd0..f12e285db 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -2,14 +2,14 @@ PODS: - boost (1.76.0) - CocoaAsyncSocket (7.6.5) - DoubleConversion (1.1.6) - - FBLazyVector (0.68.1) - - FBReactNativeSpec (0.68.1): + - FBLazyVector (0.69.0-rc.0) + - FBReactNativeSpec (0.69.0-rc.0): - RCT-Folly (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-Core (= 0.68.1) - - React-jsi (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-Core (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) - Flipper (0.138.0): - Flipper-Folly (~> 2.6) - Flipper-Boost-iOSX (1.76.0.1.11) @@ -97,604 +97,607 @@ PODS: - fmt (~> 6.2.1) - glog - libevent - - RCTRequired (0.68.1) - - RCTTypeSafety (0.68.1): - - FBLazyVector (= 0.68.1) + - RCTRequired (0.69.0-rc.0) + - RCTTypeSafety (0.69.0-rc.0): + - FBLazyVector (= 0.69.0-rc.0) + - RCTRequired (= 0.69.0-rc.0) + - React-Core (= 0.69.0-rc.0) + - React (0.69.0-rc.0): + - React-Core (= 0.69.0-rc.0) + - React-Core/DevSupport (= 0.69.0-rc.0) + - React-Core/RCTWebSocket (= 0.69.0-rc.0) + - React-RCTActionSheet (= 0.69.0-rc.0) + - React-RCTAnimation (= 0.69.0-rc.0) + - React-RCTBlob (= 0.69.0-rc.0) + - React-RCTImage (= 0.69.0-rc.0) + - React-RCTLinking (= 0.69.0-rc.0) + - React-RCTNetwork (= 0.69.0-rc.0) + - React-RCTSettings (= 0.69.0-rc.0) + - React-RCTText (= 0.69.0-rc.0) + - React-RCTVibration (= 0.69.0-rc.0) + - React-bridging (0.69.0-rc.0): - RCT-Folly (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - React-Core (= 0.68.1) - - React (0.68.1): - - React-Core (= 0.68.1) - - React-Core/DevSupport (= 0.68.1) - - React-Core/RCTWebSocket (= 0.68.1) - - React-RCTActionSheet (= 0.68.1) - - React-RCTAnimation (= 0.68.1) - - React-RCTBlob (= 0.68.1) - - React-RCTImage (= 0.68.1) - - React-RCTLinking (= 0.68.1) - - React-RCTNetwork (= 0.68.1) - - React-RCTSettings (= 0.68.1) - - React-RCTText (= 0.68.1) - - React-RCTVibration (= 0.68.1) - - React-callinvoker (0.68.1) - - React-Codegen (0.68.1): - - FBReactNativeSpec (= 0.68.1) + - React-jsi (= 0.69.0-rc.0) + - React-callinvoker (0.69.0-rc.0) + - React-Codegen (0.69.0-rc.0): + - FBReactNativeSpec (= 0.69.0-rc.0) - RCT-Folly (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-Core (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - React-rncore (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Core (0.68.1): + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-Core (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - React-rncore (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Core (0.69.0-rc.0): - glog - RCT-Folly (= 2021.06.28.00-v2) - - React-Core/Default (= 0.68.1) - - React-cxxreact (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - React-perflogger (= 0.68.1) + - React-Core/Default (= 0.69.0-rc.0) + - React-cxxreact (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - React-perflogger (= 0.69.0-rc.0) - Yoga - - React-Core/CoreModulesHeaders (0.68.1): + - React-Core/CoreModulesHeaders (0.69.0-rc.0): - glog - RCT-Folly (= 2021.06.28.00-v2) - React-Core/Default - - React-cxxreact (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - React-perflogger (= 0.68.1) + - React-cxxreact (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - React-perflogger (= 0.69.0-rc.0) - Yoga - - React-Core/Default (0.68.1): + - React-Core/Default (0.69.0-rc.0): - glog - RCT-Folly (= 2021.06.28.00-v2) - - React-cxxreact (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - React-perflogger (= 0.68.1) + - React-cxxreact (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - React-perflogger (= 0.69.0-rc.0) - Yoga - - React-Core/DevSupport (0.68.1): + - React-Core/DevSupport (0.69.0-rc.0): - glog - RCT-Folly (= 2021.06.28.00-v2) - - React-Core/Default (= 0.68.1) - - React-Core/RCTWebSocket (= 0.68.1) - - React-cxxreact (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - React-jsinspector (= 0.68.1) - - React-perflogger (= 0.68.1) + - React-Core/Default (= 0.69.0-rc.0) + - React-Core/RCTWebSocket (= 0.69.0-rc.0) + - React-cxxreact (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - React-jsinspector (= 0.69.0-rc.0) + - React-perflogger (= 0.69.0-rc.0) - Yoga - - React-Core/RCTActionSheetHeaders (0.68.1): + - React-Core/RCTActionSheetHeaders (0.69.0-rc.0): - glog - RCT-Folly (= 2021.06.28.00-v2) - React-Core/Default - - React-cxxreact (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - React-perflogger (= 0.68.1) + - React-cxxreact (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - React-perflogger (= 0.69.0-rc.0) - Yoga - - React-Core/RCTAnimationHeaders (0.68.1): + - React-Core/RCTAnimationHeaders (0.69.0-rc.0): - glog - RCT-Folly (= 2021.06.28.00-v2) - React-Core/Default - - React-cxxreact (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - React-perflogger (= 0.68.1) + - React-cxxreact (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - React-perflogger (= 0.69.0-rc.0) - Yoga - - React-Core/RCTBlobHeaders (0.68.1): + - React-Core/RCTBlobHeaders (0.69.0-rc.0): - glog - RCT-Folly (= 2021.06.28.00-v2) - React-Core/Default - - React-cxxreact (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - React-perflogger (= 0.68.1) + - React-cxxreact (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - React-perflogger (= 0.69.0-rc.0) - Yoga - - React-Core/RCTImageHeaders (0.68.1): + - React-Core/RCTImageHeaders (0.69.0-rc.0): - glog - RCT-Folly (= 2021.06.28.00-v2) - React-Core/Default - - React-cxxreact (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - React-perflogger (= 0.68.1) + - React-cxxreact (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - React-perflogger (= 0.69.0-rc.0) - Yoga - - React-Core/RCTLinkingHeaders (0.68.1): + - React-Core/RCTLinkingHeaders (0.69.0-rc.0): - glog - RCT-Folly (= 2021.06.28.00-v2) - React-Core/Default - - React-cxxreact (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - React-perflogger (= 0.68.1) + - React-cxxreact (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - React-perflogger (= 0.69.0-rc.0) - Yoga - - React-Core/RCTNetworkHeaders (0.68.1): + - React-Core/RCTNetworkHeaders (0.69.0-rc.0): - glog - RCT-Folly (= 2021.06.28.00-v2) - React-Core/Default - - React-cxxreact (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - React-perflogger (= 0.68.1) + - React-cxxreact (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - React-perflogger (= 0.69.0-rc.0) - Yoga - - React-Core/RCTSettingsHeaders (0.68.1): + - React-Core/RCTSettingsHeaders (0.69.0-rc.0): - glog - RCT-Folly (= 2021.06.28.00-v2) - React-Core/Default - - React-cxxreact (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - React-perflogger (= 0.68.1) + - React-cxxreact (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - React-perflogger (= 0.69.0-rc.0) - Yoga - - React-Core/RCTTextHeaders (0.68.1): + - React-Core/RCTTextHeaders (0.69.0-rc.0): - glog - RCT-Folly (= 2021.06.28.00-v2) - React-Core/Default - - React-cxxreact (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - React-perflogger (= 0.68.1) + - React-cxxreact (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - React-perflogger (= 0.69.0-rc.0) - Yoga - - React-Core/RCTVibrationHeaders (0.68.1): + - React-Core/RCTVibrationHeaders (0.69.0-rc.0): - glog - RCT-Folly (= 2021.06.28.00-v2) - React-Core/Default - - React-cxxreact (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - React-perflogger (= 0.68.1) + - React-cxxreact (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - React-perflogger (= 0.69.0-rc.0) - Yoga - - React-Core/RCTWebSocket (0.68.1): + - React-Core/RCTWebSocket (0.69.0-rc.0): - glog - RCT-Folly (= 2021.06.28.00-v2) - - React-Core/Default (= 0.68.1) - - React-cxxreact (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - React-perflogger (= 0.68.1) + - React-Core/Default (= 0.69.0-rc.0) + - React-cxxreact (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - React-perflogger (= 0.69.0-rc.0) - Yoga - - React-CoreModules (0.68.1): + - React-CoreModules (0.69.0-rc.0): - RCT-Folly (= 2021.06.28.00-v2) - - RCTTypeSafety (= 0.68.1) - - React-Codegen (= 0.68.1) - - React-Core/CoreModulesHeaders (= 0.68.1) - - React-jsi (= 0.68.1) - - React-RCTImage (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-cxxreact (0.68.1): + - RCTTypeSafety (= 0.69.0-rc.0) + - React-Codegen (= 0.69.0-rc.0) + - React-Core/CoreModulesHeaders (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-RCTImage (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-cxxreact (0.69.0-rc.0): - boost (= 1.76.0) - DoubleConversion - glog - RCT-Folly (= 2021.06.28.00-v2) - - React-callinvoker (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsinspector (= 0.68.1) - - React-logger (= 0.68.1) - - React-perflogger (= 0.68.1) - - React-runtimeexecutor (= 0.68.1) - - React-Fabric (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-Fabric/animations (= 0.68.1) - - React-Fabric/attributedstring (= 0.68.1) - - React-Fabric/butter (= 0.68.1) - - React-Fabric/componentregistry (= 0.68.1) - - React-Fabric/componentregistrynative (= 0.68.1) - - React-Fabric/components (= 0.68.1) - - React-Fabric/config (= 0.68.1) - - React-Fabric/core (= 0.68.1) - - React-Fabric/debug_core (= 0.68.1) - - React-Fabric/debug_renderer (= 0.68.1) - - React-Fabric/imagemanager (= 0.68.1) - - React-Fabric/leakchecker (= 0.68.1) - - React-Fabric/mounting (= 0.68.1) - - React-Fabric/runtimescheduler (= 0.68.1) - - React-Fabric/scheduler (= 0.68.1) - - React-Fabric/telemetry (= 0.68.1) - - React-Fabric/templateprocessor (= 0.68.1) - - React-Fabric/textlayoutmanager (= 0.68.1) - - React-Fabric/uimanager (= 0.68.1) - - React-Fabric/utils (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/animations (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/attributedstring (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/butter (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/componentregistry (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/componentregistrynative (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/components (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-Fabric/components/activityindicator (= 0.68.1) - - React-Fabric/components/image (= 0.68.1) - - React-Fabric/components/inputaccessory (= 0.68.1) - - React-Fabric/components/legacyviewmanagerinterop (= 0.68.1) - - React-Fabric/components/modal (= 0.68.1) - - React-Fabric/components/root (= 0.68.1) - - React-Fabric/components/safeareaview (= 0.68.1) - - React-Fabric/components/scrollview (= 0.68.1) - - React-Fabric/components/slider (= 0.68.1) - - React-Fabric/components/text (= 0.68.1) - - React-Fabric/components/textinput (= 0.68.1) - - React-Fabric/components/unimplementedview (= 0.68.1) - - React-Fabric/components/view (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/components/activityindicator (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/components/image (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/components/inputaccessory (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/components/legacyviewmanagerinterop (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/components/modal (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/components/root (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/components/safeareaview (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/components/scrollview (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/components/slider (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/components/text (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/components/textinput (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/components/unimplementedview (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/components/view (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) + - React-callinvoker (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsinspector (= 0.69.0-rc.0) + - React-logger (= 0.69.0-rc.0) + - React-perflogger (= 0.69.0-rc.0) + - React-runtimeexecutor (= 0.69.0-rc.0) + - React-Fabric (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-Fabric/animations (= 0.69.0-rc.0) + - React-Fabric/attributedstring (= 0.69.0-rc.0) + - React-Fabric/butter (= 0.69.0-rc.0) + - React-Fabric/componentregistry (= 0.69.0-rc.0) + - React-Fabric/componentregistrynative (= 0.69.0-rc.0) + - React-Fabric/components (= 0.69.0-rc.0) + - React-Fabric/config (= 0.69.0-rc.0) + - React-Fabric/core (= 0.69.0-rc.0) + - React-Fabric/debug_core (= 0.69.0-rc.0) + - React-Fabric/debug_renderer (= 0.69.0-rc.0) + - React-Fabric/imagemanager (= 0.69.0-rc.0) + - React-Fabric/leakchecker (= 0.69.0-rc.0) + - React-Fabric/mounting (= 0.69.0-rc.0) + - React-Fabric/runtimescheduler (= 0.69.0-rc.0) + - React-Fabric/scheduler (= 0.69.0-rc.0) + - React-Fabric/telemetry (= 0.69.0-rc.0) + - React-Fabric/templateprocessor (= 0.69.0-rc.0) + - React-Fabric/textlayoutmanager (= 0.69.0-rc.0) + - React-Fabric/uimanager (= 0.69.0-rc.0) + - React-Fabric/utils (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/animations (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/attributedstring (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/butter (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/componentregistry (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/componentregistrynative (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/components (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-Fabric/components/activityindicator (= 0.69.0-rc.0) + - React-Fabric/components/image (= 0.69.0-rc.0) + - React-Fabric/components/inputaccessory (= 0.69.0-rc.0) + - React-Fabric/components/legacyviewmanagerinterop (= 0.69.0-rc.0) + - React-Fabric/components/modal (= 0.69.0-rc.0) + - React-Fabric/components/root (= 0.69.0-rc.0) + - React-Fabric/components/safeareaview (= 0.69.0-rc.0) + - React-Fabric/components/scrollview (= 0.69.0-rc.0) + - React-Fabric/components/slider (= 0.69.0-rc.0) + - React-Fabric/components/text (= 0.69.0-rc.0) + - React-Fabric/components/textinput (= 0.69.0-rc.0) + - React-Fabric/components/unimplementedview (= 0.69.0-rc.0) + - React-Fabric/components/view (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/components/activityindicator (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/components/image (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/components/inputaccessory (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/components/legacyviewmanagerinterop (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/components/modal (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/components/root (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/components/safeareaview (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/components/scrollview (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/components/slider (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/components/text (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/components/textinput (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/components/unimplementedview (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/components/view (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) - Yoga - - React-Fabric/config (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/core (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/debug_core (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/debug_renderer (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/imagemanager (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - React-RCTImage (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/leakchecker (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/mounting (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/runtimescheduler (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/scheduler (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/telemetry (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/templateprocessor (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/textlayoutmanager (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) + - React-Fabric/config (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/core (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/debug_core (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/debug_renderer (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/imagemanager (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - React-RCTImage (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/leakchecker (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/mounting (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/runtimescheduler (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/scheduler (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/telemetry (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/templateprocessor (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/textlayoutmanager (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) - React-Fabric/uimanager - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/uimanager (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-Fabric/utils (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - RCTRequired (= 0.68.1) - - RCTTypeSafety (= 0.68.1) - - React-graphics (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-graphics (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - React-Core/Default (= 0.68.1) - - React-hermes (0.68.1): + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/uimanager (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-Fabric/utils (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.0-rc.0) + - RCTTypeSafety (= 0.69.0-rc.0) + - React-graphics (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-graphics (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - React-Core/Default (= 0.69.0-rc.0) + - React-hermes (0.69.0-rc.0): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.06.28.00-v2) - RCT-Folly/Futures (= 2021.06.28.00-v2) - - React-cxxreact (= 0.68.1) - - React-jsi (= 0.68.1) - - React-jsiexecutor (= 0.68.1) - - React-jsinspector (= 0.68.1) - - React-perflogger (= 0.68.1) - - React-jsi (0.68.1): + - React-cxxreact (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-jsiexecutor (= 0.69.0-rc.0) + - React-jsinspector (= 0.69.0-rc.0) + - React-perflogger (= 0.69.0-rc.0) + - React-jsi (0.69.0-rc.0): - boost (= 1.76.0) - DoubleConversion - glog - RCT-Folly (= 2021.06.28.00-v2) - - React-jsi/Default (= 0.68.1) - - React-jsi/Default (0.68.1): + - React-jsi/Default (= 0.69.0-rc.0) + - React-jsi/Default (0.69.0-rc.0): - boost (= 1.76.0) - DoubleConversion - glog - RCT-Folly (= 2021.06.28.00-v2) - - React-jsi/Fabric (0.68.1): + - React-jsi/Fabric (0.69.0-rc.0): - boost (= 1.76.0) - DoubleConversion - glog - RCT-Folly (= 2021.06.28.00-v2) - - React-jsiexecutor (0.68.1): + - React-jsiexecutor (0.69.0-rc.0): - DoubleConversion - glog - RCT-Folly (= 2021.06.28.00-v2) - - React-cxxreact (= 0.68.1) - - React-jsi (= 0.68.1) - - React-perflogger (= 0.68.1) - - React-jsinspector (0.68.1) - - React-logger (0.68.1): + - React-cxxreact (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-perflogger (= 0.69.0-rc.0) + - React-jsinspector (0.69.0-rc.0) + - React-logger (0.69.0-rc.0): - glog - react-native-slider (4.2.2): - React-Core - - React-perflogger (0.68.1) - - React-RCTActionSheet (0.68.1): - - React-Core/RCTActionSheetHeaders (= 0.68.1) - - React-RCTAnimation (0.68.1): + - React-perflogger (0.69.0-rc.0) + - React-RCTActionSheet (0.69.0-rc.0): + - React-Core/RCTActionSheetHeaders (= 0.69.0-rc.0) + - React-RCTAnimation (0.69.0-rc.0): - RCT-Folly (= 2021.06.28.00-v2) - - RCTTypeSafety (= 0.68.1) - - React-Codegen (= 0.68.1) - - React-Core/RCTAnimationHeaders (= 0.68.1) - - React-jsi (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-RCTBlob (0.68.1): + - RCTTypeSafety (= 0.69.0-rc.0) + - React-Codegen (= 0.69.0-rc.0) + - React-Core/RCTAnimationHeaders (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-RCTBlob (0.69.0-rc.0): - RCT-Folly (= 2021.06.28.00-v2) - - React-Codegen (= 0.68.1) - - React-Core/RCTBlobHeaders (= 0.68.1) - - React-Core/RCTWebSocket (= 0.68.1) - - React-jsi (= 0.68.1) - - React-RCTNetwork (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-RCTFabric (0.68.1): - - RCT-Folly/Fabric (= 2021.06.28.00-v2) - - React-Core (= 0.68.1) - - React-Fabric (= 0.68.1) - - React-RCTImage (= 0.68.1) - - React-RCTImage (0.68.1): + - React-Codegen (= 0.69.0-rc.0) + - React-Core/RCTBlobHeaders (= 0.69.0-rc.0) + - React-Core/RCTWebSocket (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-RCTNetwork (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-RCTFabric (0.69.0-rc.0): + - RCT-Folly/Fabric (= 2021.06.28.00-v2) + - React-Core (= 0.69.0-rc.0) + - React-Fabric (= 0.69.0-rc.0) + - React-RCTImage (= 0.69.0-rc.0) + - React-RCTImage (0.69.0-rc.0): - RCT-Folly (= 2021.06.28.00-v2) - - RCTTypeSafety (= 0.68.1) - - React-Codegen (= 0.68.1) - - React-Core/RCTImageHeaders (= 0.68.1) - - React-jsi (= 0.68.1) - - React-RCTNetwork (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-RCTLinking (0.68.1): - - React-Codegen (= 0.68.1) - - React-Core/RCTLinkingHeaders (= 0.68.1) - - React-jsi (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-RCTNetwork (0.68.1): + - RCTTypeSafety (= 0.69.0-rc.0) + - React-Codegen (= 0.69.0-rc.0) + - React-Core/RCTImageHeaders (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-RCTNetwork (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-RCTLinking (0.69.0-rc.0): + - React-Codegen (= 0.69.0-rc.0) + - React-Core/RCTLinkingHeaders (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-RCTNetwork (0.69.0-rc.0): - RCT-Folly (= 2021.06.28.00-v2) - - RCTTypeSafety (= 0.68.1) - - React-Codegen (= 0.68.1) - - React-Core/RCTNetworkHeaders (= 0.68.1) - - React-jsi (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-RCTSettings (0.68.1): + - RCTTypeSafety (= 0.69.0-rc.0) + - React-Codegen (= 0.69.0-rc.0) + - React-Core/RCTNetworkHeaders (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-RCTSettings (0.69.0-rc.0): - RCT-Folly (= 2021.06.28.00-v2) - - RCTTypeSafety (= 0.68.1) - - React-Codegen (= 0.68.1) - - React-Core/RCTSettingsHeaders (= 0.68.1) - - React-jsi (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-RCTText (0.68.1): - - React-Core/RCTTextHeaders (= 0.68.1) - - React-RCTVibration (0.68.1): + - RCTTypeSafety (= 0.69.0-rc.0) + - React-Codegen (= 0.69.0-rc.0) + - React-Core/RCTSettingsHeaders (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-RCTText (0.69.0-rc.0): + - React-Core/RCTTextHeaders (= 0.69.0-rc.0) + - React-RCTVibration (0.69.0-rc.0): - RCT-Folly (= 2021.06.28.00-v2) - - React-Codegen (= 0.68.1) - - React-Core/RCTVibrationHeaders (= 0.68.1) - - React-jsi (= 0.68.1) - - ReactCommon/turbomodule/core (= 0.68.1) - - React-rncore (0.68.1) - - React-runtimeexecutor (0.68.1): - - React-jsi (= 0.68.1) - - ReactCommon/turbomodule/core (0.68.1): + - React-Codegen (= 0.69.0-rc.0) + - React-Core/RCTVibrationHeaders (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (= 0.69.0-rc.0) + - React-rncore (0.69.0-rc.0) + - React-runtimeexecutor (0.69.0-rc.0): + - React-jsi (= 0.69.0-rc.0) + - ReactCommon/turbomodule/core (0.69.0-rc.0): - DoubleConversion - glog - RCT-Folly (= 2021.06.28.00-v2) - - React-callinvoker (= 0.68.1) - - React-Core (= 0.68.1) - - React-cxxreact (= 0.68.1) - - React-jsi (= 0.68.1) - - React-logger (= 0.68.1) - - React-perflogger (= 0.68.1) + - React-bridging (= 0.69.0-rc.0) + - React-callinvoker (= 0.69.0-rc.0) + - React-Core (= 0.69.0-rc.0) + - React-cxxreact (= 0.69.0-rc.0) + - React-jsi (= 0.69.0-rc.0) + - React-logger (= 0.69.0-rc.0) + - React-perflogger (= 0.69.0-rc.0) - RNCAsyncStorage (1.17.3): - React-Core - RNCCheckbox (0.5.12): @@ -733,7 +736,7 @@ DEPENDENCIES: - FlipperKit/FlipperKitUserDefaultsPlugin (= 0.138.0) - FlipperKit/SKIOSNetworkPlugin (= 0.138.0) - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`) - - hermes-engine (~> 0.11.0) + - hermes-engine (from `../node_modules/react-native/sdks/hermes/hermes-engine.podspec`) - libevent (~> 2.1.12) - OpenSSL-Universal (= 1.1.1100) - RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`) @@ -741,6 +744,7 @@ DEPENDENCIES: - RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`) - RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`) - React (from `../node_modules/react-native/`) + - React-bridging (from `../node_modules/react-native/ReactCommon/react/bridging`) - React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`) - React-Codegen (from `build/generated/ios`) - React-Core (from `../node_modules/react-native/`) @@ -789,7 +793,6 @@ SPEC REPOS: - Flipper-RSocket - FlipperKit - fmt - - hermes-engine - libevent - OpenSSL-Universal - SocketRocket @@ -806,6 +809,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/React/FBReactNativeSpec" glog: :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec" + hermes-engine: + :path: "../node_modules/react-native/sdks/hermes/hermes-engine.podspec" RCT-Folly: :podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec" RCTRequired: @@ -814,6 +819,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/Libraries/TypeSafety" React: :path: "../node_modules/react-native/" + React-bridging: + :path: "../node_modules/react-native/ReactCommon/react/bridging" React-callinvoker: :path: "../node_modules/react-native/ReactCommon/callinvoker" React-Codegen: @@ -880,9 +887,9 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: boost: a7c83b31436843459a1961bfd74b96033dc77234 CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 - DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662 - FBLazyVector: 2c76493a346ef8cacf1f442926a39f805fffec1f - FBReactNativeSpec: d0cd6132e81f71704f0fbe656aa8e7e28e98477b + DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 + FBLazyVector: b99cb3346bc0db29ef3b9f26238129ae91418ea2 + FBReactNativeSpec: 3ebcd656e2db52b6f833c5b9d2ba1756fdb9b6eb Flipper: a5ed0fd7212a369f0c0f8fe096a711355cbb22cf Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c Flipper-DoubleConversion: 3d3d04a078d4f3a1b6c6916587f159dc11f232c4 @@ -893,46 +900,47 @@ SPEC CHECKSUMS: Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541 FlipperKit: 10424086e0f1b75cebf7a73427a8e3fbc793cd7b fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 - glog: 476ee3e89abb49e07f822b48323c51c57124b572 - hermes-engine: 84e3af1ea01dd7351ac5d8689cbbea1f9903ffc3 + glog: 3d02b25ca00c2d456734d0bcff864cbc62f6ae1a + hermes-engine: 231d0c9a432723593f5a87d36e76037df9a71392 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c RCT-Folly: 4d8508a426467c48885f1151029bc15fa5d7b3b8 - RCTRequired: 00581111c53531e39e3c6346ef0d2c0cf52a5a37 - RCTTypeSafety: 07e03ee7800e7dd65cba8e52ad0c2edb06c96604 - React: e61f4bf3c573d0c61c56b53dc3eb1d9daf0768a0 - React-callinvoker: 047d47230bb6fd66827f8cb0bea4e944ffd1309b - React-Codegen: 04db108bf33ffa80318c16d544146f3cb44e65b3 - React-Core: a4a3a8e10d004b08e013c3d0438259dd89a3894c - React-CoreModules: bb9f8bc36f1ae6d780b856927fa9d4aa01ccccc0 - React-cxxreact: 7dd472aefb8629d6080cbb859240bafccd902704 - React-Fabric: 250c9a06ca52b543e8781a062a54c0553eb69106 - React-graphics: b25a8a7e8d8cd14e368eaf275d35d0596355559d - React-hermes: a245deb80c8d0bc35ed599109562c1c75ca803bc - React-jsi: b25808afe821b607d51c779bdd1717be8393b7ec - React-jsiexecutor: 4a4bae5671b064a2248a690cf75957669489d08c - React-jsinspector: 218a2503198ff28a085f8e16622a8d8f507c8019 - React-logger: f79dd3cc0f9b44f5611c6c7862badd891a862cf8 + RCTRequired: fe0ae0f056792ef5a5108ce8565efc160012c6f3 + RCTTypeSafety: cf61e70b396160fbd8f95f98188f254466f438c1 + React: 85323d4724a0e422e26f7bc50031852d259756d8 + React-bridging: 3f19645f2594a8cf51b7f7bce7236ac1fcdb8204 + React-callinvoker: 2e50e37f3b8acfef761e99e0c5d29a6ac405ab76 + React-Codegen: 212377e11ee3c1de83f3a4cc1da42e8a0d90d3e3 + React-Core: 62261aaf0e198c9124d2968c3ccfe8eeb95b457b + React-CoreModules: e5da64dc1db1eac77d956a736c9fd0d34eb60d99 + React-cxxreact: c7523fc0cccb8d581b813d249f10222b9253aab5 + React-Fabric: 305be3389c4440ff3b4825ac8b3ff67bd62c43f5 + React-graphics: 951ada4d4e1588cf854e875844de593ccfef61cb + React-hermes: bfa0434453c06fbce9359a8062295d613ed0be73 + React-jsi: b6b28546d9b336ba904593b1ae9df0f4655ef4b5 + React-jsiexecutor: 268169e1c5fe99720ae460a46cf3ff838ae7b356 + React-jsinspector: 0ccc540558e64184f46f89fb38c71eeedb5599ef + React-logger: 05263294a3b1b814eabfa0262e83afc1bb671fbc react-native-slider: 2f25c919f1dc309b90e2cc8346b8042ecec2102f - React-perflogger: 30ab8d6db10e175626069e742eead3ebe8f24fd5 - React-RCTActionSheet: 4b45da334a175b24dabe75f856b98fed3dfd6201 - React-RCTAnimation: d6237386cb04500889877845b3e9e9291146bc2e - React-RCTBlob: bc9e2cd738c43bd2948e862e371402ef9584730a - React-RCTFabric: fa0dd5a689cab27d51a30eeb7a274b0702c4a175 - React-RCTImage: 9f8cac465c6e5837007f59ade2a0a741016dd6a3 - React-RCTLinking: 5073abb7d30cc0824b2172bd4582fc15bfc40510 - React-RCTNetwork: 28ff94aa7d8fc117fc800b87dd80869a00d2bef3 - React-RCTSettings: f27aa036f7270fe6ca43f8cdd1819e821fa429a0 - React-RCTText: 7cb6f86fa7bc86f22f16333ad243b158e63b2a68 - React-RCTVibration: 9e344c840176b0af9c84d5019eb4fed8b3c105a1 - React-rncore: 6fbbec7c9933e3d187b9db3ec222a931d5dd33b9 - React-runtimeexecutor: 7285b499d0339104b2813a1f58ad1ada4adbd6c0 - ReactCommon: bf2888a826ceedf54b99ad1b6182d1bc4a8a3984 + React-perflogger: f82caf4672545fea50f2d7bed51c8329a2167cbc + React-RCTActionSheet: 7ade12a6dd0cd780938fea3d34e5335f853694c2 + React-RCTAnimation: 6eb99a3c54c5ebfab4714eb34c1b2d95ae2e6027 + React-RCTBlob: 8306ac052e4fc9d1cf9387081a432f68d1921ddc + React-RCTFabric: 1e1ca38bed50b6e271f209e4100ca0bbab52f761 + React-RCTImage: b9ea6cd8fee6399f4fc059cf8e586bc810d97376 + React-RCTLinking: f6aa965fdfd2255a4987af9d0e64dd155f1c75b5 + React-RCTNetwork: 6f9d0b198adbaa417334393306b24c4d855dd396 + React-RCTSettings: 3a73a69bc9cf0abdd5ebf48b21aa720408edb6fc + React-RCTText: 3554d694cf2f816a652e7c671a73bbbb57e53e4c + React-RCTVibration: 6f181c21dbf4f1f8b67580124ef428dba25fb682 + React-rncore: 2b6ce224b88bbb0d624291d5505372cdcc799f31 + React-runtimeexecutor: 078762b7835bf03fd11109fb4b505d1f1b70fdc2 + ReactCommon: 34dea1fbf479d4cfe4b40bd9310f3d08e5f90943 RNCAsyncStorage: 005c0e2f09575360f142d0d1f1f15e4ec575b1af RNCCheckbox: ed1b4ca295475b41e7251ebae046360a703b6eb5 RNDateTimePicker: 04b805a3cb4d386e5e6aff54b47ace7bad706fda SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608 - Yoga: 17cd9a50243093b547c1e539c749928dd68152da + Yoga: fbc3321a51479606cd0c676e1a79176f9b5b9ae2 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a PODFILE CHECKSUM: 9c9b3555dafe5653f76e975690a0a7f63e19e09f diff --git a/ios/_xcode.env b/ios/_xcode.env new file mode 100644 index 000000000..3d5782c71 --- /dev/null +++ b/ios/_xcode.env @@ -0,0 +1,11 @@ +# This `.xcode.env` file is versioned and is used to source the environment +# used when running script phases inside Xcode. +# To customize your local environment, you can create an `.xcode.env.local` +# file that is not versioned. + +# NODE_BINARY variable contains the PATH to the node executable. +# +# Customize the NODE_BINARY variable here. +# For example, to use nvm with brew, add the following line +# . "$(brew --prefix nvm)/nvm.sh" --no-use +export NODE_BINARY=$(command -v node) diff --git a/package.json b/package.json index 1cfc98c90..47d768775 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,8 @@ "@react-native-community/slider": "4.2.2", "@react-navigation/native": "6.0.10", "@react-navigation/native-stack": "6.6.2", - "react": "experimental", - "react-native": "0.68.1", + "react": "18.1.0", + "react-native": "0.69.0-rc.0", "react-native-codegen": "0.0.16", "react-query": "3.38.1" }, @@ -66,7 +66,7 @@ "@swc/wasm": "1.2.179", "@types/jest": "27.5.0", "@types/node": "16.11.33", - "@types/react": "17.0.45", + "@types/react": "18.0.8", "@types/react-native": "0.67.6", "@types/react-test-renderer": "18.0.0", "@types/ws": "8.5.3", @@ -99,15 +99,15 @@ "metro-react-native-babel-preset": "0.70.3", "prettier": "2.6.2", "react-codemod": "5.4.3", - "react-dom": "experimental", + "react-dom": "18.1.0", "react-native-clean-project": "4.0.1", "react-native-flipper": "0.143.0", "react-native-gradle-plugin": "0.0.7", "react-native-rename": "2.9.0", - "react-test-renderer": "experimental", + "react-test-renderer": "18.1.0", "reactotron-react-native": "5.0.1", "ts-node": "10.7.0", - "typescript": "next" + "typescript": "beta" }, "jest": { "preset": "react-native", diff --git a/src/index.tsx b/src/index.tsx index 8c2fa7922..15bb5a304 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,7 +1,7 @@ /* eslint-disable react-native/no-raw-text, no-console */ // https://github.com/Intellicode/eslint-plugin-react-native/issues/271 -import type { FC } from 'react' +import type { FC, ReactNode } from 'react' import { SafeAreaView, ScrollView, @@ -29,7 +29,10 @@ if (__DEV__) { .catch(() => console.error) } -const Section: FC<{ title: string }> = ({ children, title }) => { +const Section: FC<{ children: ReactNode; title: string }> = ({ + children, + title +}) => { const isDarkMode = useColorScheme() === 'dark' return ( diff --git a/storybook/stories/Button/index.android.tsx b/storybook/stories/Button/index.android.tsx index 2f4fb2c33..c75d36c4a 100644 --- a/storybook/stories/Button/index.android.tsx +++ b/storybook/stories/Button/index.android.tsx @@ -1,7 +1,7 @@ -import type { FC } from 'react' +import type { FC, ReactNode } from 'react' import { TouchableNativeFeedback } from 'react-native' -const Button: FC<{ onPress: () => void }> = ({ +const Button: FC<{ children: ReactNode; onPress: () => void }> = ({ onPress = () => { // do nothing. }, diff --git a/storybook/stories/Button/index.ios.tsx b/storybook/stories/Button/index.ios.tsx index d3da90403..465564048 100644 --- a/storybook/stories/Button/index.ios.tsx +++ b/storybook/stories/Button/index.ios.tsx @@ -1,7 +1,7 @@ -import type { FC } from 'react' +import type { FC, ReactNode } from 'react' import { TouchableHighlight } from 'react-native' -const Button: FC<{ onPress: () => void }> = ({ +const Button: FC<{ children: ReactNode; onPress: () => void }> = ({ onPress = () => { // do nothing. }, diff --git a/storybook/stories/CenterView/index.tsx b/storybook/stories/CenterView/index.tsx index 47e9e553f..7cab4bca5 100644 --- a/storybook/stories/CenterView/index.tsx +++ b/storybook/stories/CenterView/index.tsx @@ -1,11 +1,11 @@ // eslint-disable-next-line import/no-extraneous-dependencies import PropTypes from 'prop-types' -import type { FC } from 'react' +import type { FC, ReactNode } from 'react' import { View } from 'react-native' import style from './style' -const CenterView: FC = ({ children }) => { +const CenterView: FC<{ children: ReactNode }> = ({ children }) => { return {children} } @@ -14,6 +14,7 @@ CenterView.defaultProps = { } CenterView.propTypes = { + // @ts-expect-error Type 'Requireable' is not assignable to type 'Validator' children: PropTypes.node } diff --git a/storybook/stories/index.tsx b/storybook/stories/index.tsx index c7ced1d7e..849cef21e 100644 --- a/storybook/stories/index.tsx +++ b/storybook/stories/index.tsx @@ -2,7 +2,6 @@ import { action } from '@storybook/addon-actions' import { text, withKnobs } from '@storybook/addon-knobs' import { linkTo } from '@storybook/addon-links' import { storiesOf } from '@storybook/react-native' -import type { FC } from 'react' import { Text } from 'react-native' // eslint-disable-next-line import/extensions, import/no-unresolved @@ -16,7 +15,7 @@ storiesOf('Welcome', module).add('to Storybook', () => ( storiesOf('Button', module) .addDecorator(withKnobs) - .addDecorator(getStory => {getStory() as FC}) + .addDecorator(getStory => {getStory()}) .add('with text', () => (