Home
last modified time | relevance | path

Searched refs:convertColorAndroid (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-navigation-bar/plugin/build/
H A DwithNavigationBar.js27 function convertColorAndroid(input) { function
101 [BORDER_COLOR_KEY, borderColor ? convertColorAndroid(borderColor) : null],
/expo/packages/expo-navigation-bar/plugin/src/
H A DwithNavigationBar.ts55 function convertColorAndroid(input: string): number { function
154 [BORDER_COLOR_KEY, borderColor ? convertColorAndroid(borderColor) : null], constant