File tree Expand file tree Collapse file tree 3 files changed +176
-651
lines changed Expand file tree Collapse file tree 3 files changed +176
-651
lines changed Original file line number Diff line number Diff line change 6060 "updtr" : " ^2.0.0"
6161 },
6262 "dependencies" : {
63- "@react-native-community/viewpager" : " ^1.1.7" ,
6463 "prop-types" : " ^15.5.10"
6564 },
6665 "config" : {
Original file line number Diff line number Diff line change @@ -105,7 +105,11 @@ export default class extends Component {
105105 horizontal : PropTypes . bool ,
106106 children : PropTypes . node . isRequired ,
107107 containerStyle : PropTypes . oneOfType ( [ PropTypes . object , PropTypes . number ] ) ,
108- style : PropTypes . oneOfType ( [ PropTypes . object , PropTypes . number ] ) ,
108+ style : PropTypes . oneOfType ( [
109+ PropTypes . object ,
110+ PropTypes . number ,
111+ PropTypes . array
112+ ] ) ,
109113 scrollViewStyle : PropTypes . oneOfType ( [ PropTypes . object , PropTypes . number ] ) ,
110114 pagingEnabled : PropTypes . bool ,
111115 showsHorizontalScrollIndicator : PropTypes . bool ,
You can’t perform that action at this time.
0 commit comments