switched to navigation-react-native

seems much simpler, but now i may need some other deps...
This commit is contained in:
austinried
2021-06-23 22:19:25 +09:00
parent c7d65e0a58
commit 17fe1b9850
22 changed files with 356 additions and 3268 deletions

View File

@@ -9,4 +9,11 @@
# Add any project specific keep options here:
-keep class com.facebook.react.turbomodule.** { *; }
-keep public class com.dylanvann.fastimage.* {*;}
-keep public class com.dylanvann.fastimage.** {*;}
-keep public class * implements com.bumptech.glide.module.GlideModule
-keep public class * extends com.bumptech.glide.module.AppGlideModule
-keep public enum com.bumptech.glide.load.ImageHeaderParser$** {
**[] $VALUES;
public *;
}