Skip to content

Support Gradle 8+ #50

@adolfogc

Description

@adolfogc

Hi, I'm using RN 0.72.6 and Gradle 8, the project fails to build due to namespace issue related to Gradle. The issue can be fixed by adding the following to build.gradle:

     buildToolsVersion safeExtGet('buildToolsVersion', '30.0.3')
 
+    namespace "org.linusu"
+
     defaultConfig {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions