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 e44def3 commit c3440d9Copy full SHA for c3440d9
components/ConfirmationCodeInput.js
@@ -20,7 +20,7 @@ export default class ConfirmationCodeInput extends Component {
20
ignoreCase: PropTypes.bool,
21
autoFocus: PropTypes.bool,
22
codeInputStyle: TextInput.propTypes.style,
23
- containerStyle: ViewPropTypes.style,
+ containerStyle: viewPropTypes.style,
24
onFulfill: PropTypes.func,
25
};
26
0 commit comments