UNPKG

expo-speech

Version:

Provides text-to-speech functionality.

11 lines (9 loc) 296 B
<manifest package="expo.modules.speech" 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>