-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
taro 中使用 expo-av 异常 #4647
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
CC @Pines-Cheng |
已解决,1.3.18 版本的 taro 里已经自带了 expo-av,无需再自己安装 |
@Pines-Cheng 这个 Issue 的案例是否有意义加入文档的【常见问题】一节? |
@Garfield550 应该不用~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
问题描述
我在刚刚用
taro init <project-name>
初始化的工程中,新增了一个expo-av
模块,版本是expo-av^7.0.1
,在代码中使用之后就报错复现步骤
[复现问题的步骤]
taro init taro-av
yarn add expo-av
期望行为
到首页的时候,会出现背景音频
报错信息
系统信息
"@tarojs/async-await": "1.3.18",
"@tarojs/components": "1.3.18",
"@tarojs/components-rn": "^1.3.18",
"@tarojs/redux": "1.3.18",
"@tarojs/redux-h5": "1.3.18",
"@tarojs/router": "1.3.18",
"@tarojs/taro": "1.3.18",
"@tarojs/taro-alipay": "1.3.18",
"@tarojs/taro-h5": "1.3.18",
"@tarojs/taro-redux-rn": "^1.3.18",
"@tarojs/taro-rn": "^1.3.18",
"@tarojs/taro-router-rn": "^1.3.18",
"@tarojs/taro-swan": "1.3.18",
"@tarojs/taro-tt": "1.3.18",
"@tarojs/taro-weapp": "1.3.18",
"expo-av": "^7.0.1",
"nerv-devtools": "^1.4.0",
"nervjs": "^1.4.0",
"react": "16.3.1",
"react-native": "0.55.4",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
补充信息
我在 taro-yanxuan (网易)那个项目中也使用了,但是没有报错,taro 系列版本是 1.3.4
The text was updated successfully, but these errors were encountered: