| /expo/packages/@expo/metro-runtime/build/ |
| H A D | LoadingView.d.ts | 8 declare function hide(): void; 11 hide: typeof hide;
|
| H A D | LoadingView.js | 16 function hide() { function 21 hide,
|
| H A D | LoadingView.js.map | 1 … });\n}\n\nfunction hide() {\n DeviceEventEmitter.emit('devLoadingView:hide', {});\n}\n\nexport …
|
| /expo/docs/pages/build-reference/ |
| H A D | caching.mdx | 29 /* @hide ... */ /* @end */ 31 /* @hide ... */ /* @end */ 33 /* @hide ... */ /* @end */ 59 /* @hide ... */ /* @end */ 61 /* @hide ... */ /* @end */ 63 /* @hide ... */ /* @end */ 82 /* @hide ... */ /* @end */ 84 /* @hide ... */ /* @end */ 86 /* @hide ... */ /* @end */ 106 /* @hide ... */ /* @end */ [all …]
|
| /expo/packages/@expo/metro-runtime/src/ |
| H A D | LoadingView.ts | 17 function hide() { function 23 hide,
|
| H A D | HMRClient.ts | 88 LoadingView.hide(); 191 LoadingView.hide(); 195 LoadingView.hide(); 212 LoadingView.hide();
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Internal/DevSupport/ |
| H A D | ABI48_0_0EXDisabledDevLoadingView.m | 15 ABI48_0_0RCT_EXPORT_METHOD(hide) category 20 [self sendEventWithName:@"devLoadingView:hide" body:@{}]; 35 return @[@"devLoadingView:showMessage", @"devLoadingView:hide"];
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Internal/DevSupport/ |
| H A D | ABI49_0_0EXDisabledDevLoadingView.m | 15 ABI49_0_0RCT_EXPORT_METHOD(hide) category 20 [self sendEventWithName:@"devLoadingView:hide" body:@{}]; 35 return @[@"devLoadingView:showMessage", @"devLoadingView:hide"];
|
| /expo/ios/Exponent/Versioned/Core/Internal/DevSupport/ |
| H A D | EXDisabledDevLoadingView.m | 15 RCT_EXPORT_METHOD(hide) category 20 [self sendEventWithName:@"devLoadingView:hide" body:@{}]; 35 return @[@"devLoadingView:showMessage", @"devLoadingView:hide"];
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Internal/DevSupport/ |
| H A D | ABI47_0_0EXDisabledDevLoadingView.m | 15 ABI47_0_0RCT_EXPORT_METHOD(hide) category 20 [self sendEventWithName:@"devLoadingView:hide" body:@{}]; 35 return @[@"devLoadingView:showMessage", @"devLoadingView:hide"];
|
| /expo/packages/@expo/metro-runtime/src/async-require/__tests__/ |
| H A D | loadBundle.test.ios.ts | 43 expect(LoadingView.hide).toBeCalledWith(); 59 expect(LoadingView.hide).not.toBeCalled(); 73 expect(LoadingView.hide).not.toBeCalled();
|
| H A D | loadBundle.test.web.ts | 26 expect(LoadingView.hide).toBeCalledWith(); 35 expect(LoadingView.hide).not.toBeCalled();
|
| /expo/docs/components/base/ |
| H A D | code.test.tsx | 30 it('SlashComments - removes @hide line', () => { 33 /* @hide // Styles that are unchanged from previous step are hidden for brevity. */ 73 it('HashComments - removes @hide line', () => { 76 # @hide // Styles that are unchanged from previous step are hidden for brevity. # 108 it('XMLComments - removes @hide line', () => { 111 <!-- @hide // Styles that are unchanged from previous step are hidden for brevity. -->
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | StatusBarScreen.tsx | 12 const hide = () => { 23 <Button onPress={hide} title="Hide" />
|
| /expo/packages/expo-splash-screen/android/src/main/java/expo/modules/splashscreen/singletons/ |
| H A D | SplashScreen.kt | 137 fun hide( in hide() method 150 fun hide(activity: Activity) { in hide() method 151 hide(activity, {}, {}) in hide()
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/modules/NativeLogBox/ |
| H A D | index.d.ts | 3 hide(): void; constant
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | webview.mdx | 30 /* @hide */ 44 /* @hide const styles = StyleSheet.create({ ... }); */ 63 /* @hide */ 78 /* @hide const styles = StyleSheet.create({ ... }); */
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | webview.mdx | 30 /* @hide */ 44 /* @hide const styles = StyleSheet.create({ ... }); */ 63 /* @hide */ 78 /* @hide const styles = StyleSheet.create({ ... }); */
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | webview.mdx | 30 /* @hide */ 44 /* @hide const styles = StyleSheet.create({ ... }); */ 63 /* @hide */ 78 /* @hide const styles = StyleSheet.create({ ... }); */
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | webview.mdx | 30 /* @hide */ 44 /* @hide const styles = StyleSheet.create({ ... }); */ 63 /* @hide */ 78 /* @hide const styles = StyleSheet.create({ ... }); */
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | webview.mdx | 30 /* @hide */ 44 /* @hide const styles = StyleSheet.create({ ... }); */ 63 /* @hide */ 78 /* @hide const styles = StyleSheet.create({ ... }); */
|
| /expo/packages/@expo/metro-runtime/src/__mocks__/ |
| H A D | LoadingView.ts | 3 hide: jest.fn(),
|
| /expo/packages/expo-dev-menu/ios/Headers/ |
| H A D | RCTPerfMonitor+Private.h | 9 - (void)hide;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI49_0_0RCTAlertController.h | 13 - (void)hide;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI47_0_0RCTAlertController.h | 13 - (void)hide;
|