-
Notifications
You must be signed in to change notification settings - Fork 155
Closed
Labels
status:newNew issue, not reviewed by the team yet.New issue, not reviewed by the team yet.type:bugA bug report.A bug report.
Description
Describe the bug
I can't generate an apk release
Scripts:
"build:android": "cd android && ./gradlew assembleRelease",
"build": "yarn bundle:ios && yarn bundle:android",
"bundle:ios": "react-native webpack-bundle --platform ios --entry-file index.js --dev false ",
"bundle:android": "react-native webpack-bundle --platform android --entry-file index.js --dev false"
System Info
System:
OS: macOS 14.6.1
CPU: (12) arm64 Apple M3 Pro
Memory: 49.92 MB / 18.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 22.5.1
path: /opt/homebrew/bin/node
Yarn:
version: 3.6.4
path: /opt/homebrew/bin/yarn
npm:
version: 10.8.2
path: /opt/homebrew/bin/npm
Watchman:
version: 2024.07.15.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.15.2
path: /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 23.5
- iOS 17.5
- macOS 14.5
- tvOS 17.5
- visionOS 1.2
- watchOS 10.5
Android SDK:
API Levels:
- "34"
- "35"
Build Tools:
- 34.0.0
- 35.0.0
System Images:
- android-34 | Google APIs ARM 64 v8a
- android-35 | Google Play ARM 64 v8a
Android NDK: Not Found
IDEs:
Android Studio: 2024.1 AI-241.18034.62.2411.12071903
Xcode:
version: 15.4/15F31d
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.12
path: /usr/bin/javac
Ruby:
version: 2.6.10
path: /usr/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.74.5
wanted: 0.74.5
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: Not found
newArchEnabled: falseRe.Pack Version
4.3.0
Reproduction
https://github.com/eeuruetade/host-rickandmorty
Steps to reproduce
Update @callstack/repack to 4.3.0
Run
yarn install
yarn build:androidReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status:newNew issue, not reviewed by the team yet.New issue, not reviewed by the team yet.type:bugA bug report.A bug report.

