zmcnell-test 中文文档教程
expo-speech
提供文本转语音功能。
API 文档
在托管 Expo 项目中安装
对于 托管 Expo项目,请按照最新稳定版本的 API 文档。
在裸 React Native 项目中安装
对于裸 React Native 项目,您必须确保已安装并配置了 expo
包,然后再继续。
将软件包添加到您的 npm 依赖项中
expo install expo-speech
配置 iOS
在安装 npm 软件包后运行 npx pod-install
。
针对 Android 配置
无需额外设置。
!
非常欢迎您的贡献 请参阅贡献指南中描述的指南。
expo-speech
Provides text-to-speech functionality.
API documentation
Installation in managed Expo projects
For managed Expo projects, please follow the installation instructions in the API documentation for the latest stable release.
Installation in bare React Native projects
For bare React Native projects, you must ensure that you have installed and configured the expo
package before continuing.
Add the package to your npm dependencies
expo install expo-speech
Configure for iOS
Run npx pod-install
after installing the npm package.
Configure for Android
No additional set up necessary.
Contributing
Contributions are very welcome! Please refer to guidelines described in the contributing guide.