Home
last modified time | relevance | path

Searched refs:createRef (Results 1 – 25 of 32) sorted by relevance

12

/expo/packages/expo-video/build/
H A DVideoView.js10 nativeRef = React.createRef();
H A DVideoView.js.map1 …class VideoView extends React.PureComponent<any> {\n nativeRef = React.createRef();\n\n enterFul…
/expo/packages/expo-blur/build/
H A DBlurView.js6 blurViewRef = React.createRef();
H A DBlurView.web.js5 blurViewRef = React.createRef();
H A DBlurView.js.map1 …urView extends React.Component<BlurViewProps> {\n blurViewRef? = React.createRef<typeof NativeBlu…
H A DBlurView.web.js.map1 …extends React.Component<BlurViewProps> {\n private blurViewRef = React.createRef<View>();\n\n /*…
/expo/apps/native-component-list/src/screens/
H A DGestureHandlerPinchScreen.tsx16 panRef = React.createRef<PanGestureHandler>();
17 rotationRef = React.createRef<RotationGestureHandler>();
18 pinchRef = React.createRef<PinchGestureHandler>();
/expo/docs/components/
H A DDocumentationNestedScrollLayout.tsx154 scrollRef = React.createRef<HTMLDivElement>();
199 sidebarRef = React.createRef<ScrollContainer>();
200 contentRef = React.createRef<ScrollContainer>();
201 sidebarRightRef = React.createRef<ScrollContainer>();
H A DDocumentationPage.tsx5 import { useEffect, useState, createRef } from 'react';
57 const layoutRef = createRef<DocumentationNestedScrollLayout>();
58 const sidebarRightRef = createRef<SidebarRightComponentType>();
H A DDocumentationSidebarRight.tsx67 private activeItemRef = React.createRef<HTMLAnchorElement>();
/expo/packages/expo-blur/src/
H A DBlurView.tsx9 blurViewRef? = React.createRef<typeof NativeBlurView>();
H A DBlurView.web.tsx8 private blurViewRef = React.createRef<View>();
/expo/packages/expo-video/src/
H A DVideoView.tsx14 nativeRef = React.createRef();
/expo/docs/common/
H A DheadingManager.ts130 ref: React.createRef(),
/expo/apps/native-component-list/src/screens/GestureHandler/
H A DFancyButton.tsx26 doubleTapRef = React.createRef<TapGestureHandler>();
/expo/packages/expo-router/build/static/
H A DrenderStaticContent.js72 const ref = react_1.default.createRef();
H A DrenderStaticContent.js.map1 …g {\n const headContext: { helmet?: any } = {};\n\n const ref = React.createRef<ServerContainerR…
/expo/apps/native-component-list/src/screens/Screens/
H A DnativeStack.tsx62 stackRef = React.createRef<Stack>();
/expo/packages/expo-maps/build/
H A DMap.js61 mapView = React.createRef();
/expo/packages/expo-av/build/
H A DVideo.js33 _nativeRef = React.createRef();
/expo/packages/expo-router/src/static/
H A DrenderStaticContent.tsx54 const ref = React.createRef<ServerContainerRef>();
/expo/packages/expo-maps/src/
H A DMap.tsx74 mapView = React.createRef<ExpoMap>();
/expo/home/screens/DiagnosticsScreen/
H A DGeofencingDiagnosticsScreen.tsx46 mapViewRef = React.createRef<MapView>();
H A DLocationDiagnosticsScreen.tsx53 mapViewRef = React.createRef<MapView>();
/expo/packages/expo-av/src/
H A DVideo.tsx56 _nativeRef = React.createRef<InstanceType<ExponentVideoComponent> & NativeMethods>();

12