79711490

Date: 2025-07-23 07:52:41
Score: 0.5
Natty:
Report link

Expo 2025 you can just go:


import * as Audio from 'expo-audio';

const onPressListener = () => {
    Audio.setAudioModeAsync({
        playsInSilentMode: true,
        shouldPlayInBackground: true,
    });
    
    Speech.speak(message.text)
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Damik Minnegalimov