Searched refs:pickProps (Results 1 – 3 of 3) sorted by relevance
33 const pickProps = (props) => pick(props, forwardPropsList); function66 const supportedProps = pickProps(props);
1 …pickProps = (props) => pick(props, forwardPropsList);\n\n/**\n * This is the View from react-nativ…
36 const pickProps = (props) => pick(props, forwardPropsList);97 const supportedProps = pickProps(props);