Home
last modified time | relevance | path

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

/expo/packages/html-elements/build/primitives/
H A DRNWView.js33 const pickProps = (props) => pick(props, forwardPropsList); function
66 const supportedProps = pickProps(props);
H A DRNWView.js.map1pickProps = (props) => pick(props, forwardPropsList);\n\n/**\n * This is the View from react-nativ…
/expo/packages/html-elements/src/primitives/
H A DRNWView.tsx36 const pickProps = (props) => pick(props, forwardPropsList);
97 const supportedProps = pickProps(props);