diff --git a/components/ConfirmationCodeInput.js b/components/ConfirmationCodeInput.js index 17a707d..b8fc8ae 100644 --- a/components/ConfirmationCodeInput.js +++ b/components/ConfirmationCodeInput.js @@ -67,7 +67,7 @@ export default class ConfirmationCodeInput extends Component { codeInputStyle: TextInput.propTypes.style, containerStyle: ViewPropTypes.style, onFulfill: PropTypes.func, - inputComponent: PropTypes.func, + inputComponent: PropTypes.elementType, keyboardType: TextInput.propTypes.keyboardType, } @@ -201,4 +201,4 @@ const styles = StyleSheet.create({ padding: 0, }, }) - \ No newline at end of file +