Expo Speech does not work on iOS

SDK Version: 49
Platform: iOS
Question: expo-speech does not work on iOS but works on android very well. Also i tested my app in iOS 17.0 and 16.4. it does not work on both. My code is here. Some one can help me?

   await Speech.speak(text, {
        onDone: () => {
          setIsPlaying(false);
        }
      });

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.