Skip to content

Commit e7952ac

Browse files
committed
Fix propTypes of bgStyle (#123)
1 parent 8adb9e5 commit e7952ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import _ from 'underscore';
1717

1818
const propTypes = {
1919
backButtonComponent: PropTypes.func,
20-
bgStyle: PropTypes.object,
20+
bgStyle: View.propTypes.style,
2121
borderBottomWidth: PropTypes.number,
2222
borderColor: PropTypes.string,
2323
customAction: PropTypes.func,

0 commit comments

Comments
 (0)