diff --git a/packages/taro-components-rn/src/components/Audio/index.tsx b/packages/taro-components-rn/src/components/Audio/index.tsx index 3439a73ee68c..66e59da5b376 100644 --- a/packages/taro-components-rn/src/components/Audio/index.tsx +++ b/packages/taro-components-rn/src/components/Audio/index.tsx @@ -212,6 +212,7 @@ class _Audio extends React.Component { 'connectionChange', this._onConnectionChange.bind(this) ) + soundObject.unloadAsync() } render() {