We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--android集成报错 1、MediaKitPackage implements ReactPackage的复写方法报接口不存在 临时先注掉@OverRide 2、ReactMediaPlayerViewManager类里new Event(view.getId()/, SystemClock.uptimeMillis()/)提示参数不对,注释掉参数 然后不报错 正常引入Video控件报错undefined is not an object (evaluating '_react2.PropTypes.number')
The text was updated successfully, but these errors were encountered:
@panhs The problems cause by Proptypes because of React new version change it. you can fix from ReactMediaPlayerViewManager.js and MediaKitPackage.js
OLD import React, {PropTypes} from 'react'
Change import React from 'react import PropTypes from 'prop-types';
The Libray still working This my dependencies version react-native version 0.51 react version 16
Good luck.
Sorry, something went wrong.
No branches or pull requests
--android集成报错
1、MediaKitPackage implements ReactPackage的复写方法报接口不存在 临时先注掉@OverRide
2、ReactMediaPlayerViewManager类里new Event(view.getId()/, SystemClock.uptimeMillis()/)提示参数不对,注释掉参数
然后不报错 正常引入Video控件报错undefined is not an object (evaluating '_react2.PropTypes.number')
The text was updated successfully, but these errors were encountered: