I appreciate this library but it seems to be pretty broken. Is there any version which is known to be working?
With the sample repository I get:
/tmp/adyen-react-native-samples/QuickStart/node_modules/adyen-react-native/android/src/main/java/com/dblackwave/adyen/AdyenModule.java:5: error: package androidx.annotation does not exist
import androidx.annotation.NonNull;
With react-native 0.61 I was able to compile it but then get
D8: Cannot fit requested classes in a single dex file (# methods: 65961 > 65536)
I appreciate this library but it seems to be pretty broken. Is there any version which is known to be working?
With the sample repository I get:
With react-native 0.61 I was able to compile it but then get