Ao rodar o comando npx react-native run-android no terminal, não está conseguindo buidar a aplicação. No terminal aparece o seguinte
D:\Projetos\React\orgsHooks>npx react-native run-android info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag. Jetifier found 874 file(s) to forward-jetify. Using 8 workers... info JS server already running. info Installing the app...
FAILURE: Build failed with an exception.
Where: Settings file 'D:\Projetos\React\orgsHooks\android\settings.gradle'
What went wrong: Could not compile settings file 'D:\Projetos\React\orgsHooks\android\settings.gradle'.
startup failed: General error during semantic analysis: Unsupported class file major version 61
1 error
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 603ms
at makeError (D:\Projetos\React\orgsHooks\node_modules\execa\index.js:174:9)
at D:\Projetos\React\orgsHooks\node_modules\execa\index.js:278:16
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async runOnAllDevices (D:\Projetos\React\orgsHooks\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:109:5)
at async Command.handleAction (D:\Projetos\React\orgsHooks\node_modules\@react-native-community\cli\build\index.js:192:9)
info Run CLI with --verbose flag for more details.