Home
last modified time | relevance | path

Searched refs:getRandomColor (Results 1 – 3 of 3) sorted by relevance

/expo/apps/native-component-list/src/screens/
H A DSystemUIScreen.tsx7 import { getRandomColor } from '../utilities/getRandomColor';
31 onPress={() => SystemUI.setBackgroundColorAsync(getRandomColor())}
H A DNavigationBarScreen.tsx8 import { getRandomColor } from '../utilities/getRandomColor';
90 onPress={() => NavigationBar.setBackgroundColorAsync(getRandomColor())}
99 onPress={() => NavigationBar.setBorderColorAsync(getRandomColor())}
/expo/apps/native-component-list/src/utilities/
H A DgetRandomColor.ts1 export function getRandomColor(): string { function