jsierles / react-native-audio

Audio recorder library for React Native
MIT License
1.16k stars 539 forks source link

Latest version (4.3.1) of react-native-audio not published to npm registry, causing gradle warning #361

Open fkurniaw opened 4 years ago

fkurniaw commented 4 years ago

When yarn add react-native-audio is run, it should add react-native-audio@4.3.1 to the list of dependencies.

However since v4.3.1 is not published on the npm registry, v4.3.0 is installed instead, and this causes the following gradle warning:
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html

Please publish v4.3.1 to the npm registry (since I believe this latest version has replaced compile with implementation in gradle). Thanks!

ocup0311 commented 4 years ago

I just want to ask for the same thing. Thanks!

christian150590 commented 4 years ago

Any news about it?

deng-yc commented 4 years ago

+1