react-native-typing-animation icon indicating copy to clipboard operation
react-native-typing-animation copied to clipboard

AndroidX migration

Open Darex1991 opened this issue 2 years ago • 1 comments

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

Darex1991 avatar Aug 24 '23 10:08 Darex1991

Can you set the dotStyles property to take effect?

Qy742698 avatar Apr 27 '24 09:04 Qy742698