Searched refs:setRef (Results 1 – 10 of 10) sorted by relevance
| /expo/packages/html-elements/build/primitives/ |
| H A D | RNWView.js | 69 const setRef = useMergeRefs(hostRef, platformMethodsRef, forwardedRef); constant 70 supportedProps.ref = setRef;
|
| H A D | RNWView.js.map | 1 …pportedProps);\n const setRef = useMergeRefs(hostRef, platformMethodsRef, forwardedRef);\n\n …
|
| /expo/packages/expo-gl/build/ |
| H A D | Canvas.js | 14 function setRef(refProp, ref) { function 75 setRef(props.canvasRef, canvas);
|
| H A D | Canvas.js.map | 1 …setRef<T>(refProp: React.Ref<T>, ref: T | null) {\n if (!refProp) return;\n\n if (typeof refProp…
|
| /expo/packages/expo-gl/src/ |
| H A D | Canvas.tsx | 15 function setRef<T>(refProp: React.Ref<T>, ref: T | null) { 98 setRef(props.canvasRef, canvas);
|
| /expo/packages/html-elements/src/primitives/ |
| H A D | RNWView.tsx | 101 const setRef = useMergeRefs(hostRef, platformMethodsRef, forwardedRef); 103 supportedProps.ref = setRef;
|
| /expo/packages/expo-dev-menu/assets/ |
| H A D | EXDevMenuApp.ios.js | 429 …setRef=function(t){e.ref=t,null==e.props.onComponentRef||e.props.onComponentRef(t)},e}return(0,n.d… function
|
| H A D | EXDevMenuApp.android.js | 430 …setRef=function(t){e.ref=t,null==e.props.onComponentRef||e.props.onComponentRef(t)},e}return(0,n.d… function
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 430 …setRef=function(t){e.ref=t,null==e.props.onComponentRef||e.props.onComponentRef(t)},e}return(0,n.d…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 431 …setRef=function(t){e.ref=t,null==e.props.onComponentRef||e.props.onComponentRef(t)},e}return(0,n.d…
|