File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,27 +39,27 @@ class AnimatedPullToRefresh extends React.Component {
3939 * Refresh state set by parent to trigger refresh
4040 * @type {Boolean }
4141 */
42- isRefreshing : PropTypes . bool . isRequired ,
42+ isRefreshing : PropTypes ? .bool . isRequired ,
4343 /**
4444 * Pull Distance
4545 * @type {Integer }
4646 */
47- pullHeight : PropTypes . number ,
47+ pullHeight : PropTypes ? .number ,
4848 /**
4949 * Callback after refresh event
5050 * @type {Function }
5151 */
52- onRefresh : PropTypes . func . isRequired ,
52+ onRefresh : PropTypes ? .func . isRequired ,
5353 /**
5454 * The content: ScrollView or ListView
5555 * @type {Object }
5656 */
57- contentView : PropTypes . object . isRequired ,
57+ contentView : PropTypes ? .object . isRequired ,
5858 /**
5959 * Background color
6060 * @type {string }
6161 */
62- animationBackgroundColor : PropTypes . string ,
62+ animationBackgroundColor : PropTypes ? .string ,
6363 /**
6464 * Custom onScroll event
6565 * @type {Function }
You can’t perform that action at this time.
0 commit comments