You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
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
Re.Pack Version
4.1.1
Reproduction
s
Steps to reproduce
npm install -> react-native run-android --no-packager -> error
The text was updated successfully, but these errors were encountered: