Skip to content

Commit 283483e

Browse files
committed
updated 'PropTypes' to 'propTypes'
1 parent 4a8d393 commit 283483e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Blur.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default class Blur extends Component {
2424
duration: DEFAULT_SHADOW_DURATION
2525
}
2626

27-
static PropTypes = {
27+
static propTypes = {
2828
show: PropTypes.bool.isRequired,
2929
//textDimension: PropTypes.shape({
3030
// width: PropTypes.number.isRequired,

Button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default class Button extends Component {
3737
onLayout: NOOP,
3838
}
3939

40-
static PropTypes = {
40+
static propTypes = {
4141
testID: PropTypes.string,
4242
touchableType: PropTypes.oneOf([ 'highlight', 'opacityContent', 'blur', 'opacity', ]),
4343
activeOpacity: PropTypes.number,

0 commit comments

Comments
 (0)