You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
styleIndicator doesn't accept color property, instead you can go react-native-multi-select.js file and search for styles.indicator and then crtl+click on indicator, it'll take you the style. There u'll find color property you can change it as per requirement. This way warning will go away.
I have a warning appeared for the style of the styleIndicator, but it seems working.
How can I get rid of this warning ?
Steps to Reproduce
just add the prop in the multi select :
styleIndicator={{ color: '#007aff' }}
Workaround solution
Well i just wrote this for the me moment
import { LogBox } from 'react-native';
LogBox.ignoreLogs(['Invalid props.styleIndicator key']);
The text was updated successfully, but these errors were encountered: