We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8adb9e5 commit e7952acCopy full SHA for e7952ac
index.js
@@ -17,7 +17,7 @@ import _ from 'underscore';
17
18
const propTypes = {
19
backButtonComponent: PropTypes.func,
20
- bgStyle: PropTypes.object,
+ bgStyle: View.propTypes.style,
21
borderBottomWidth: PropTypes.number,
22
borderColor: PropTypes.string,
23
customAction: PropTypes.func,
0 commit comments