facebook / react-native

A framework for building native applications using React
https://reactnative.dev
MIT License
118.97k stars 24.31k forks source link

Hello world errors with uncontinious error logs #45289

Closed amirandev closed 3 months ago

amirandev commented 3 months ago

Description

Here is my only comonent in my app project. The error logs never ends.

import React, { Component } from 'react'
import { Text, View } from 'react-native'

export default class index extends Component {
  render() {
    return (
      <View>
        <Text> Hello world </Text>
      </View>
    )
  }
}

Steps to reproduce

I have tried to export my firs app with expo (Windows): eas build --local Its said that required to have Linux to export apk file.

Then I've installed Ubuntu on my second laptop, installed, configured everything.

I have created just a helo world app and tried same with linux. On linux I've got better results but as a final result: I have wasted the whole day to create and export the hello world app.

I did many things to make it work but I'm too tired for remebering my tryings.

React Native Version

0.74.3

Affected Platforms

Build - Linux

Output of npx react-native info

System:
  OS: Linux 6.8 Ubuntu 24.04 LTS 24.04 LTS (Noble Numbat)
  CPU: (8) x64 AMD Ryzen 5 3500U with Radeon Vega Mobile Gfx
  Memory: 2.51 GB / 9.66 GB
  Shell:
    version: 5.2.21
    path: /bin/bash
Binaries:
  Node:
    version: 18.19.1
    path: /usr/bin/node
  Yarn: Not Found
  npm:
    version: 9.2.0
    path: /usr/bin/npm
  Watchman: Not Found
SDKs:
  Android SDK: Not Found
IDEs:
  Android Studio: AI-241.15989.150.2411.11948838
Languages:
  Java:
    version: 17.0.11
    path: /usr/lib/jvm/java-17-openjdk-amd64/bin/javac
  Ruby: Not Found
npmPackages:
  "@react-native-community/cli": Not Found
  react:
    installed: 18.2.0
    wanted: 18.2.0
  react-native:
    installed: 0.74.3
    wanted: 0.74.3
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: Not found
  newArchEnabled: Not found
iOS:
  hermesEnabled: Not found
  newArchEnabled: Not found

Stacktrace or Logs

asus@asus-VivoBook-15:~/Desktop/App Projects/come-code-app$ eas build --local
✔ Select platform › Android
Loaded "env" configuration for the "production" profile: no environment variables specified. Learn more
✔ Using remote Android credentials (Expo server)
✔ Using Keystore from configuration: Build Credentials p4ctG3xX_K (default)
ANDROID_NDK_HOME environment variable was not specified, continuing build without NDK
[SETUP_WORKINGDIR] Preparing workingdir /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23
[START_BUILD] Starting build
  "job": {
    "type": "managed",
    "platform": "android",
    "projectRootDirectory": ".",
    "projectArchive": {
      "type": "PATH",
      "path": "/tmp/asus/eas-cli-nodejs/251b6501-e978-4b86-9f1b-ac83cb565b95.tar.gz"
    },
    "builderEnvironment": {},
    "cache": {
      "disabled": false,
      "paths": [],
      "clear": false
    },
    "updates": {},
    "username": "amoswaper",
    "experimental": {},
    "mode": "build",
    "triggeredBy": "EAS_CLI"
  }
