UNPKG

expo-speech

Version:

Provides text-to-speech functionality.

9 lines (8 loc) 263 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <queries> <intent> <!-- Required for text-to-speech if targeting API 30 --> <action android:name="android.intent.action.TTS_SERVICE" /> </intent> </queries> </manifest>