Git Product home page Git Product logo

Comments (4)

AlexanderEggers avatar AlexanderEggers commented on May 26, 2024 1

@szymonrybczak I have open a PR with some suggestions which could fix the mentioned issue (#2341).

from cli.

szymonrybczak avatar szymonrybczak commented on May 26, 2024

hey @AlexanderEggers, as of my knowledge there's no unfortunately. I'll try to find a way to set this path correctly.

from cli.

szymonrybczak avatar szymonrybczak commented on May 26, 2024

hey @AlexanderEggers, can you please try setting projectDir through settings.gradle?

diff --git a/my_wraper/android/gradlew b/my_wraper/android/gradlew
old mode 100644
new mode 100755
diff --git a/my_wraper/android/settings.gradle b/my_wraper/android/settings.gradle
index 9694a74..f3259bf 100644
--- a/my_wraper/android/settings.gradle
+++ b/my_wraper/android/settings.gradle
@@ -1,4 +1,5 @@
 rootProject.name = 'AwesomeProject'
+rootProject.projectDir = new File(rootProject.projectDir, "../reactnativemodule")
 apply from: file("../reactnativemodule/node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
 include ':app'
 includeBuild('../reactnativemodule/node_modules/@react-native/gradle-plugin')

from cli.

AlexanderEggers avatar AlexanderEggers commented on May 26, 2024

@szymonrybczak Thanks for your suggestion but I'm not certain if that is what would make sense in this case. The base Android project still needs to be compiled and is indeed the root project. The missing option is to define the RN root project so that the native modules gradle file resolves correctly.

Something like injecting a custom path as part of this line file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project).

from cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.