MCPcopy Create free account
hub / github.com/dabbott/react-native-express / randomColor

Function randomColor

examples/files/react/inlineStyles.js:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { render } from 'react-dom'
3
4const randomColor = () => '#' + Math.random().toString(16).substr(-6)
5
6const Card = ({ color, children }) => {
7 return (

Callers 1

AppFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected