juananime / react-native-audiowaveform

Audio waveform renderer for React Native
265 stars 94 forks source link

Does this library still works for anyone? #81

Open minafa96 opened 3 years ago

minafa96 commented 3 years ago

I keep getting this error while building the app in android

* What went wrong:
Execution failed for task ':react-native-audiowaveform:compileDebugJavaWithJavac'.
> Could not resolve all files for configuration ':react-native-audiowaveform:debugCompileClasspath'.
   > Could not find recyclerview-1.0.0.jar (androidx.recyclerview:recyclerview:1.0.0).
     Searched in the following locations:
         https://dl.google.com/dl/android/maven2/androidx/recyclerview/recyclerview/1.0.0/recyclerview-1.0.0.jar

checked everything in Readme file.

react native version: 0.64.0

"react-native-audiowaveform": "^2.0.5"