79201330

Date: 2024-11-18 20:24:30
Score: 0.5
Natty:
Report link

The better approach would be to use replayAsync.

const sound = await Audio.Sound.createAsync(filePath);
sound.replayAsync();

replayAsync

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Abdul Sadik Yalcin