mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-02 19:11:03 +00:00
added video filter
This commit is contained in:
@@ -274,7 +274,10 @@ export default class Video extends Component {
|
||||
}
|
||||
}
|
||||
|
||||
Video.filterTypes = ['Normal', 'Country', 'Winter', 'Black N White', 'Sunrise', 'Artistic'];
|
||||
|
||||
Video.propTypes = {
|
||||
filter: PropTypes.oneOf(Video.filterTypes),
|
||||
/* Native only */
|
||||
src: PropTypes.object,
|
||||
seek: PropTypes.oneOfType([
|
||||
|
||||
Reference in New Issue
Block a user