Home
last modified time | relevance | path

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

/expo/packages/html-elements/build/primitives/
H A DRNWView.js66 const supportedProps = pickProps(props); constant
67 supportedProps.style = style;
68 const platformMethodsRef = usePlatformMethods(supportedProps);
70 supportedProps.ref = setRef;
71 return createElement(__element, supportedProps);
H A DRNWView.js.map1supportedProps = pickProps(props);\n supportedProps.style = style;\n\n const platformMethods…
/expo/packages/html-elements/src/primitives/
H A DRNWView.tsx97 const supportedProps = pickProps(props);
98 supportedProps.style = style;
100 const platformMethodsRef = usePlatformMethods(supportedProps);
103 supportedProps.ref = setRef;
105 return createElement(__element, supportedProps);