Trying to use the library with RN 0.73.4 I get this error with android build:
Gradle DSL method not found: 'compile()'
Possible causes:
Your project may be using a version of the Android Gradle plug-in that does not contain the method (e.g. 'testCompile' was added in 1.1.0).
this is dued to use compile instead implementation in build.gradle.
Also targertSdkVersion need to be upgraded to 33.