[READ_PACKAGE_JSON] Using package.json:
[READ_PACKAGE_JSON] {
  "name": "come-code-app",
  "main": "expo-router/entry",
  "version": "1.0.0",
  "scripts": {
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "web": "expo start --web",
    "test": "jest --watchAll"
  },
  "jest": {
    "preset": "jest-expo"
  },
  "dependencies": {
    "@expo/vector-icons": "^14.0.2",
    "@react-navigation/native": "^6.0.2",
    "expo": "~51.0.18",
    "expo-font": "~12.0.7",
    "expo-linking": "~6.3.1",
    "expo-router": "~3.5.17",
    "expo-splash-screen": "~0.27.5",
    "expo-status-bar": "~1.12.1",
    "expo-system-ui": "~3.0.7",
    "expo-web-browser": "~13.0.3",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-native": "0.74.3",
    "react-native-reanimated": "~3.10.1",
    "react-native-safe-area-context": "4.10.1",
    "react-native-screens": "3.31.1",
    "react-native-web": "~0.19.10",
    "expo-build-properties": "~0.12.3"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0",
    "@types/react": "~18.2.45",
    "@types/react-native": "^0.73.0",
    "jest": "^29.2.1",
    "jest-expo": "~51.0.3",
    "react-test-renderer": "18.2.0",
    "typescript": "~5.3.3"
  },
  "private": true
}
[INSTALL_DEPENDENCIES] Running "npm install" in /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build directory
[INSTALL_DEPENDENCIES] npm
[INSTALL_DEPENDENCIES] WARN deprecated @types/react-native@0.73.0: This is a stub types definition. react-native provides its own type definitions, so you do not need this installed.
[INSTALL_DEPENDENCIES] npm WARN deprecated rimraf@2.4.5: Rimraf versions prior to v4 are no longer supported
[INSTALL_DEPENDENCIES] npm
[INSTALL_DEPENDENCIES] WARN deprecated osenv@0.1.5: This package is no longer supported.
[INSTALL_DEPENDENCIES] npm
[INSTALL_DEPENDENCIES] WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
[INSTALL_DEPENDENCIES] npm
[INSTALL_DEPENDENCIES] WARN deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported
[INSTALL_DEPENDENCIES] npm WARN
[INSTALL_DEPENDENCIES] deprecated @babel/plugin-proposal-numeric-separator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.
[INSTALL_DEPENDENCIES] npm WARN deprecated
[INSTALL_DEPENDENCIES] @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
[INSTALL_DEPENDENCIES] npm WARN deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
[INSTALL_DEPENDENCIES] npm WARN
[INSTALL_DEPENDENCIES] deprecated @babel/plugin-proposal-optional-catch-binding@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead.
[INSTALL_DEPENDENCIES] npm WARN
[INSTALL_DEPENDENCIES] deprecated @babel/plugin-proposal-logical-assignment-operators@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-logical-assignment-operators instead.
[INSTALL_DEPENDENCIES] npm WARN deprecated
[INSTALL_DEPENDENCIES] rimraf@2.6.3: Rimraf versions prior to v4 are no longer supported
[INSTALL_DEPENDENCIES] npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
[INSTALL_DEPENDENCIES] npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
[INSTALL_DEPENDENCIES] npm WARN deprecated @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
[INSTALL_DEPENDENCIES] npm WARN deprecated @babel/plugin-proposal-async-generator-functions@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.
[INSTALL_DEPENDENCIES] npm
[INSTALL_DEPENDENCIES] WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
[INSTALL_DEPENDENCIES] npm WARN
[INSTALL_DEPENDENCIES] deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
[INSTALL_DEPENDENCIES] npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
[INSTALL_DEPENDENCIES] npm WARN deprecated
[INSTALL_DEPENDENCIES] glob@7.2.3: Glob versions prior to v9 are no longer supported
[INSTALL_DEPENDENCIES] npm WARN deprecated glob@6.0.4: Glob versions prior to v9 are no longer supported
[INSTALL_DEPENDENCIES] npm WARN deprecated @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.
[INSTALL_DEPENDENCIES] npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
[INSTALL_DEPENDENCIES] npm WARN deprecated
[INSTALL_DEPENDENCIES] glob@7.1.6: Glob versions prior to v9 are no longer supported
[INSTALL_DEPENDENCIES] npm WARN deprecated domexception@4.0.0: Use your platform's native DOMException instead
[INSTALL_DEPENDENCIES] npm WARN deprecated glob@7.1.6: Glob versions prior to v9 are no longer supported
[INSTALL_DEPENDENCIES] npm WARN
[INSTALL_DEPENDENCIES] deprecated glob@7.1.6: Glob versions prior to v9 are no longer supported
[INSTALL_DEPENDENCIES] added 1594 packages, and audited 1595 packages in 16s
[INSTALL_DEPENDENCIES] 148 packages are looking for funding
[INSTALL_DEPENDENCIES]   run `npm fund` for details
[INSTALL_DEPENDENCIES] found 0 vulnerabilities
The NODE_ENV environment variable is required but was not specified. Ensure the project is bundled with Expo CLI or NODE_ENV is set.
Proceeding without mode-specific .env
[READ_APP_CONFIG] Using app configuration:
[READ_APP_CONFIG] {
  "name": "come-code-app",
  "slug": "come-code-app",
  "version": "1.0.0",
  "orientation": "portrait",
  "icon": "./assets/images/icon.png",
  "scheme": "myapp",
  "userInterfaceStyle": "automatic",
  "splash": {
    "image": "./assets/images/splash.png",
    "resizeMode": "contain",
    "backgroundColor": "#ffffff"
  },
  "ios": {
    "supportsTablet": true
  },
  "android": {
    "adaptiveIcon": {
      "foregroundImage": "./assets/images/adaptive-icon.png",
      "backgroundColor": "#ffffff"
    },
    "package": "com.amoswaper.comecodeapp"
  },
  "web": {
    "bundler": "metro",
    "output": "static",
    "favicon": "./assets/images/favicon.png"
  },
  "plugins": [
    "expo-router",
    "expo-build-properties"
  ],
  "experiments": {
    "typedRoutes": true
  },
  "extra": {
    "router": {
      "origin": false
    },
    "eas": {
      "projectId": "0ddf9f14-501d-4521-8f34-5e1d1bd349a0"
    }
  },
  "sdkVersion": "51.0.0",
  "platforms": [
    "ios",
    "android",
    "web"
  ]
}
[RUN_EXPO_DOCTOR] Running "expo doctor"
[RUN_EXPO_DOCTOR] Running 12 checks on your project...
[RUN_EXPO_DOCTOR] ✔ Check Expo config for common issues
[RUN_EXPO_DOCTOR] ✔ Check package.json for common issues
[RUN_EXPO_DOCTOR] ✔ Check native tooling versions
[RUN_EXPO_DOCTOR] ✖ Check dependencies for packages that should not be installed directly
[RUN_EXPO_DOCTOR] ✔ Check for common project setup issues
[RUN_EXPO_DOCTOR] ✔ Check npm/ yarn versions
[RUN_EXPO_DOCTOR] ✔ Check for issues with metro config
[RUN_EXPO_DOCTOR] ✔ Check Expo config (app.json/ app.config.js) schema
[RUN_EXPO_DOCTOR] ✔ Check that packages match versions required by installed Expo SDK
[RUN_EXPO_DOCTOR] ✔ Check for legacy global CLI installed locally
[RUN_EXPO_DOCTOR] ✔ Check that native modules do not use incompatible support packages
[RUN_EXPO_DOCTOR] ✔ Check that native modules use compatible support package versions for installed Expo SDK
[RUN_EXPO_DOCTOR] Detailed check results:
[RUN_EXPO_DOCTOR] 
[RUN_EXPO_DOCTOR] The package  "@types/react-native" should not be installed directly in your project, as types are included with the "react-native" package.
[RUN_EXPO_DOCTOR] One or more checks failed, indicating possible issues with the project.
[RUN_EXPO_DOCTOR] Command "expo doctor" failed.
Error: npx -y expo-doctor exited with non-zero code: 1
    at ChildProcess.completionListener (/home/asus/.npm/_npx/3d4082dc4b1a20e4/node_modules/@expo/spawn-async/build/spawnAsync.js:42:23)
    at Object.onceWrapper (node:events:632:26)
    at ChildProcess.emit (node:events:517:28)
    at maybeClose (node:internal/child_process:1098:16)
    at ChildProcess._handle.onexit (node:internal/child_process:303:5)
    ...
    at spawnAsync (/home/asus/.npm/_npx/3d4082dc4b1a20e4/node_modules/@expo/spawn-async/build/spawnAsync.js:7:23)
    at spawn (/home/asus/.npm/_npx/3d4082dc4b1a20e4/node_modules/@expo/turtle-spawn/dist/index.js:16:47)
    at runExpoDoctor (/home/asus/.npm/_npx/3d4082dc4b1a20e4/node_modules/@expo/build-tools/dist/common/setup.js:112:52)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/asus/.npm/_npx/3d4082dc4b1a20e4/node_modules/@expo/build-tools/dist/common/setup.js:87:36
    at async BuildContext.runBuildPhase (/home/asus/.npm/_npx/3d4082dc4b1a20e4/node_modules/@expo/build-tools/dist/context.js:107:28)
    at async setupAsync (/home/asus/.npm/_npx/3d4082dc4b1a20e4/node_modules/@expo/build-tools/dist/common/setup.js:85:9)
    at async buildAsync (/home/asus/.npm/_npx/3d4082dc4b1a20e4/node_modules/@expo/build-tools/dist/builders/android.js:38:5)
    at async runBuilderWithHooksAsync (/home/asus/.npm/_npx/3d4082dc4b1a20e4/node_modules/@expo/build-tools/dist/builders/common.js:12:13)
    at async Object.androidBuilder (/home/asus/.npm/_npx/3d4082dc4b1a20e4/node_modules/@expo/build-tools/dist/builders/android.js:24:16)
