I have implemented all the instructions.
- installing react-native-midtrans and linking it
- adding midtrans maven repository to android/build.gradle
allprojects { repositories { maven { url "http://dl.bintray.com/pt-midtrans/maven" } } }
but still i got the following error
MidtransPackage.java Error:(20, 5) error: method does not override or implement a method from a supertype
