react-native-select-two icon indicating copy to clipboard operation
react-native-select-two copied to clipboard

Failed prop type: Invalid prop `style` of type `array` supplied to `Select2`

Open BSDevCode opened this issue 4 years ago • 0 comments

ERROR: Warning: Failed prop type: Invalid prop 'style' of type 'array' supplied to 'Select2', expected 'object'. in Select2 (at RegisterView.js:220) in Formik (at RegisterView.js:119) in RCTView (at View.js:34) .......................

CODE: style={[style.selectInput, errors.city ? style.inputError : undefined]}

i'm looking to pass a style and on error edit this style... so, on error it will change color of border... maybe just need to fix it on propTypes.

BSDevCode avatar Sep 18 '20 09:09 BSDevCode