Use the ViewStylePropTypes
since they work & inherit from LayoutPropTypes
This commit is contained in:
parent
00aadf685a
commit
d9ea831321
@ -1,11 +1,11 @@
|
||||
'use strict';
|
||||
|
||||
var VideoResizeMode = require('./VideoResizeMode');
|
||||
var LayoutPropTypes = require('LayoutPropTypes');
|
||||
var ViewStylePropTypes = require('ViewStylePropTypes');
|
||||
var ReactPropTypes = require('ReactPropTypes');
|
||||
|
||||
var VideoStylePropTypes = {
|
||||
...LayoutPropTypes,
|
||||
...ViewStylePropTypes,
|
||||
};
|
||||
|
||||
module.exports = VideoStylePropTypes;
|
||||
|
Loading…
Reference in New Issue
Block a user