Skip to content

Commit

Permalink
Update Bubble.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ronal2do authored May 20, 2019
1 parent 8de7f8d commit a4d28fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Bubble.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ export default class Thumb extends PureComponent<ThumbProps, ThumbState> {
static propTypes = {
value: PropTypes.number,
thumbTintColor: PropTypes.string,
style: PropTypes.any,
style: PropTypes.oneOfType([
PropTypes.object,
PropTypes.array
]),
TextComponent: PropTypes.any
};

Expand Down

0 comments on commit a4d28fc

Please sign in to comment.