LeoTM

Results 107 comments of LeoTM

Check - https://github.com/yarnpkg/berry/pull/4218 - https://github.com/yarnpkg/berry/pull/4302 - showing up on macOS too - but no install blocker

Yarn 4.0.0-rc.9 `--check-resolutions` (can't check in v3) recognising all prev/old v3 (manual) set resolutions `Invalid` ```sh yarn set version canary yarn install ``` ```console yarn --check-resolutions ➤ YN0000: ┌ Resolution...

`yarn patch --revert-all --dev-deps` needed 😅 or `yarn reset resolutions -D` or lockfile codemod edit: ok only few - https://github.com/leotm/react-native-template-new-architecture/commit/5bc69b5dbf674ee2f5a17e52909c62690453e6ef - https://github.com/leotm/react-native-template-new-architecture/commit/3f40bbeca4536a5c991e0151a7cf93b387fb9105 - https://github.com/leotm/react-native-template-new-architecture/commit/447031e281cafb5d21c16226fcfa24244f8ad5e6 - https://github.com/leotm/react-native-template-new-architecture/commit/a04b501b439b492c3c30423271dc0cba8ca64898 - https://github.com/leotm/react-native-template-new-architecture/commit/f435cd05209af8af612214210314855da8888bdb shouldn't be...

follow-up attempt here: https://github.com/leotm/react-native-template-new-architecture/pull/846

Check _Android Studio Electric Eel | 2022.1.1 Canary 4_ (cask not yet uploaded to brew) and `AGP 7.4.0-alpha04` in case Edit: No luck

fixing w `brew remove watchman` causes `yarn react-native doctor` error and Flipper Setup Doctor warning

> > [app.circleci.com/pipelines/github/facebook/react-native-website/5682](https://app.circleci.com/pipelines/github/facebook/react-native-website/5682) > > `Could not find a usable config.yml because you deleted the CircleCI OAuth app.` 🤔 > > Thanks for flagging this. Let me get back to...

```console > Task :react-native-gesture-handler:bundleLibResDebug Note: /home/runner/work/react-native-template-new-architecture/react-native-template-new-architecture/android/app/src/debug/java/com/leotm/myapp/ReactNativeFlipper.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. > Task :app:desugarDebugFileDependencies > Task :app:mergeDebugJavaResource > Task :react-native-async-storage_async-storage:bundleLibRuntimeToJarDebug > Task :app:mergeExtDexDebug...

- https://github.com/leotm/react-native-template-new-architecture/issues/1082