Skip to content

AndroidX migration #86

@Darex1991

Description

@Darex1991

Hi, yesterday I ran migration from Android studio from Jetifier to Androidx and it changed react-native-typing-animation. What do you think? It is necessary or useless?

patch for 0.1.7:

diff --git a/node_modules/react-native-typing-animation/example/android/app/build.gradle b/node_modules/react-native-typing-animation/example/android/app/build.gradle
index 9b262c0..21cb281 100644
--- a/node_modules/react-native-typing-animation/example/android/app/build.gradle
+++ b/node_modules/react-native-typing-animation/example/android/app/build.gradle
@@ -138,7 +138,7 @@ android {

 dependencies {
     implementation fileTree(dir: "libs", include: ["*.jar"])
-    implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
+    implementation "androidx.appcompat:appcompat:1.6.1"
     implementation "com.facebook.react:react-native:+"  // From node_modules
 }

Thanks

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