Searched refs:_nativeRef (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/expo-av/build/ |
| H A D | Video.js | 33 _nativeRef = React.createRef(); field in Video 45 const nativeVideo = this._nativeRef.current; 65 const video = this._nativeRef.current; 69 const handle = findNodeHandle(this._nativeRef.current); 265 …React.createElement(ExponentVideo, { ref: this._nativeRef, ...nativeProps, style: nativeProps.vide…
|
| H A D | Video.d.ts | 6 _nativeRef: React.RefObject<React.Component<VideoNativeProps, any, any> & NativeMethods>;
|
| H A D | Video.js.map | 1 …_nativeRef = React.createRef<InstanceType<ExponentVideoComponent> & NativeMethods>();\n _onPlayba…
|
| /expo/packages/expo-av/src/ |
| H A D | Video.tsx | 56 _nativeRef = React.createRef<InstanceType<ExponentVideoComponent> & NativeMethods>(); 70 const nativeVideo = this._nativeRef.current; 97 const video = this._nativeRef.current; 102 const handle = findNodeHandle(this._nativeRef.current)!; 355 <ExponentVideo ref={this._nativeRef} {...nativeProps} style={nativeProps.videoStyle} />
|
| /expo/packages/expo-dev-client/android/src/androidTest/assets/ |
| H A D | bundled_app.bundle | 258 …_nativeRef=n},t}return(0,h.default)(N,[{key:"componentDidMount",value:function(){this._lastNativeR… 298 …_nativeRef=h.createRef(),t.state={statusBarBackgroundColor:null},t._onDrawerSlide=function(n){t.pr…
|
| /expo/packages/expo-dev-menu/assets/ |
| H A D | EXDevMenuApp.android.js | 339 …_nativeRef=t},e}return(0,i.default)(y,[{key:"componentDidMount",value:function(){this._lastNativeR… 362 …_nativeRef=b.createRef(),e.state={statusBarBackgroundColor:null},e._onDrawerSlide=function(t){e.pr…
|
| H A D | EXDevMenuApp.ios.js | 339 …_nativeRef=t},e}return(0,i.default)(y,[{key:"componentDidMount",value:function(){this._lastNativeR…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 340 …_nativeRef=t},e}return(0,i.default)(y,[{key:"componentDidMount",value:function(){this._lastNativeR… 363 …_nativeRef=b.createRef(),e.state={statusBarBackgroundColor:null},e._onDrawerSlide=function(t){e.pr…
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 340 …_nativeRef=t},e}return(0,i.default)(y,[{key:"componentDidMount",value:function(){this._lastNativeR…
|