Open PawBlo opened 1 day ago
[!TIP] Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - 0.74.6. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases.
[!TIP] Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - undefined. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases.
[!WARNING] Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
- If your bug is UI related: a Snack
- If your bug is build/upgrade related: a project using our Reproducer Template
- Otherwise send us a Pull Request with the RNTesterPlayground.js edited to reproduce your bug.
I am experiencing the exact same error.
------------------------------------------------------------
Gradle 8.9
------------------------------------------------------------
Build time: 2024-07-11 14:37:41 UTC
Revision: d536ef36a19186ccc596d8817123e5445f30fef8
Kotlin: 1.9.23
Groovy: 3.0.21
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
Launcher JVM: 17.0.13 (Azul Systems, Inc. 17.0.13+11-LTS)
Daemon JVM: /Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home (no JDK specified, using current Java home)
OS: Mac OS X 14.6.1 aarch64
react-native": "0.73.6"
Description
I try to build apk and I have a lot of problems. I am using docker image https://hub.docker.com/r/reactnativecommunity/react-native-android.
I build my app with this commands:
After this I get error:
2 errors I am using:
Could someone give some tips on how to fix this or give other way to build apk?
Steps to reproduce
yarn add expo
npx expo prebuild
cd android
./gradlew assembleRelease
React Native Version
0.74.5
Affected Platforms
Build - Linux
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/DorianBajorek/book-ui branch remove-camera
Screenshots and Videos
No response