diff --git a/src/SortableList.js b/src/SortableList.js index df919c5..aefd659 100644 --- a/src/SortableList.js +++ b/src/SortableList.js @@ -17,8 +17,8 @@ export default class SortableList extends Component { static propTypes = { data: PropTypes.object.isRequired, order: PropTypes.arrayOf(PropTypes.any), - style: View.propTypes.style, - contentContainerStyle: View.propTypes.style, + style: PropTypes.any, + contentContainerStyle: PropTypes.any, sortingEnabled: PropTypes.bool, scrollEnabled: PropTypes.bool, horizontal: PropTypes.bool,