Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when i npm install from project repack, react-native-cli not has file @react-native-community/cli-platform-android/native_modules.gradle #852

Open
HongQuang231 opened this issue Jan 3, 2025 · 0 comments
Assignees
Labels
status:investigating The issue needs more research and information. type:bug A bug report.

Comments

@HongQuang231
Copy link

Describe the bug

when i clone project without node_modules, i install so my node_modules in @react-native-community/cli-platform-android has not file native_modules.gradle

../node_modules/@react-native-community/cli-platform-android/native_modules.gradle has not file when i build run android

my gradle.setting

rootProject.name = 'hostApp'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
includeBuild('../node_modules/@react-native/gradle-plugin')
include ':react-native-fs'
project(':react-native-fs').projectDir = new File(settingsDir, '../node_modules/react-native-fs/android')

System Info

s

Re.Pack Version

4.1.1

Reproduction

s

Steps to reproduce

npm install -> react-native run-android --no-packager -> error

@HongQuang231 HongQuang231 added status:new New issue, not reviewed by the team yet. type:bug A bug report. labels Jan 3, 2025
@jbroma jbroma self-assigned this Jan 7, 2025
@jbroma jbroma added status:investigating The issue needs more research and information. and removed status:new New issue, not reviewed by the team yet. labels Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:investigating The issue needs more research and information. type:bug A bug report.
Projects
None yet
Development

No branches or pull requests

2 participants