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!
When
yarn add react-native-audio
is run, it should addreact-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
withimplementation
in gradle). Thanks!