Searched defs:withNavigationBarColors (Results 1 – 4 of 4) sorted by relevance
28 const withNavigationBarColors: ConfigPlugin = (config) => { constant
180 const withNavigationBarColors: ConfigPlugin<Pick<Props, 'backgroundColor'>> = (config, props) => { constant
31 const withNavigationBarColors = config => { function
124 const withNavigationBarColors = (config, props) => { function