Skip to content

Compile is decrepted #26

@Ctrl-Mota

Description

@Ctrl-Mota

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch react-native-app-settings@2.0.1 for the project I'm working on.

Here is the diff that solved my problem:

diff --git a/node_modules/react-native-app-settings/android/build.gradle b/node_modules/react-native-app-settings/android/build.gradle
index 849e79a..f87bfa7 100644
--- a/node_modules/react-native-app-settings/android/build.gradle
+++ b/node_modules/react-native-app-settings/android/build.gradle
@@ -31,6 +31,6 @@ repositories {
 }
 
 dependencies {
-    compile 'com.facebook.react:react-native:+'
+    implementation 'com.facebook.react:react-native:+'
 }
   
\ No newline at end of file

This issue body was partially generated by patch-package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions