We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch [email protected] for the project I'm working on.
[email protected]
Here is the diff that solved my problem:
diff --git a/node_modules/react-native-smooth-pincode-input/src/index.js b/node_modules/react-native-smooth-pincode-input/src/index.js index 5ca58d4..fffbd53 100644 --- a/node_modules/react-native-smooth-pincode-input/src/index.js +++ b/node_modules/react-native-smooth-pincode-input/src/index.js @@ -237,47 +237,4 @@ class SmoothPinCodeInput extends Component { }; } -SmoothPinCodeInput.propTypes = { - value: PropTypes.string, - codeLength: PropTypes.number, - cellSize: PropTypes.number, - cellSpacing: PropTypes.number, - - placeholder: PropTypes.oneOfType([ - PropTypes.string, - PropTypes.element, - ]), - mask: PropTypes.oneOfType([ - PropTypes.string, - PropTypes.element, - ]), - maskDelay: PropTypes.number, - password: PropTypes.bool, - - autoFocus: PropTypes.bool, - - restrictToNumbers: PropTypes.bool, - - containerStyle: ViewPropTypes.style, - - cellStyle: ViewPropTypes.style, - cellStyleFocused: ViewPropTypes.style, - - textStyle: Text.propTypes.style, - textStyleFocused: Text.propTypes.style, - - animationFocused: PropTypes.oneOfType([ - PropTypes.string, - PropTypes.object, - ]), - - onFulfill: PropTypes.func, - onChangeText: PropTypes.func, - onBackspace: PropTypes.func, - - keyboardType: PropTypes.string, - editable: PropTypes.bool, - inputProps: PropTypes.exact(TextInput.propTypes), -}; - export default SmoothPinCodeInput;
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered:
Hi @JB-CHAUVIN may I know why you choose this direction instead of importing ViewPropTypes from deprecated-react-native-prop-types package?
ViewPropTypes
deprecated-react-native-prop-types
Sorry, something went wrong.
No branches or pull requests
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: