Searched refs:setMenuPreferencesAsync (Results 1 – 7 of 7) sorted by relevance
| /expo/packages/expo-dev-launcher/bundle/screens/__tests__/ |
| H A D | SettingsScreen.test.tsx | 6 setMenuPreferencesAsync, 11 const mockSetMenuPreferencesAsync = setMenuPreferencesAsync as jest.Mock; 60 expect(setMenuPreferencesAsync).toHaveBeenCalledTimes(1); 68 expect(setMenuPreferencesAsync).toHaveBeenCalledTimes(2); 79 expect(setMenuPreferencesAsync).toHaveBeenCalledTimes(1); 80 expect(setMenuPreferencesAsync).toHaveBeenLastCalledWith({ touchGestureEnabled: true }); 87 expect(setMenuPreferencesAsync).toHaveBeenCalledTimes(2); 98 expect(setMenuPreferencesAsync).toHaveBeenCalledTimes(1); 99 expect(setMenuPreferencesAsync).toHaveBeenLastCalledWith({ showsAtLaunch: true }); 106 expect(setMenuPreferencesAsync).toHaveBeenCalledTimes(2); [all …]
|
| /expo/packages/expo-dev-launcher/bundle/providers/ |
| H A D | DevMenuPreferencesProvider.tsx | 6 setMenuPreferencesAsync, 55 setMenuPreferencesAsync({ 66 setMenuPreferencesAsync({ 77 setMenuPreferencesAsync({
|
| /expo/packages/expo-dev-launcher/bundle/hooks/ |
| H A D | useDevMenuPreferences.tsx | 6 setMenuPreferencesAsync, 55 setMenuPreferencesAsync({ 66 setMenuPreferencesAsync({ 77 setMenuPreferencesAsync({
|
| /expo/packages/expo-dev-launcher/bundle/native-modules/__mocks__/ |
| H A D | DevMenuPreferences.ts | 2 export const setMenuPreferencesAsync = jest.fn().mockResolvedValue({}); constant
|
| /expo/packages/expo-dev-launcher/bundle/native-modules/ |
| H A D | DevMenuPreferences.ts | 16 export async function setMenuPreferencesAsync(settings: DevMenuPreferencesType) { function
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 1060 …enuPreferencesAsync=function(){return c.apply(this,arguments)},e.setMenuPreferencesAsync=function(… 1244 …setMenuPreferencesAsync)({motionGestureEnabled:t}).catch((function(){p(b)})),p(t)},touchGestureEna…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 1061 …enuPreferencesAsync=function(){return c.apply(this,arguments)},e.setMenuPreferencesAsync=function(… 1245 …setMenuPreferencesAsync)({motionGestureEnabled:t}).catch((function(){p(b)})),p(t)},touchGestureEna…
|