- // import { Audio } from 'expo-av';
- // useMount(async () => {
- // const soundObject = new Audio.Sound();
- // try {
- // await soundObject.loadAsync({
- // uri:
- // 'https://idingdong.oss-cn-hangzhou.aliyuncs.com/audio/2020-05-29-10-36-10XNheaqCd.mp3'
- // });
- // await soundObject.playAsync();
- // // Your sound is playing!
- // } catch (error) {
- // // An error occurred!
- // }
- // });
|