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.