Searched refs:nativeRef (Results 1 – 8 of 8) sorted by relevance
10 nativeRef = React.createRef(); field in VideoView13 this.nativeRef.current?.enterFullscreen();17 this.nativeRef.current?.exitFullscreen();22 … return React.createElement(NativeVideoView, { ...props, player: playerId, ref: this.nativeRef });
5 nativeRef: React.RefObject<unknown>;
1 …nativeRef = React.createRef();\n\n enterFullscreen() {\n // @ts-expect-error\n this.nativeR…
54 nativeRef = null; field in GLView69 _setNativeRef = (nativeRef) => {71 this.props.nativeRef_EXPERIMENTAL(nativeRef);73 this.nativeRef = nativeRef;97 return await ExponentGLViewManager.startARSessionAsync(findNodeHandle(this.nativeRef));
39 nativeRef: ComponentOrHandle;42 _setNativeRef: (nativeRef: ComponentOrHandle) => void;
1 …nativeRef: ComponentOrHandle = null;\n exglCtxId?: number;\n\n render() {\n const {\n on…
14 nativeRef = React.createRef();18 this.nativeRef.current?.enterFullscreen();23 this.nativeRef.current?.exitFullscreen();30 return <NativeVideoView {...props} player={playerId} ref={this.nativeRef} />;
89 nativeRef: ComponentOrHandle = null;120 _setNativeRef = (nativeRef: ComponentOrHandle): void => {122 this.props.nativeRef_EXPERIMENTAL(nativeRef);124 this.nativeRef = nativeRef;156 return await ExponentGLViewManager.startARSessionAsync(findNodeHandle(this.nativeRef));