[PREBUILD] - Creating native directory (./android)
[PREBUILD] ✔ Created native directory
[PREBUILD] - Updating package.json
[PREBUILD] ✔ Updated package.json
[PREBUILD] - Running prebuild
[PREBUILD] ✔ Finished prebuild
[PREBUILD] Running "npm install" in /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build directory
[PREBUILD] up to date, audited 1595 packages in 4s
[PREBUILD] 148 packages are looking for funding
[PREBUILD]   run `npm fund` for details
[PREBUILD] found 0 vulnerabilities
[PREPARE_CREDENTIALS] Writing secrets to the project's directory
[PREPARE_CREDENTIALS] Injecting signing config into build.gradle
[RUN_GRADLEW] Running 'gradlew :app:bundleRelease' in /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android
[RUN_GRADLEW] Starting a Gradle Daemon, 1 busy and 1 incompatible Daemons could not be reused, use --status for details
[RUN_GRADLEW] Path for java installation '/usr/lib/jvm/openjdk-17' (Common Linux Locations) does not contain a java executable
[RUN_GRADLEW] Path for java installation '/usr/lib/jvm/openjdk-11' (Common Linux Locations) does not contain a java executable
[RUN_GRADLEW] > Task :gradle-plugin:checkKotlinGradlePluginConfigurationErrors
[RUN_GRADLEW] > Task :gradle-plugin:pluginDescriptors
[RUN_GRADLEW] > Task :gradle-plugin:processResources
[RUN_GRADLEW] > Task :gradle-plugin:compileKotlin
[RUN_GRADLEW] > Task :gradle-plugin:compileJava
[RUN_GRADLEW] NO-SOURCE
[RUN_GRADLEW] > Task :gradle-plugin:classes
[RUN_GRADLEW] > Task :gradle-plugin:jar
[RUN_GRADLEW] > Configure project :expo
[RUN_GRADLEW] Using expo modules
[RUN_GRADLEW] - expo-asset (10.0.10)
[RUN_GRADLEW]   - expo-constants (16.0.2)
[RUN_GRADLEW]   - expo-file-system (17.0.1)
[RUN_GRADLEW]   - expo-font (12.0.7)
[RUN_GRADLEW]   - expo-keep-awake (13.0.2)
[RUN_GRADLEW]   - expo-modules-core (1.12.18)
[RUN_GRADLEW] - expo-splash-screen (0.27.5)
[RUN_GRADLEW]   - expo-system-ui (3.0.7)
[RUN_GRADLEW]   - expo-web-browser (13.0.3)
[RUN_GRADLEW] > Configure project :react-native-reanimated
[RUN_GRADLEW] Android gradle plugin: 8.2.1
[RUN_GRADLEW] Gradle: 8.6
[RUN_GRADLEW] Path for java installation '/usr/lib/jvm/openjdk-17' (Common Linux Locations) does not contain a java executable
[RUN_GRADLEW] Path for java installation '/usr/lib/jvm/openjdk-11' (Common Linux Locations) does not contain a java executable
[RUN_GRADLEW] > Task :app:createBundleReleaseJsAndAssets
[RUN_GRADLEW] Starting Metro Bundler
[RUN_GRADLEW] warning: Bundler cache is empty, rebuilding (this may take a minute)
[RUN_GRADLEW] Android Bundled 18886ms node_modules/expo-router/entry.js (792 modules)
[RUN_GRADLEW] Writing bundle output to: /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle
[RUN_GRADLEW] Writing sourcemap output to: /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/intermediates/sourcemaps/react/release/index.android.bundle.packager.map
[RUN_GRADLEW] Copying 10 asset files
[RUN_GRADLEW] Done writing bundle output
[RUN_GRADLEW] Done writing sourcemap output
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:763:63: warning: Direct call to eval(), but lexical scope is not supported.
[RUN_GRADLEW] ...typeof expo === "undefined" ? eval("require") : function (moduleId) {
[RUN_GRADLEW]                                  ^~~~~~~~~~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:844:24: warning: the variable "URL" was not declared in function "_fetch"
[RUN_GRADLEW] props[0] = new URL(props[0], window.location?.origin).toString();
[RUN_GRADLEW]                        ^~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:866:42: warning: the variable "fetch" was not declared in anonymous function " 23#"
[RUN_GRADLEW]       value: wrapFetchWithWindowLocation(fetch)
[RUN_GRADLEW] ^~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:1643:20: warning: the variable "Promise" was not declared in function "promiseMethodWrapper"
[RUN_GRADLEW]         return new Promise(function (resolve, reject) {
[RUN_GRADLEW] ^~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:2022:18: warning: the variable "DebuggerInternal" was not declared in function "__shouldPauseOnThrow"
[RUN_GRADLEW]           typeof DebuggerInternal !== 'undefined' &&
[RUN_GRADLEW]                  ^~~~~~~~~~~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:4645:5: warning: the variable "setImmediate" was not declared in function "handleResolved"
[RUN_GRADLEW]     setImmediate(function () {
[RUN_GRADLEW]     ^~~~~~~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:6117:9: warning: the variable "setTimeout" was not declared in anonymous function " 218#"
[RUN_GRADLEW]         setTimeout(function () {
[RUN_GRADLEW] ^~~~~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:8992:5: warning: the variable "Headers" was not declared in anonymous function " 291#"
[RUN_GRADLEW]     Headers,
[RUN_GRADLEW]     ^~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:8993:5: warning: the variable "Request" was not declared in anonymous function " 291#"
[RUN_GRADLEW] Request,
[RUN_GRADLEW]     ^~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:8994:5: warning: the variable "Response" was not declared in anonymous function " 291#"
[RUN_GRADLEW]     Response
[RUN_GRADLEW]     ^~~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:9151:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer"
[RUN_GRADLEW]       var reader = new FileReader();
[RUN_GRADLEW] ^~~~~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:9202:36: warning: the variable "Blob" was not declared in anonymous function " 302#"
[RUN_GRADLEW]         } else if (support.blob && Blob.prototype.isPrototypeOf(body)) {
[RUN_GRADLEW]                                    ^~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:9204:40: warning: the variable "FormData" was not declared in anonymous function " 302#"
[RUN_GRADLEW]         } else if (support.formData && FormData.prototype.isPrototypeOf(body)) {
[RUN_GRADLEW]                                        ^~~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:9206:44: warning: the variable "URLSearchParams" was not declared in anonymous function " 302#"
[RUN_GRADLEW] ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body...
[RUN_GRADLEW]                                  ^~~~~~~~~~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:9325:26: warning: the variable "AbortController" was not declared in anonymous function " 308#"
[RUN_GRADLEW]           var ctrl = new AbortController();
[RUN_GRADLEW] ^~~~~~~~~~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:9459:23: warning: the variable "XMLHttpRequest" was not declared in anonymous function " 312#"
[RUN_GRADLEW]         var xhr = new XMLHttpRequest();
[RUN_GRADLEW]                       ^~~~~~~~~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:9004:71: warning: the variable "self" was not declared in anonymous function " 294#"
[RUN_GRADLEW] ...undefined' && globalThis || typeof self !== 'undefined' && self ||
[RUN_GRADLEW]                                       ^~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:20565:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function " 623#"
[RUN_GRADLEW]   var _nativeFabricUIManage = nativeFabricUIManager,
[RUN_GRADLEW] ^~~~~~~~~~~~~~~~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:20593:21: warning: the variable "clearTimeout" was not declared in anonymous function " 623#"
[RUN_GRADLEW]     cancelTimeout = clearTimeout;
[RUN_GRADLEW]                     ^~~~~~~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:25223:30: warning: the variable "__REACT_DEVTOOLS_GLOBAL_HOOK__" was not declared in anonymous function " 623#"
[RUN_GRADLEW] if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
[RUN_GRADLEW]                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:25338:27: warning: the variable "performance" was not declared in anonymous function " 654#"
[RUN_GRADLEW]   if ("object" === typeof performance && "function" === typeof performance.no...
[RUN_GRADLEW]                           ^~~~~~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:25361:26: warning: the variable "navigator" was not declared in anonymous function " 654#"
[RUN_GRADLEW]   "undefined" !== typeof navigator && undefined !== navigator.scheduling && u...
[RUN_GRADLEW]                          ^~~~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:25471:37: warning: the variable "MessageChannel" was not declared in anonymous function " 654#"
[RUN_GRADLEW]   };else if ("undefined" !== typeof MessageChannel) {
[RUN_GRADLEW]                                     ^~~~~~~~~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:25486:34: warning: the variable "nativeRuntimeScheduler" was not declared in anonymous function " 654#"
[RUN_GRADLEW] ... = "undefined" !== typeof nativeRuntimeScheduler ? nativeRuntimeScheduler....
[RUN_GRADLEW]                              ^~~~~~~~~~~~~~~~~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:38797:34: warning: the variable "requestAnimationFrame" was not declared in function "start 9#"
[RUN_GRADLEW] ...    this._animationFrame = requestAnimationFrame(this.onUpdate.bind(this));
[RUN_GRADLEW]                               ^~~~~~~~~~~~~~~~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:58827:9: warning: the variable "REACT_NAVIGATION_DEVTOOLS" was not declared in anonymous function " 1520#"
[RUN_GRADLEW]         REACT_NAVIGATION_DEVTOOLS.set(refContainer.current, {
[RUN_GRADLEW]         ^~~~~~~~~~~~~~~~~~~~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:66241:11: warning: the variable "cancelAnimationFrame" was not declared in function "cleanup"
[RUN_GRADLEW]           cancelAnimationFrame(this.splashScreenAnimationFrame);
[RUN_GRADLEW]           ^~~~~~~~~~~~~~~~~~~~
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle:80069:16: warning: the variable "SharedArrayBuffer" was not declared in function "from"
[RUN_GRADLEW] if (typeof SharedArrayBuffer !== 'undefined' && (isInstance(value, Shared...
[RUN_GRADLEW]                ^~~~~~~~~~~~~~~~~
[RUN_GRADLEW] > Task :app:generateCodegenSchemaFromJavaScript SKIPPED
[RUN_GRADLEW] > Task :app:generateCodegenArtifactsFromSchema SKIPPED
[RUN_GRADLEW] > Task :app:generatePackageList
[RUN_GRADLEW] > Task :app:preBuild
[RUN_GRADLEW] > Task :app:preReleaseBuild
[RUN_GRADLEW] > Task :app:generateReleaseResValues
[RUN_GRADLEW] > Task :expo:generateExpoModulesPackageListTask
[RUN_GRADLEW] > Task :expo:preBuild
[RUN_GRADLEW] > Task :expo:preReleaseBuild
[RUN_GRADLEW] > Task :expo:generateReleaseResValues
[RUN_GRADLEW] > Task :expo:generateReleaseResources
[RUN_GRADLEW] > Task :expo:packageReleaseResources
[RUN_GRADLEW] > Task :expo-asset:preBuild UP-TO-DATE
[RUN_GRADLEW] > Task :expo-asset:preReleaseBuild UP-TO-DATE
[RUN_GRADLEW] > Task :expo-asset:generateReleaseResValues
[RUN_GRADLEW] > Task :expo-asset:generateReleaseResources
[RUN_GRADLEW] > Task :expo-asset:packageReleaseResources
[RUN_GRADLEW] > Task :expo-constants:createExpoConfig
[RUN_GRADLEW] > Task :expo-constants:preBuild
[RUN_GRADLEW] > Task :expo-constants:preReleaseBuild
[RUN_GRADLEW] The NODE_ENV environment variable is required but was not specified. Ensure the project is bundled with Expo CLI or NODE_ENV is set.
[RUN_GRADLEW] Proceeding without mode-specific .env
[RUN_GRADLEW] > Task :expo-constants:generateReleaseResValues
[RUN_GRADLEW] > Task :expo-constants:generateReleaseResources
[RUN_GRADLEW] > Task :expo-constants:packageReleaseResources
[RUN_GRADLEW] > Task :expo-file-system:preBuild UP-TO-DATE
[RUN_GRADLEW] > Task :expo-file-system:preReleaseBuild UP-TO-DATE
[RUN_GRADLEW] > Task :expo-file-system:generateReleaseResValues
[RUN_GRADLEW] > Task :expo-file-system:generateReleaseResources
[RUN_GRADLEW] > Task :expo-file-system:packageReleaseResources
[RUN_GRADLEW] > Task :expo-font:preBuild UP-TO-DATE
[RUN_GRADLEW] > Task :expo-font:preReleaseBuild UP-TO-DATE
[RUN_GRADLEW] > Task :expo-font:generateReleaseResValues
[RUN_GRADLEW] > Task :expo-font:generateReleaseResources
[RUN_GRADLEW] > Task :expo-font:packageReleaseResources
[RUN_GRADLEW] > Task :expo-keep-awake:preBuild UP-TO-DATE
[RUN_GRADLEW] > Task :expo-keep-awake:preReleaseBuild UP-TO-DATE
[RUN_GRADLEW] > Task :expo-keep-awake:generateReleaseResValues
[RUN_GRADLEW] > Task :expo-keep-awake:generateReleaseResources
[RUN_GRADLEW] > Task :expo-keep-awake:packageReleaseResources
[RUN_GRADLEW] > Task :expo-modules-core:preBuild UP-TO-DATE
[RUN_GRADLEW] > Task :expo-modules-core:preReleaseBuild UP-TO-DATE
[RUN_GRADLEW] > Task :expo-modules-core:generateReleaseResValues
[RUN_GRADLEW] > Task :expo-modules-core:generateReleaseResources
[RUN_GRADLEW] > Task :expo-modules-core:packageReleaseResources
[RUN_GRADLEW] > Task :expo-splash-screen:preBuild UP-TO-DATE
[RUN_GRADLEW] > Task :expo-splash-screen:preReleaseBuild UP-TO-DATE
[RUN_GRADLEW] > Task :expo-splash-screen:generateReleaseResValues
[RUN_GRADLEW] > Task :expo-splash-screen:generateReleaseResources
[RUN_GRADLEW] > Task :expo-splash-screen:packageReleaseResources
[RUN_GRADLEW] > Task :expo-system-ui:preBuild UP-TO-DATE
[RUN_GRADLEW] > Task :expo-system-ui:preReleaseBuild UP-TO-DATE
[RUN_GRADLEW] > Task :expo-system-ui:generateReleaseResValues
[RUN_GRADLEW] > Task :expo-system-ui:generateReleaseResources
[RUN_GRADLEW] > Task :expo-system-ui:packageReleaseResources
[RUN_GRADLEW] > Task :expo-web-browser:preBuild UP-TO-DATE
[RUN_GRADLEW] > Task :expo-web-browser:preReleaseBuild UP-TO-DATE
[RUN_GRADLEW] > Task :expo-web-browser:generateReleaseResValues
[RUN_GRADLEW] > Task :expo-web-browser:generateReleaseResources
[RUN_GRADLEW] > Task :expo-web-browser:packageReleaseResources
[RUN_GRADLEW] > Task :react-native-reanimated:assertLatestReactNativeWithNewArchitectureTask SKIPPED
[RUN_GRADLEW] > Task :react-native-reanimated:assertMinimalReactNativeVersionTask SKIPPED
[RUN_GRADLEW] > Task :react-native-reanimated:prepareHeadersForPrefab
[RUN_GRADLEW] > Task :react-native-reanimated:preBuild
[RUN_GRADLEW] > Task :react-native-reanimated:preReleaseBuild
[RUN_GRADLEW] > Task :react-native-reanimated:generateReleaseResValues
[RUN_GRADLEW] > Task :react-native-reanimated:generateReleaseResources
[RUN_GRADLEW] > Task :react-native-reanimated:packageReleaseResources
[RUN_GRADLEW] > Task :react-native-safe-area-context:preBuild UP-TO-DATE
[RUN_GRADLEW] > Task :react-native-safe-area-context:preReleaseBuild UP-TO-DATE
[RUN_GRADLEW] > Task :react-native-safe-area-context:generateReleaseResValues
[RUN_GRADLEW] > Task :react-native-safe-area-context:generateReleaseResources
[RUN_GRADLEW] > Task :react-native-safe-area-context:packageReleaseResources
[RUN_GRADLEW] > Task :react-native-screens:preBuild UP-TO-DATE
[RUN_GRADLEW] > Task :react-native-screens:preReleaseBuild UP-TO-DATE
[RUN_GRADLEW] > Task :react-native-screens:generateReleaseResValues
[RUN_GRADLEW] > Task :react-native-screens:generateReleaseResources
[RUN_GRADLEW] > Task :react-native-screens:packageReleaseResources
[RUN_GRADLEW] > Task :app:mapReleaseSourceSetPaths
[RUN_GRADLEW] > Task :app:generateReleaseResources
[RUN_GRADLEW] > Task :app:createReleaseCompatibleScreenManifests
[RUN_GRADLEW] > Task :app:extractDeepLinksRelease
[RUN_GRADLEW] > Task :expo:extractDeepLinksRelease
[RUN_GRADLEW] > Task :expo-asset:extractDeepLinksRelease
[RUN_GRADLEW] > Task :expo-constants:extractDeepLinksRelease
[RUN_GRADLEW] > Task :expo-asset:processReleaseManifest
[RUN_GRADLEW] > Task :expo-file-system:extractDeepLinksRelease
[RUN_GRADLEW] > Task :expo-font:extractDeepLinksRelease
[RUN_GRADLEW] > Task :expo-file-system:processReleaseManifest
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/expo-file-system/android/src/main/AndroidManifest.xml:6:9-8:20 Warning:
[RUN_GRADLEW]   provider#expo.modules.filesystem.FileSystemFileProvider@android:authorities was tagged at AndroidManifest.xml:6 to replace other declarations but no other declaration present
[RUN_GRADLEW] > Task :expo:processReleaseManifest
[RUN_GRADLEW] > Task :expo-keep-awake:extractDeepLinksRelease
[RUN_GRADLEW] > Task :expo-font:processReleaseManifest
[RUN_GRADLEW] > Task :expo-constants:processReleaseManifest
[RUN_GRADLEW] > Task :expo-modules-core:extractDeepLinksRelease
[RUN_GRADLEW] > Task :expo-keep-awake:processReleaseManifest
[RUN_GRADLEW] > Task :expo-modules-core:processReleaseManifest
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/expo-modules-core/android/src/main/AndroidManifest.xml:8:9-11:45 Warning:
[RUN_GRADLEW]   meta-data#com.facebook.soloader.enabled@android:value was tagged at AndroidManifest.xml:8 to replace other declarations but no other declaration present
[RUN_GRADLEW] > Task :expo-splash-screen:extractDeepLinksRelease
[RUN_GRADLEW] > Task :expo-system-ui:extractDeepLinksRelease
[RUN_GRADLEW] > Task :expo-splash-screen:processReleaseManifest
[RUN_GRADLEW] > Task :expo-web-browser:extractDeepLinksRelease
[RUN_GRADLEW] > Task :expo-system-ui:processReleaseManifest
[RUN_GRADLEW] > Task :react-native-reanimated:extractDeepLinksRelease
[RUN_GRADLEW] > Task :expo-web-browser:processReleaseManifest
[RUN_GRADLEW] > Task :react-native-safe-area-context:extractDeepLinksRelease
[RUN_GRADLEW] > Task :react-native-reanimated:processReleaseManifest
[RUN_GRADLEW] package="com.swmansion.reanimated" found in source AndroidManifest.xml: /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-reanimated/android/src/main/AndroidManifest.xml.
[RUN_GRADLEW] Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored.
[RUN_GRADLEW] Recommendation: remove package="com.swmansion.reanimated" from the source AndroidManifest.xml: /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-reanimated/android/src/main/AndroidManifest.xml.
[RUN_GRADLEW] > Task :react-native-screens:extractDeepLinksRelease
[RUN_GRADLEW] > Task :react-native-safe-area-context:processReleaseManifest
[RUN_GRADLEW] package="com.th3rdwave.safeareacontext" found in source AndroidManifest.xml: /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-safe-area-context/android/src/main/AndroidManifest.xml.
[RUN_GRADLEW] Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored.
[RUN_GRADLEW] Recommendation: remove package="com.th3rdwave.safeareacontext" from the source AndroidManifest.xml: /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-safe-area-context/android/src/main/AndroidManifest.xml.
[RUN_GRADLEW] > Task :react-native-screens:processReleaseManifest
[RUN_GRADLEW] package="com.swmansion.rnscreens" found in source AndroidManifest.xml: /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/main/AndroidManifest.xml.
[RUN_GRADLEW] Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored.
[RUN_GRADLEW] Recommendation: remove package="com.swmansion.rnscreens" from the source AndroidManifest.xml: /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/main/AndroidManifest.xml.
[RUN_GRADLEW] > Task :expo:writeReleaseAarMetadata
[RUN_GRADLEW] > Task :app:processReleaseMainManifest
[RUN_GRADLEW] /tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/android/app/src/main/AndroidManifest.xml Warning:
[RUN_GRADLEW]   provider#expo.modules.filesystem.FileSystemFileProvider@android:authorities was tagged at AndroidManifest.xml:0 to replace other declarations but no other declaration present
[RUN_GRADLEW] > Task :app:processReleaseManifest
[RUN_GRADLEW] > Task :app:processApplicationManifestReleaseForBundle
[RUN_GRADLEW] > Task :expo-asset:writeReleaseAarMetadata
[RUN_GRADLEW] > Task :expo-constants:writeReleaseAarMetadata
[RUN_GRADLEW] > Task :app:mergeReleaseResources
[RUN_GRADLEW] > Task :expo-file-system:writeReleaseAarMetadata
[RUN_GRADLEW] > Task :expo-font:writeReleaseAarMetadata
[RUN_GRADLEW] > Task :expo-keep-awake:writeReleaseAarMetadata
[RUN_GRADLEW] > Task :expo-modules-core:writeReleaseAarMetadata
[RUN_GRADLEW] > Task :expo-splash-screen:writeReleaseAarMetadata
[RUN_GRADLEW] > Task :expo-system-ui:writeReleaseAarMetadata
[RUN_GRADLEW] > Task :expo-web-browser:writeReleaseAarMetadata
[RUN_GRADLEW] > Task :react-native-reanimated:writeReleaseAarMetadata
[RUN_GRADLEW] > Task :react-native-safe-area-context:writeReleaseAarMetadata
[RUN_GRADLEW] > Task :react-native-screens:writeReleaseAarMetadata
[RUN_GRADLEW] > Task :app:packageReleaseResources
[RUN_GRADLEW] > Task :app:checkReleaseAarMetadata
[RUN_GRADLEW] > Task :expo:compileReleaseLibraryResources
[RUN_GRADLEW] > Task :expo-asset:compileReleaseLibraryResources
[RUN_GRADLEW] > Task :app:processReleaseManifestForPackage
[RUN_GRADLEW] > Task :expo-constants:compileReleaseLibraryResources
[RUN_GRADLEW] > Task :expo-file-system:compileReleaseLibraryResources
[RUN_GRADLEW] > Task :expo-font:compileReleaseLibraryResources
[RUN_GRADLEW] > Task :expo-keep-awake:compileReleaseLibraryResources
[RUN_GRADLEW] > Task :expo-asset:parseReleaseLocalResources
[RUN_GRADLEW] > Task :expo-constants:parseReleaseLocalResources
[RUN_GRADLEW] > Task :expo-font:parseReleaseLocalResources
[RUN_GRADLEW] > Task :expo:parseReleaseLocalResources
[RUN_GRADLEW] > Task :expo-keep-awake:parseReleaseLocalResources
[RUN_GRADLEW] > Task :expo-modules-core:compileReleaseLibraryResources
[RUN_GRADLEW] > Task :expo-file-system:parseReleaseLocalResources
[RUN_GRADLEW] > Task :app:parseReleaseLocalResources
[RUN_GRADLEW] > Task :expo-keep-awake:generateReleaseRFile
[RUN_GRADLEW] > Task :expo-modules-core:parseReleaseLocalResources
[RUN_GRADLEW] > Task :expo:generateReleaseRFile
[RUN_GRADLEW] > Task :expo-constants:generateReleaseRFile
[RUN_GRADLEW] > Task :expo-font:generateReleaseRFile
[RUN_GRADLEW] > Task :expo-splash-screen:compileReleaseLibraryResources
[RUN_GRADLEW] > Task :expo-file-system:generateReleaseRFile
[RUN_GRADLEW] > Task :expo-asset:generateReleaseRFile
[RUN_GRADLEW] > Task :expo-system-ui:compileReleaseLibraryResources
[RUN_GRADLEW] > Task :expo-splash-screen:parseReleaseLocalResources
[RUN_GRADLEW] > Task :expo-modules-core:generateReleaseRFile
[RUN_GRADLEW] > Task :expo-system-ui:parseReleaseLocalResources
[RUN_GRADLEW] > Task :expo-web-browser:compileReleaseLibraryResources
[RUN_GRADLEW] > Task :expo-splash-screen:generateReleaseRFile
[RUN_GRADLEW] > Task :react-native-reanimated:compileReleaseLibraryResources
[RUN_GRADLEW] > Task :expo-web-browser:parseReleaseLocalResources
[RUN_GRADLEW] > Task :expo-system-ui:generateReleaseRFile
[RUN_GRADLEW] > Task :react-native-reanimated:parseReleaseLocalResources
[RUN_GRADLEW] > Task :react-native-safe-area-context:compileReleaseLibraryResources
[RUN_GRADLEW] > Task :expo-web-browser:generateReleaseRFile
[RUN_GRADLEW] > Task :react-native-reanimated:generateReleaseRFile
[RUN_GRADLEW] > Task :react-native-safe-area-context:parseReleaseLocalResources
[RUN_GRADLEW] > Task :expo:checkKotlinGradlePluginConfigurationErrors
[RUN_GRADLEW] > Task :react-native-screens:parseReleaseLocalResources
[RUN_GRADLEW] > Task :react-native-safe-area-context:generateReleaseRFile
[RUN_GRADLEW] > Task :expo:generateReleaseBuildConfig
[RUN_GRADLEW] > Task :expo-asset:checkKotlinGradlePluginConfigurationErrors
[RUN_GRADLEW] > Task :react-native-screens:compileReleaseLibraryResources
[RUN_GRADLEW] > Task :expo-asset:generateReleaseBuildConfig
[RUN_GRADLEW] > Task :expo-modules-core:checkKotlinGradlePluginConfigurationErrors
[RUN_GRADLEW] > Task :react-native-screens:generateReleaseRFile
[RUN_GRADLEW] > Task :expo-modules-core:generateReleaseBuildConfig
[RUN_GRADLEW] > Task :expo-modules-core:javaPreCompileRelease
[RUN_GRADLEW] > Task :expo-constants:checkKotlinGradlePluginConfigurationErrors
[RUN_GRADLEW] > Task :expo-asset:javaPreCompileRelease
[RUN_GRADLEW] > Task :expo-constants:generateReleaseBuildConfig
[RUN_GRADLEW] > Task :expo-file-system:checkKotlinGradlePluginConfigurationErrors
[RUN_GRADLEW] > Task :expo-constants:javaPreCompileRelease
[RUN_GRADLEW] > Task :expo-file-system:generateReleaseBuildConfig
[RUN_GRADLEW] > Task :expo-font:checkKotlinGradlePluginConfigurationErrors
[RUN_GRADLEW] > Task :expo-file-system:javaPreCompileRelease
[RUN_GRADLEW] > Task :expo-font:generateReleaseBuildConfig
[RUN_GRADLEW] > Task :expo-keep-awake:checkKotlinGradlePluginConfigurationErrors
[RUN_GRADLEW] > Task :expo-font:javaPreCompileRelease
[RUN_GRADLEW] > Task :expo-keep-awake:generateReleaseBuildConfig
[RUN_GRADLEW] > Task :expo-keep-awake:javaPreCompileRelease
[RUN_GRADLEW] > Task :expo-splash-screen:checkKotlinGradlePluginConfigurationErrors
[RUN_GRADLEW] > Task :expo-splash-screen:generateReleaseBuildConfig
[RUN_GRADLEW] > Task :expo-system-ui:checkKotlinGradlePluginConfigurationErrors
[RUN_GRADLEW] > Task :expo-splash-screen:javaPreCompileRelease
[RUN_GRADLEW] > Task :expo-system-ui:generateReleaseBuildConfig
[RUN_GRADLEW] > Task :expo-web-browser:checkKotlinGradlePluginConfigurationErrors
[RUN_GRADLEW] > Task :expo-system-ui:javaPreCompileRelease
[RUN_GRADLEW] > Task :expo-web-browser:generateReleaseBuildConfig
[RUN_GRADLEW] > Task :expo-web-browser:javaPreCompileRelease
[RUN_GRADLEW] > Task :expo:javaPreCompileRelease
[RUN_GRADLEW] > Task :react-native-reanimated:generateReleaseBuildConfig
[RUN_GRADLEW] > Task :react-native-reanimated:javaPreCompileRelease
[RUN_GRADLEW] > Task :react-native-reanimated:packageNdkLibs NO-SOURCE
[RUN_GRADLEW] > Task :app:processReleaseResources
[RUN_GRADLEW] > Task :react-native-reanimated:compileReleaseJavaWithJavac
[RUN_GRADLEW] Note: Some input files use or override a deprecated API.
[RUN_GRADLEW] Note: Recompile with -Xlint:deprecation for details.
[RUN_GRADLEW] Note: Some input files use unchecked or unsafe operations.
[RUN_GRADLEW] Note: Recompile with -Xlint:unchecked for details.
[RUN_GRADLEW] > Task :react-native-safe-area-context:checkKotlinGradlePluginConfigurationErrors
[RUN_GRADLEW] > Task :react-native-safe-area-context:generateReleaseBuildConfig
[RUN_GRADLEW] > Task :react-native-reanimated:bundleLibRuntimeToJarRelease
[RUN_GRADLEW] > Task :react-native-screens:checkKotlinGradlePluginConfigurationErrors
[RUN_GRADLEW] > Task :react-native-safe-area-context:javaPreCompileRelease
[RUN_GRADLEW] > Task :react-native-screens:generateReleaseBuildConfig
[RUN_GRADLEW] > Task :react-native-screens:javaPreCompileRelease
[RUN_GRADLEW] > Task :app:checkReleaseDuplicateClasses
[RUN_GRADLEW] > Task :app:buildKotlinToolingMetadata
[RUN_GRADLEW] > Task :app:checkKotlinGradlePluginConfigurationErrors
[RUN_GRADLEW] > Task :app:generateReleaseBuildConfig
[RUN_GRADLEW] > Task :app:javaPreCompileRelease
[RUN_GRADLEW] > Task :react-native-reanimated:bundleLibCompileToJarRelease
[RUN_GRADLEW] > Task :app:desugarReleaseFileDependencies
[RUN_GRADLEW] > Task :app:bundleReleaseResources
[RUN_GRADLEW] > Task :expo-modules-core:compileReleaseKotlin
[RUN_GRADLEW] > Task :react-native-safe-area-context:compileReleaseKotlin
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaContextPackage.kt:27:11 'constructor ReactModuleInfo(String!, String!, Boolean, Boolean, Boolean, Boolean, Boolean)' is deprecated. Deprecated in Java
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaContextPackage.kt:33:27 'hasConstants: Boolean' is deprecated. Deprecated in Java
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-safe-area-context/android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaView.kt:59:23 'getter for uiImplementation: UIImplementation!' is deprecated. Deprecated in Java
[RUN_GRADLEW] > Task :react-native-screens:compileReleaseKotlin
[RUN_GRADLEW] > Task :app:mergeExtDexRelease
[RUN_GRADLEW] > Task :react-native-screens:compileReleaseKotlin
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/RNScreensPackage.kt:42:47 'constructor ReactModuleInfo(String!, String!, Boolean, Boolean, Boolean, Boolean, Boolean)' is deprecated. Deprecated in Java
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenContainer.kt:30:53 'FrameCallback' is deprecated. Deprecated in Java
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenContainer.kt:30:98 'FrameCallback' is deprecated. Deprecated in Java
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenStackFragment.kt:65:27 'setter for targetElevation: Float' is deprecated. Deprecated in Java
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenStackFragment.kt:128:27 'setter for targetElevation: Float' is deprecated. Deprecated in Java
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenStackHeaderConfig.kt:86:34 'getter for systemWindowInsetTop: Int' is deprecated. Deprecated in Java
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenStackHeaderConfig.kt:231:37 'setColorFilter(Int, PorterDuff.Mode): Unit' is deprecated. Deprecated in Java
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenViewManager.kt:47:42 'setStateWrapper(StateWrapper!): Unit' is deprecated. Deprecated in Java
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenWindowTraits.kt:135:47 'replaceSystemWindowInsets(Int, Int, Int, Int): WindowInsetsCompat' is deprecated. Deprecated in Java
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenWindowTraits.kt:136:51 'getter for systemWindowInsetLeft: Int' is deprecated. Deprecated in Java
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenWindowTraits.kt:138:51 'getter for systemWindowInsetRight: Int' is deprecated. Deprecated in Java
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/ScreenWindowTraits.kt:139:51 'getter for systemWindowInsetBottom: Int' is deprecated. Deprecated in Java
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/SearchBarManager.kt:100:22 Parameter 'view' is never used
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/SearchBarManager.kt:100:43 Parameter 'placeholder' is never used
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/SearchBarView.kt:147:43 Parameter 'flag' is never used
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/main/java/com/swmansion/rnscreens/events/HeaderHeightChangeEvent.kt:6:44 'RCTEventEmitter' is deprecated. Deprecated in Java
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/paper/java/com/swmansion/rnscreens/FabricEnabledViewGroup.kt:5:37 'FabricViewStateManager' is deprecated. Deprecated in Java
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/paper/java/com/swmansion/rnscreens/FabricEnabledViewGroup.kt:9:48 'FabricViewStateManager' is deprecated. Deprecated in Java
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/paper/java/com/swmansion/rnscreens/FabricEnabledViewGroup.kt:11:42 Parameter 'width' is never used
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/paper/java/com/swmansion/rnscreens/FabricEnabledViewGroup.kt:11:54 Parameter 'height' is never used
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/react-native-screens/android/src/paper/java/com/swmansion/rnscreens/FabricEnabledViewGroup.kt:11:67 Parameter 'headerHeight' is never used
[RUN_GRADLEW] > Task :app:mergeExtDexRelease FAILED
[RUN_GRADLEW] > Task :expo-modules-core:compileReleaseKotlin
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/expo-modules-core/android/src/main/java/expo/modules/adapters/react/permissions/PermissionsService.kt:20:26 'Promise' is deprecated. AsyncFunction will crash when called. Use expo.modules.kotlin.Promise instead
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/expo-modules-core/android/src/main/java/expo/modules/adapters/react/permissions/PermissionsService.kt:63:51 'Promise' is deprecated. AsyncFunction will crash when called. Use expo.modules.kotlin.Promise instead
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/expo-modules-core/android/src/main/java/expo/modules/adapters/react/permissions/PermissionsService.kt:90:54 'Promise' is deprecated. AsyncFunction will crash when called. Use expo.modules.kotlin.Promise instead
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/defaultmodules/CoreModule.kt:6:34 'ReactFeatureFlags' is deprecated. Deprecated in Java
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/defaultmodules/CoreModule.kt:71:12 'ReactFeatureFlags' is deprecated. Deprecated in Java
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/events/KModuleEventEmitterWrapper.kt:97:7 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
[RUN_GRADLEW] w: file:///tmp/asus/eas-build-local-nodejs/a6dd5a00-77b2-45ca-9635-152f4c5c6e23/build/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/types/JSTypeConverterHelper.kt:44:17 'get(String!): Any?' is deprecated. Deprecated in Java
[RUN_GRADLEW] FAILURE: Build failed with an exception.
[RUN_GRADLEW] * What went wrong:
[RUN_GRADLEW] Execution failed for task ':app:mergeExtDexRelease'.
[RUN_GRADLEW] > Multiple build operations failed.
[RUN_GRADLEW]       Could not read workspace metadata from /home/asus/.gradle/caches/transforms-4/fc66341e60e85a35bb3c5a0a8104649f/metadata.bin
[RUN_GRADLEW]       Could not read workspace metadata from /home/asus/.gradle/caches/transforms-4/6b8b2e7f1d02988311f8147150c11a01/metadata.bin
[RUN_GRADLEW]    > Could not read workspace metadata from /home/asus/.gradle/caches/transforms-4/fc66341e60e85a35bb3c5a0a8104649f/metadata.bin
[RUN_GRADLEW]    > Could not read workspace metadata from /home/asus/.gradle/caches/transforms-4/6b8b2e7f1d02988311f8147150c11a01/metadata.bin
[RUN_GRADLEW] * Try:
[RUN_GRADLEW] > Run with --stacktrace option to get the stack trace.
[RUN_GRADLEW] > Run with --info or --debug option to get more log output.
[RUN_GRADLEW] > Run with --scan to get full insights.
[RUN_GRADLEW] > Get more help at https://help.gradle.org.
[RUN_GRADLEW] BUILD FAILED in 4m 2s
[RUN_GRADLEW] 179 actionable tasks: 179 executed
[RUN_GRADLEW] Error: Gradle build failed with unknown error. See logs for the "Run gradlew" phase for more information.

Build failed
Gradle build failed with unknown error. See logs for the "Run gradlew" phase for more information.
npx exited with non-zero code: 1
    Error: build command failed.

Reproducer

https://github.com/amirandev/react-native-hello-world

Screenshots and Videos

Video: https://youtu.be/MZf0CtcjkYw

github-actions[bot] commented 3 months ago
:warning: Issue is Related to Expo
:information_source: It looks like your issue is related to Expo and not React Native core. Please open your issue in Expo's repository. If you are able to create a repro that showcases that this issue is also happening in React Native vanilla, we will be happy to re-open.
qmorozov commented 3 months ago

Can you please tell me how you fixed this, I'm having the same problem now when trying to build an expo app

StepsOnes commented 3 months ago

Can you please tell me how you fixed this, I'm having the same problem now when trying to build an expo app

I have exactly the same problem

amirandev commented 3 months ago

Can you please tell me how you fixed this, I'm having the same problem now when trying to build an expo app

I couldn't fixed the issue and just gave up. I have it asked to others that post new videos on youtube about how good expo is but nobody responds at all