Home
last modified time | relevance | path

Searched refs:hide (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/expo/packages/@expo/metro-runtime/build/
H A DLoadingView.d.ts8 declare function hide(): void;
11 hide: typeof hide;
H A DLoadingView.js16 function hide() { function
21 hide,
H A DLoadingView.js.map1 … });\n}\n\nfunction hide() {\n DeviceEventEmitter.emit('devLoadingView:hide', {});\n}\n\nexport …
/expo/docs/pages/build-reference/
H A Dcaching.mdx29 /* @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 DLoadingView.ts17 function hide() { function
23 hide,
H A DHMRClient.ts88 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 DABI48_0_0EXDisabledDevLoadingView.m15 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 DABI49_0_0EXDisabledDevLoadingView.m15 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 DEXDisabledDevLoadingView.m15 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 DABI47_0_0EXDisabledDevLoadingView.m15 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 DloadBundle.test.ios.ts43 expect(LoadingView.hide).toBeCalledWith();
59 expect(LoadingView.hide).not.toBeCalled();
73 expect(LoadingView.hide).not.toBeCalled();
H A DloadBundle.test.web.ts26 expect(LoadingView.hide).toBeCalledWith();
35 expect(LoadingView.hide).not.toBeCalled();
/expo/docs/components/base/
H A Dcode.test.tsx30 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 DStatusBarScreen.tsx12 const hide = () => {
23 <Button onPress={hide} title="Hide" />
/expo/packages/expo-splash-screen/android/src/main/java/expo/modules/splashscreen/singletons/
H A DSplashScreen.kt137 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 Dindex.d.ts3 hide(): void; constant
/expo/docs/pages/versions/unversioned/sdk/
H A Dwebview.mdx30 /* @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 Dwebview.mdx30 /* @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 Dwebview.mdx30 /* @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 Dwebview.mdx30 /* @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 Dwebview.mdx30 /* @hide */
44 /* @hide const styles = StyleSheet.create({ ... }); */
63 /* @hide */
78 /* @hide const styles = StyleSheet.create({ ... }); */
/expo/packages/@expo/metro-runtime/src/__mocks__/
H A DLoadingView.ts3 hide: jest.fn(),
/expo/packages/expo-dev-menu/ios/Headers/
H A DRCTPerfMonitor+Private.h9 - (void)hide;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTAlertController.h13 - (void)hide;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTAlertController.h13 - (void)hide;

12345678910>>...14